API Method List
|
|
|
|
|
|
Methods
|
Method Name:
|
isServiceAlive
|
Back to API Method List
|
|
Description:
|
Returns a boolean indicating if the BIND SOAP web service is up and running.
|
|
Parameters:
|
None
|
|
Returns:
|
|
Type
|
Description
|
|
boolean
|
Returns true if the web service is running, false if it is not running.
|
|
|
Method Name:
|
getSoftwareVersion
|
Back to API Method List
|
|
Description:
|
Returns the version number of the BIND SOAP web service.
|
|
Parameters:
|
None
|
|
Returns:
|
|
Type
|
Description
|
|
string
|
The version number of the web service.
|
|
|
Method Name:
|
getSpecVersion
|
Back to API Method List
|
|
Description:
|
Returns the BIND specification version implemented by the web service.
|
|
Parameters:
|
None
|
|
Returns:
|
|
Type
|
Description
|
|
string
|
The BIND specification version implemented.
|
|
|
Method Name:
|
IdSearch
|
Back to API Method List
|
|
Description:
|
Given an identifier and the type of idenfier returns all BIND records found, in the format specified. The developer also has the option of restricting the search by BIND record type.
|
|
Parameters:
|
|
Name
|
Type
|
Description
|
|
id
|
string
|
Value of query identifier
|
|
idType
|
string
|
One of the following strings:
- 'bindid'
- 'gi'
- 'entrezgene'
- 'pmid'
- 'taxid'
- 'smallmoleculeid'
- 'afcs'
- 'beilstein'
- 'cas'
- 'cdd'
- 'cog'
- 'colibase'
- 'ddbj'
- 'dictybase'
- 'einecs'
- 'embl'
- 'emd'
- 'ensembl'
- 'flybase'
- 'genbank'
- 'GO'
- 'interpro'
- 'ipi'
- 'klotho'
- 'locuslink'
- 'mdl'
- 'merck'
- 'MGI'
- 'mmcif'
- 'mmdb'
- 'omim'
- 'pdb'
- 'pfam'
- 'pir'
- 'refseq'
- 'rgd'
- 'sgd'
- 'smart'
- 'swissprot'
- 'tair'
- 'atd'
- 'cmr'
- 'trembl'
- 'unigene'
- 'uniprot'
- 'wormbase'
- 'zfin'
|
|
returnType
|
boolean
|
One of the following strings:
- 'idlist'
- 'gipair'
- 'go'
- 'domain'
- 'fasta'
- 'cytoscape'
- 'xml'
- 'submitxml'
- 'submitasn'
- 'flat'
- 'psi'
|
|
|
Returns:
|
|
Type
|
Description
|
|
SearchResultBean
|
A SearchResultBean containing the all BIND records found, in the format specified.
|
|
|
Method Name:
|
IdSearchAttachment
|
Back to API Method List
|
|
Description:
|
Given an identifier and the type of idenfier returns all BIND records found, in the format specified. The developer also has the option of restricting the search by BIND record type.
|
|
Parameters:
|
|
Name
|
Type
|
Description
|
|
id
|
string
|
Value of query identifier
|
|
idType
|
string
|
One of the following strings:
- 'bindid'
- 'gi'
- 'entrezgene'
- 'pmid'
- 'taxid'
- 'smallmoleculeid'
- 'afcs'
- 'beilstein'
- 'cas'
- 'cdd'
- 'cog'
- 'colibase'
- 'ddbj'
- 'dictybase'
- 'einecs'
- 'embl'
- 'emd'
- 'ensembl'
- 'flybase'
- 'genbank'
- 'GO'
- 'interpro'
- 'ipi'
- 'klotho'
- 'locuslink'
- 'mdl'
- 'merck'
- 'MGI'
- 'mmcif'
- 'mmdb'
- 'omim'
- 'pdb'
- 'pfam'
- 'pir'
- 'refseq'
- 'rgd'
- 'sgd'
- 'smart'
- 'swissprot'
- 'tair'
- 'atd'
- 'cmr'
- 'trembl'
- 'unigene'
- 'uniprot'
- 'wormbase'
- 'zfin'
|
|
returnType
|
boolean
|
One of the following strings:
- 'idlist'
- 'gipair'
- 'go'
- 'domain'
- 'fasta'
- 'cytoscape'
- 'xml'
- 'submitxml'
- 'submitasn'
- 'flat'
- 'psi'
|
|
|
Returns:
|
|
Type
|
Description
|
|
SearchResultBean
|
A SearchResultBean containing the all BIND records found, in the format specified.
|
|
|
Method Name:
|
textSearch
|
Back to API Method List
|
|
Description:
|
Given a Lucene query string, returns all BIND records found, in the format specified.
|
|
Parameters:
|
|
Name
|
Type
|
Description
|
|
query
|
string
|
The Lucene query string.
|
|
returnType
|
string
|
One of the following strings:
- 'idlist'
- 'gipair'
- 'go'
- 'domain'
- 'fasta'
- 'cytoscape'
- 'xml'
- 'submitxml'
- 'submitasn'
- 'flat'
- 'psi'
|
|
|
Returns:
|
|
Type
|
Description
|
|
SearchResultBean
|
A SearchResultBean containing the all BIND records found, in the format specified.
|
|
|
Method Name:
|
textSearchAttachment
|
Back to API Method List
|
|
Description:
|
Given a Lucene query string, returns all BIND records found, in the format specified.
|
|
Parameters:
|
|
Name
|
Type
|
Description
|
|
query
|
string
|
The Lucene query string.
|
|
returnType
|
string
|
One of the following strings:
- 'idlist'
- 'gipair'
- 'go'
- 'domain'
- 'fasta'
- 'cytoscape'
- 'xml'
- 'submitxml'
- 'submitasn'
- 'flat'
- 'psi'
|
|
|
Returns:
|
|
Type
|
Description
|
|
SearchResultBean
|
A SearchResultBean containing the all BIND records found, in the format specified.
|
|
Types
|
Type Name:
|
SearchResultBean
|
Back to API Method List
|
|
Description:
|
An object which contains the results of an export
|
|
Field
|
Description
|
|
totalRecordsFound
|
Number of records returned
|
|
records
|
The export is saved here
|
|
query
|
The query used to produce this bean
|
|
returnType
|
The return type
|
|
Exceptions
|
Type Name:
|
BINDSOAPException
|
Back to API Method List
|
|
Description:
|
BIND specific exception..returned in a SOAP fault
|
|
|
Download Client Examples
|
|
|
|
|
|
BIND SOAP Help
|
|
|
|
|
|
|