|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.discoverygate.webservice.DGWSProxy
public class DGWSProxy
Constructor Summary | |
---|---|
DGWSProxy()
|
|
DGWSProxy(java.lang.String endpoint)
|
Method Summary | |
---|---|
void |
closeStatefulQuery(ServiceRequest arg0)
Terminates the stateful query specified by the statefulQueryKey in the ServiceRequest object. |
java.lang.String[] |
convertStructureToMolfile(ServiceRequest arg0,
java.lang.String[] arg1)
Returns the array of molecules as an array of molfiles (or the array of reactions as an array of rxnfiles). |
ExistenceResult[] |
findSourceMolecule(ServiceRequest arg0,
Datasource arg1,
ExistenceRequest[] arg2)
Determines whether the molecules specified in the com.discoverygate.webservice.types.com.discoverygate.webservice.types.ExistenceRequest array exist
in the source database. |
CatalogResults |
getCatalogsById(ServiceRequest arg0,
CatalogId[] arg1)
Returns a CatalogsResults object (a list of Catalog objects) for a given list of Catalogs IDs. |
XMLResults |
getCatalogsByIdXML(ServiceRequest arg0,
CatalogId[] arg1)
Identical to the com.discoverygate.webservice.types.com.discoverygate.webservice.types.getCatalogsById method except that the results are returned in XML format. |
ClassificationVocabulary |
getClassificationVocabulary(ServiceRequest arg0,
VocabularyVersion arg1)
Returns the Classification vocabulary if the VocabularyVersion passed is not equal to the current server version. |
java.lang.String |
getClassificationVocabularyXML(ServiceRequest arg0,
VocabularyVersion arg1)
Same as getClassificationVocabulary except that the vocabulary is returned as a string of XML. |
DGWS |
getDGWS()
|
java.lang.String |
getEndpoint()
|
MoleculeResults |
getMoleculesByCatalogId(ServiceRequest arg0,
CatalogId arg1,
BulkFineType arg2)
Returns the source molecules for a given CatalogId. |
XMLResults |
getMoleculesByCatalogIdXML(ServiceRequest arg0,
CatalogId arg1,
BulkFineType arg2)
Same as getMoleculesByCatalogId except that the results are returned in XML format. |
Molecule |
getMoleculesByCatalogItem(ServiceRequest arg0,
CatalogItem[] arg1)
Returns a set of source molecules for the catalog items specified by the catalog numbers. |
java.lang.String |
getMoleculesByCatalogItemXML(ServiceRequest arg0,
CatalogItem[] arg1)
Same as getMoleculesByCatalogItem method
except that the molecule container is returned as a string of XML. |
MoleculeResults |
getMoleculesByCatalogNumbers(ServiceRequest arg0,
java.lang.String[] arg1)
Returns the source molecules for a given CatalogIds. |
XMLResults |
getMoleculesByCatalogNumbersXML(ServiceRequest arg0,
java.lang.String[] arg1)
Same as getMoleculesByCatalogNumbers except that the results are returned in XML format. |
MoleculeResults |
getMoleculesByClassification(ServiceRequest arg0,
MoleculeSearch[] arg1,
java.lang.String arg2)
Returns the molecules that are classified by the class-type passed and optionally conform to the structure search specified by the parameter aCriteria . |
XMLResults |
getMoleculesByClassificationXML(ServiceRequest arg0,
MoleculeSearch[] arg1,
java.lang.String arg2)
Same as getMoleculesByClassification except that the results are returned in XML format. |
MoleculeResults |
getMoleculesById(ServiceRequest arg0,
MoleculeId[] arg1)
Returns an array of Molecule within a results container for the array of Molecule IDs. |
XMLResults |
getMoleculesByIdXML(ServiceRequest arg0,
MoleculeId[] arg1)
Identical to the com.discoverygate.webservice.types.getMoleculesById method except that the results returned are in XML format. |
MoleculeResults |
getMoleculesByNames(ServiceRequest arg0,
java.lang.String[] arg1)
Returns an array of Molecule entities within a results container for the specified wildcard. |
XMLResults |
getMoleculesByNamesXML(ServiceRequest arg0,
java.lang.String[] arg1)
Identical to the com.discoverygate.webservice.types.getMoleculesByName method except that the results returned are in XML format. |
MoleculeResults |
getMoleculesByQuery(ServiceRequest arg0,
MoleculeSearch[] arg1,
java.lang.String arg2)
For internal use only - do not use this in your application. |
XMLResults |
getMoleculesByQueryXML(ServiceRequest arg0,
MoleculeSearch[] arg1,
java.lang.String arg2)
For internal use only - do not use this in your application. |
MoleculeResults |
getMoleculesBySourceId(ServiceRequest arg0,
SourceId[] arg1)
Returns the top-level molecules that correspond to the list of SourceId objects. |
Molecule |
getMoleculesBySourceIdMerged(ServiceRequest arg0,
SourceId[] arg1)
Returns an unpopulated Molecule container that contains source molecule objects, as well as their hierarchies fetched with the retrieval flags. |
java.lang.String |
getMoleculesBySourceIdMergedXML(ServiceRequest arg0,
SourceId[] arg1)
This method is the same as getMoleculeMergedBySourceId except that it returns the result as a single XML string. |
XMLResults |
getMoleculesBySourceIdXML(ServiceRequest arg0,
SourceId[] arg1)
Same as getMoleculesBySourceId except that the results are returned in XML format. |
MoleculeResults |
getMoleculesByStructure(ServiceRequest arg0,
MoleculeSearch[] arg1)
Returns an array of Molecule within a results container that satisfy the query specified
by a combination of the boolean structure searches within the aCriteria parameter. |
XMLResults |
getMoleculesByStructureXML(ServiceRequest arg0,
MoleculeSearch[] arg1)
Identical to the com.discoverygate.webservice.types.getMoleculesByStructure except that the results returned are in XML format. |
AvailabilityFilterResults |
getMoleculesFilterInfoById(ServiceRequest arg0,
MoleculeId[] arg1)
Returns an array of AvailabilityFilter within a results container for the given array of Molecule IDs |
XMLResults |
getMoleculesFilterInfoByIdXML(ServiceRequest arg0,
MoleculeId[] arg1)
Identical to the com.discoverygate.webservice.types.getMoleculesFilterInfoById method except
that the results returned are in XML format. |
SimilarityResult[] |
getMoleculeSimilarity(ServiceRequest arg0,
MoleculeId[] arg1,
Structure arg2,
SimilarityType arg3)
Returns the list of SimilarityResult (Molecule ID and similarity percentage) of the given IDs against the given structure, for the specified similarity type. |
MoleculeSourceResults |
getMoleculeSourcesByMoleculeId(ServiceRequest arg0,
Datasource arg1,
MoleculeId[] arg2)
For a list of com.discoverygate.webservice.types.com.discoverygate.webservice.types.MoleculeId 's, determines which data sources contain the IDs. |
XMLResults |
getMoleculeSourcesByMoleculeIdXML(ServiceRequest arg0,
Datasource arg1,
MoleculeId[] arg2)
Identical to the com.discoverygate.webservice.types.com.discoverygate.webservice.types.getMoleculeSourcesByMoleculeId method except
that the results returned are in XML format. |
PatentResults |
getPatentsByTitle(ServiceRequest arg0,
java.lang.String arg1)
Returns the Patent entities (DGWS classes) that match the search criteria passed in the aTextQuery parameter. |
XMLResults |
getPatentsByTitleXML(ServiceRequest arg0,
java.lang.String arg1)
The same as getPatentsByTitle except that the response is returned in XML form. |
ProcurementVocabularies |
getProcurementVocabulary(ServiceRequest arg0,
VocabularyVersion arg1)
Returns the ProcurementVocabularies object if the VocabularyVersion passed is not equal to the current server version. |
java.lang.String |
getProcurementVocabularyXML(ServiceRequest arg0,
VocabularyVersion arg1)
Same as getProcurementVocabulary except that the vocabulary is returned as a string of XML. |
ProductResults |
getProductsByMoleculeAndSuppliers(ServiceRequest arg0,
SourceId[] arg1,
SupplierId[] arg2)
Returns an array of Product within a results container for the given array of Molecule IDs
and Supplier IDs. |
XMLResults |
getProductsByMoleculeAndSuppliersXML(ServiceRequest arg0,
SourceId[] arg1,
SupplierId[] arg2)
Identical to the com.discoverygate.webservice.types.getProductsByMoleculeandSuppliers method except
that the results returned are in XML format. |
RxnCitationResults |
getReactionCitations(ServiceRequest arg0,
CitationCriteria arg1)
Returns the Reaction citation entities (DGWS classes) that conform to the citation criteria passed to the method. |
XMLResults |
getReactionCitationsXML(ServiceRequest arg0,
CitationCriteria arg1)
Same as getReactionCitations except that the result are returned in XML format |
Classification[] |
getReactionClassification(ServiceRequest arg0,
Structure[] arg1)
Returns an object containing the Broad, Medium and Narrow InfoChem class-codes for each rxnfile given in the array. |
ReactionResults |
getReactionsById(ServiceRequest arg0,
ReactionId[] arg1)
Returns an array of Reaction within a results container for the array of Reaction IDs. |
XMLResults |
getReactionsByIdXML(ServiceRequest arg0,
ReactionId[] arg1)
Identical to the getReactionsById method except that the results returned are in XML format. |
ReactionResults |
getReactionsByProduct(ServiceRequest arg0,
MoleculeSearch[] arg1,
RxnProductCriteria arg2)
Gets the reactions where at least one of the products conforms to the search created from the MoleculeSearch[] passed to the method. |
XMLResults |
getReactionsByProductXML(ServiceRequest arg0,
MoleculeSearch[] arg1,
RxnProductCriteria arg2)
The same as getReactionsByProduct except that the response is returned in XML form. |
ReactionResults |
getReactionsByQuery(ServiceRequest arg0,
ReactionSearch[] arg1,
java.lang.String arg2)
For internal use only - do not use this in your application. |
XMLResults |
getReactionsByQueryXML(ServiceRequest arg0,
ReactionSearch[] arg1,
java.lang.String arg2)
For internal use only - do not use this in your application. |
ReactionResults |
getReactionsByStructure(ServiceRequest arg0,
ReactionSearch[] arg1)
Returns an array of Reaction within a results container that satisfy the query specified. |
XMLResults |
getReactionsByStructureXML(ServiceRequest arg0,
ReactionSearch[] arg1)
Identical to the com.discoverygate.webservice.types.getReactionsByStructure except that the results returned are in XML format. |
ReactionResults |
getReactionsByVariation(ServiceRequest arg0,
RxnVariationId[] arg1)
Identical to the getReactionsById method except that the VariationId is specified. |
XMLResults |
getReactionsByVariationXML(ServiceRequest arg0,
RxnVariationId[] arg1)
Identical to the com.discoverygate.webservice.types.getReactionsByVariation method except that the results returned are in XML format. |
ReactionFilterResults |
getReactionsFilterInfoById(ServiceRequest arg0,
ReactionId[] arg1)
Returns an array of RxnFilterVariation within a results container for the array of Reaction IDs. |
XMLResults |
getReactionsFilterInfoByIdXML(ServiceRequest arg0,
ReactionId[] arg1)
Identical to the com.discoverygate.webservice.types.getReactionsFilterInfoById method except
that the results returned are in XML format. |
ReactionVocabulary |
getReactionVocabulary(ServiceRequest arg0,
VocabularyVersion arg1)
Returns the Reaction vocabulary if the VocabularyVersion passed is not equal to the current server version. |
java.lang.String |
getReactionVocabularyXML(ServiceRequest arg0,
VocabularyVersion arg1)
Same as getReactionVocabulary except that the vocabulary is returned as a string of XML. |
java.lang.String |
getSchema(ServiceRequest arg0,
SchemaType arg1)
Returns the Schema (XSD format) of the root-level object specified in the SchemaType. |
ServiceInformation |
getServiceInformation(ServiceRequest arg0)
Returns information associated with the license, such as the version string of the service, a list of retrieval flags, a list of sources and their copyright strings. |
MoleculeResults |
getSourceMoleculesByStructure(ServiceRequest arg0,
MoleculeSearch[] arg1,
Datasource arg2)
Searches the source database specified by the Datasource parameter for the MoleculeSearch criteria. |
XMLResults |
getSourceMoleculesByStructureXML(ServiceRequest arg0,
MoleculeSearch[] arg1,
Datasource arg2)
Same as getSourceMoleculesByStructure except that the results are returned in XML format. |
SimilaritySourceResult[] |
getSourceMoleculeSimilarity(ServiceRequest arg0,
SourceId[] arg1,
Structure arg2,
SimilarityType arg3)
Operates in the same way as getMoleculeSimilarity
except that the inputs and outputs are related to source molecule IDs. |
MoleculeSourceResults |
getSourceSummaryByMoleculeId(ServiceRequest arg0,
Datasource[] arg1,
MoleculeId[] arg2)
Determines the for a list of MoleculeId 's in which data sources they exist. |
XMLResults |
getSourceSummaryByMoleculeIdXML(ServiceRequest arg0,
Datasource[] arg1,
MoleculeId[] arg2)
Identical to the com.discoverygate.webservice.types.getSourceSummaryByMoleculeId method except
that the results returned are in XML format. |
SupplierResults[] |
getSuppliers(ServiceRequest arg0,
java.lang.String arg1)
Returns an array of com.discoverygate.webservice.types.Supplier within a results container for the specified wildcard and procurement datasource. |
SupplierResults |
getSuppliersById(ServiceRequest arg0,
SupplierId[] arg1)
Returns a SupplierResults object (a list of Supplier objects) for a given list of Supplier IDs. |
XMLResults |
getSuppliersByIdXML(ServiceRequest arg0,
SupplierId[] arg1)
Identical to the com.discoverygate.webservice.types.getSuppliersById method except that the results are returned in XML format. |
XMLResults[] |
getSuppliersXML(ServiceRequest arg0,
java.lang.String arg1)
Identical to the com.discoverygate.webservice.types.getSuppliers method except that the results returned are in XML format. |
ExperimentResults |
getToxicityExperiments(ServiceRequest arg0,
MoleculeSearch[] arg1,
ExperimentCriteria arg2)
Returns the toxicity experiments that conform to the experiment criteria passed, and optionally conform to the structure search specified by the parameter aSearch . |
XMLResults |
getToxicityExperimentsXML(ServiceRequest arg0,
MoleculeSearch[] arg1,
ExperimentCriteria arg2)
Same as getToxicityExperiments except that the results are returned in XML format |
ToxPublication[] |
getToxicityPublications(ServiceRequest arg0,
ToxCoden[] arg1)
Returns a list of Toxicology publication objects for the Codens passed to the method. |
ToxicityVocabulary |
getToxicityVocabulary(ServiceRequest arg0,
VocabularyVersion arg1)
Returns the Toxicity vocabulary if the VocabularyVersion passed is not equal to the current server version. |
java.lang.String |
getToxicityVocabularyXML(ServiceRequest arg0,
VocabularyVersion arg1)
Same as getToxicityVocabulary except that the vocabulary is returned as a string of XML. |
XMLResults |
runProjectionQuery(ServiceRequest arg0,
java.lang.String arg1)
For internal use only - do not use this in your application. |
void |
setEndpoint(java.lang.String endpoint)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DGWSProxy()
public DGWSProxy(java.lang.String endpoint)
Method Detail |
---|
public java.lang.String getEndpoint()
public void setEndpoint(java.lang.String endpoint)
public DGWS getDGWS()
public void closeStatefulQuery(ServiceRequest arg0) throws java.rmi.RemoteException, Exception
DGWS
closeStatefulQuery
in interface DGWS
arg0
- the service request
java.rmi.RemoteException
Exception
public java.lang.String[] convertStructureToMolfile(ServiceRequest arg0, java.lang.String[] arg1) throws java.rmi.RemoteException
DGWS
convertStructureToMolfile
in interface DGWS
arg0
- the service requestarg1
- the array of structures to be converted
java.rmi.RemoteException
public ExistenceResult[] findSourceMolecule(ServiceRequest arg0, Datasource arg1, ExistenceRequest[] arg2) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.com.discoverygate.webservice.types.ExistenceRequest
array exist
in the source database.
com.discoverygate.webservice.types.com.discoverygate.webservice.types.ExistenceResult
object
findSourceMolecule
in interface DGWS
arg0
- the service requestarg1
- a data sourcearg2
- the molecules to search for
java.rmi.RemoteException
Exception
public CatalogResults getCatalogsById(ServiceRequest arg0, CatalogId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
getCatalogsById
in interface DGWS
arg0
- the service requestarg1
- the list of Catalog Id objects
java.rmi.RemoteException
Exception
public XMLResults getCatalogsByIdXML(ServiceRequest arg0, CatalogId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.com.discoverygate.webservice.types.getCatalogsById
method except that the results are returned in XML format.
getCatalogsByIdXML
in interface DGWS
arg0
- the service requestarg1
- the list of Catalog ID objects
java.rmi.RemoteException
Exception
public ClassificationVocabulary getClassificationVocabulary(ServiceRequest arg0, VocabularyVersion arg1) throws java.rmi.RemoteException, Exception
DGWS
sourceFilter
of the ServiceRequest: supported.
getClassificationVocabulary
in interface DGWS
arg0
- the ServiceRequest describing at least the Licensearg1
- the current version of the vocabulary held by caller
java.rmi.RemoteException
Exception
public java.lang.String getClassificationVocabularyXML(ServiceRequest arg0, VocabularyVersion arg1) throws java.rmi.RemoteException, Exception
DGWS
getClassificationVocabularyXML
in interface DGWS
arg0
- the ServiceRequest describing at least the Licensearg1
- the current version of the vocabulary held by caller
java.rmi.RemoteException
Exception
public SimilarityResult[] getMoleculeSimilarity(ServiceRequest arg0, MoleculeId[] arg1, Structure arg2, SimilarityType arg3) throws java.rmi.RemoteException, Exception
DGWS
getMoleculeSimilarity
in interface DGWS
arg0
- the service requestarg1
- list of Molecule ID objects normally from the resultset of a previous searcharg2
- structure used in the comparison of the similarity searcharg3
- similarity type to use for the comparison
java.rmi.RemoteException
Exception
public MoleculeSourceResults getMoleculeSourcesByMoleculeId(ServiceRequest arg0, Datasource arg1, MoleculeId[] arg2) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.com.discoverygate.webservice.types.MoleculeId
's, determines which data sources contain the IDs.
This method can be used for a fast lookup whether a given molecule or list of molecules
exist in a given datasource.
getMoleculeSourcesByMoleculeId
in interface DGWS
arg0
- the service requestarg1
- a data source to be searched. If set to null, all datasources of a given MoleculeId will be returnedarg2
- an array of com.discoverygate.webservice.types.com.discoverygate.webservice.types.MoleculeId
's
com.discoverygate.webservice.types.com.discoverygate.webservice.types.MoleculeSourceResults
container with a list of com.discoverygate.webservice.types.com.discoverygate.webservice.types.MoleculeSource
entities.
java.rmi.RemoteException
Exception
public XMLResults getMoleculeSourcesByMoleculeIdXML(ServiceRequest arg0, Datasource arg1, MoleculeId[] arg2) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.com.discoverygate.webservice.types.getMoleculeSourcesByMoleculeId
method except
that the results returned are in XML format.
getMoleculeSourcesByMoleculeIdXML
in interface DGWS
arg0
- the service requestarg1
- a data source to be searched. If set to null, all datasources of a given MoleculeId will be returnedarg2
- an array of MoleculeId
's
MoleculeSourceResults
java.rmi.RemoteException
Exception
public MoleculeResults getMoleculesByCatalogId(ServiceRequest arg0, CatalogId arg1, BulkFineType arg2) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
, and the ID_ONLY
flag.
getMoleculesByCatalogId
in interface DGWS
arg0
- the ServiceRequest describing at least the License and retrieval flags.arg1
- the catalog Id of the catalog to searcharg2
- the Bulk/Fine Flag used to filter the molecules from the catalog
java.rmi.RemoteException
Exception
public XMLResults getMoleculesByCatalogIdXML(ServiceRequest arg0, CatalogId arg1, BulkFineType arg2) throws java.rmi.RemoteException, Exception
DGWS
getMoleculesByCatalogIdXML
in interface DGWS
arg0
- the ServiceRequest describing at least the License and retrieval flags.arg1
- the catalog Id of the catalog to searcharg2
- the Bulk/Fine Flag used to filter the molecules from the catalog
java.rmi.RemoteException
Exception
public Molecule getMoleculesByCatalogItem(ServiceRequest arg0, CatalogItem[] arg1) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
.
getMoleculesByCatalogItem
in interface DGWS
arg0
- the ServiceRequest describing at least the Licensearg1
- the list of catalog items from the procurement database(s)
java.rmi.RemoteException
Exception
public java.lang.String getMoleculesByCatalogItemXML(ServiceRequest arg0, CatalogItem[] arg1) throws java.rmi.RemoteException, Exception
DGWS
getMoleculesByCatalogItem
method
except that the molecule container is returned as a string of XML.
getMoleculesByCatalogItemXML
in interface DGWS
arg0
- the ServiceRequest describing at least the Licensearg1
- the list of catalog items from the procurement database(s)
java.rmi.RemoteException
Exception
public MoleculeResults getMoleculesByCatalogNumbers(ServiceRequest arg0, java.lang.String[] arg1) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
, and the ID_ONLY
flag.
getMoleculesByCatalogNumbers
in interface DGWS
arg0
- the ServiceRequest describing at least the License and retrieval flags.arg1
- the catalog Ids of the catalog to search
java.rmi.RemoteException
Exception
public XMLResults getMoleculesByCatalogNumbersXML(ServiceRequest arg0, java.lang.String[] arg1) throws java.rmi.RemoteException, Exception
DGWS
getMoleculesByCatalogNumbersXML
in interface DGWS
arg0
- the ServiceRequest describing at least the License and retrieval flags.arg1
- the catalog Ids of the catalog to search
java.rmi.RemoteException
Exception
public MoleculeResults getMoleculesByClassification(ServiceRequest arg0, MoleculeSearch[] arg1, java.lang.String arg2) throws java.rmi.RemoteException, Exception
DGWS
aCriteria
.
aClass
string passed must be one of those found in the classification vocabulary returned from getClassificationVocabulary (or getMoleculesByClassificationXML).com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
, ID_ONLY.sourceFilter
of the ServiceRequest: supported.
getMoleculesByClassification
in interface DGWS
arg0
- the ServiceRequest describing at least the License, Page information, and com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
.arg1
- the molecule search criteria by which to narrow the citations returned from the method. This argument can be null.arg2
- the classification from the vocabulary on which to search, such as
com.discoverygate.webservice.types.com.symyx.refdata.types.vocabulary.ClassificationVocabulary
.
Exception
java.rmi.RemoteException
public XMLResults getMoleculesByClassificationXML(ServiceRequest arg0, MoleculeSearch[] arg1, java.lang.String arg2) throws java.rmi.RemoteException, Exception
DGWS
getMoleculesByClassificationXML
in interface DGWS
arg0
- the ServiceRequest describing at least the License, Page information, and com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
.arg1
- the molecule search criteria by which to narrow the citations returned from the methodarg2
- the classification from the vocabulary on which to search
java.rmi.RemoteException
Exception
public MoleculeResults getMoleculesById(ServiceRequest arg0, MoleculeId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
Molecule
within a results container for the array of Molecule IDs.
MoleculeId
is a base class to many types of objects returned from the service.
Therefore this method can consume the output from other methods without conversion.Molecule
is controlled by the com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
specified in the ServiceRequest
object.com.discoverygate.webservice.types.com.symyx.refdata.types.ReactionRetrievalFlags
.com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
(and ReactionRetrievalFlags for sub-level Reaction data)sourceFilter
of the ServiceRequest: supported.
getMoleculesById
in interface DGWS
arg0
- the service requestarg1
- the molecule IDs of the target molecules
java.rmi.RemoteException
Exception
public XMLResults getMoleculesByIdXML(ServiceRequest arg0, MoleculeId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.getMoleculesById
method except that the results returned are in XML format.
getMoleculesByIdXML
in interface DGWS
arg0
- the service requestarg1
- the molecule IDs of the target molecules
java.rmi.RemoteException
Exception
public MoleculeResults getMoleculesByNames(ServiceRequest arg0, java.lang.String[] arg1) throws java.rmi.RemoteException, Exception
DGWS
Molecule entities within a results container for the specified wildcard.
- The wildcard character '%' is used to specify multiple-character wildcards and the '_'
for a single character wildcard.
- The name specified can be the chemical name, CAS number, NEMA key, or OHS name, and is case-insensitive
- To control the data retrieved from within the Molecule, specify
com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
in the ServiceRequest
object.
- To control sub-level Reaction data returned, specify the
com.discoverygate.webservice.types.com.symyx.refdata.types.ReactionRetrievalFlags
.
- To control the number and offset of records retrieved, use the
DataPage of the
ServiceRequest
object.
- Flag support:
com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
, ID_ONLY.
sourceFilter
of the ServiceRequest: supported.
- Specified by:
getMoleculesByNames
in interface DGWS
- Parameters:
arg0
- the service requestarg1
- the search name with optional wildcard characters
- Returns:
- a results container with the Molecule hits
- Throws:
java.rmi.RemoteException
Exception
public XMLResults getMoleculesByNamesXML(ServiceRequest arg0, java.lang.String[] arg1) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.getMoleculesByName
method except that the results returned are in XML format.
getMoleculesByNamesXML
in interface DGWS
arg0
- the service requestarg1
- the search name with optional wildcard characters
java.rmi.RemoteException
Exception
public MoleculeResults getMoleculesByQuery(ServiceRequest arg0, MoleculeSearch[] arg1, java.lang.String arg2) throws java.rmi.RemoteException, Exception
DGWS
getMoleculesByQuery
in interface DGWS
java.rmi.RemoteException
Exception
public XMLResults getMoleculesByQueryXML(ServiceRequest arg0, MoleculeSearch[] arg1, java.lang.String arg2) throws java.rmi.RemoteException, Exception
DGWS
getMoleculesByQueryXML
in interface DGWS
java.rmi.RemoteException
Exception
public MoleculeResults getMoleculesBySourceId(ServiceRequest arg0, SourceId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
.sourceFilter
of the ServiceRequest: supported.
getMoleculesBySourceId
in interface DGWS
arg0
- the ServiceRequest describing at least the License, page parameters, and retrieval flags.arg1
- the list of IDs for which the top-level molecules are to be retrieved
java.rmi.RemoteException
Exception
public Molecule getMoleculesBySourceIdMerged(ServiceRequest arg0, SourceId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
.
getMoleculesBySourceIdMerged
in interface DGWS
arg0
- the ServiceRequest describing at least the License and retrieval flags.arg1
- the list of IDs for which to fetch the source molecules.
java.rmi.RemoteException
Exception
public java.lang.String getMoleculesBySourceIdMergedXML(ServiceRequest arg0, SourceId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
getMoleculesBySourceIdMergedXML
in interface DGWS
arg0
- the ServiceRequest describing at least the License and retrieval flags.arg1
- the list of IDs for which to fetch the source molecules.
java.rmi.RemoteException
Exception
getMoleculeMergedBySourceId
public XMLResults getMoleculesBySourceIdXML(ServiceRequest arg0, SourceId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
getMoleculesBySourceIdXML
in interface DGWS
arg0
- the ServiceRequest describing at least the License, page parameters and retrieval flags.arg1
- the list of IDs for which the top-level molecules are to be retrieved
java.rmi.RemoteException
Exception
public MoleculeResults getMoleculesByStructure(ServiceRequest arg0, MoleculeSearch[] arg1) throws java.rmi.RemoteException, Exception
DGWS
Molecule
within a results container that satisfy the query specified
by a combination of the boolean structure searches within the aCriteria parameter.
Molecule
is controlled by the com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
specified in the ServiceRequest
object.com.discoverygate.webservice.types.com.symyx.refdata.types.ReactionRetrievalFlags
.ServiceRequest
object.com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
, ID_ONLY.sourceFilter
of the ServiceRequest: supported.
getMoleculesByStructure
in interface DGWS
arg0
- the service requestarg1
- the structure search combination
java.rmi.RemoteException
Exception
public XMLResults getMoleculesByStructureXML(ServiceRequest arg0, MoleculeSearch[] arg1) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.getMoleculesByStructure
except that the results returned are in XML format.
getMoleculesByStructureXML
in interface DGWS
arg0
- the service requestarg1
- the structure search combination
java.rmi.RemoteException
Exception
public AvailabilityFilterResults getMoleculesFilterInfoById(ServiceRequest arg0, MoleculeId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
getMoleculesFilterInfoById
in interface DGWS
arg0
- the service requestarg1
- the molecule IDs
java.rmi.RemoteException
Exception
public XMLResults getMoleculesFilterInfoByIdXML(ServiceRequest arg0, MoleculeId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.getMoleculesFilterInfoById
method except
that the results returned are in XML format.
Returns an array of AvailabilityFilter within a results container for the given array of Molecule IDs
getMoleculesFilterInfoByIdXML
in interface DGWS
arg0
- the service requestarg1
- the molecule IDs
AvailabilityFilterResults
java.rmi.RemoteException
Exception
public PatentResults getPatentsByTitle(ServiceRequest arg0, java.lang.String arg1) throws java.rmi.RemoteException, Exception
DGWS
aTextQuery
parameter.
getPatentsByTitle
in interface DGWS
arg0
- the ServiceRequest describing at least the License, Page information, and the com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
requiredarg1
- search criteria in the form of an Oracle text query
java.rmi.RemoteException
Exception
public XMLResults getPatentsByTitleXML(ServiceRequest arg0, java.lang.String arg1) throws java.rmi.RemoteException, Exception
DGWS
getPatentsByTitleXML
in interface DGWS
arg0
- the ServiceRequest describing at least the License, Page information, and the com.discoverygate.webservice.types.com.symyx.refdata.types.ReactionRetrievalFlags
requiredarg1
- search criteria in the form of an Oracle text query
java.rmi.RemoteException
Exception
public ProcurementVocabularies getProcurementVocabulary(ServiceRequest arg0, VocabularyVersion arg1) throws java.rmi.RemoteException, ServiceFault
DGWS
ProcurementVocabularies
object if the VocabularyVersion passed is not equal to the current server version.
sourceFilter
of the ServiceRequest: supported.
getProcurementVocabulary
in interface DGWS
arg0
- the ServiceRequest describing at least the Licensearg1
- the current version of the vocabulary held by caller
java.rmi.RemoteException
Exception
ServiceFault
public java.lang.String getProcurementVocabularyXML(ServiceRequest arg0, VocabularyVersion arg1) throws java.rmi.RemoteException, Exception
DGWS
getProcurementVocabularyXML
in interface DGWS
arg0
- the ServiceRequest describing at least the Licensearg1
- the current version of the vocabulary held by caller
java.rmi.RemoteException
Exception
public ProductResults getProductsByMoleculeAndSuppliers(ServiceRequest arg0, SourceId[] arg1, SupplierId[] arg2) throws java.rmi.RemoteException, Exception
DGWS
Product
within a results container for the given array of Molecule IDs
and Supplier IDs.
MoleculeId
is a base class to many types of objects returned from the service.
Therefore this method can consume the output from other methods without conversion.com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
. Therefore all
Packages and Catalogs for each Product hit by the search are returned.ServiceRequest
object is ignored and all Products
that match the criteria are returned.
getProductsByMoleculeAndSuppliers
in interface DGWS
arg0
- the service requestarg1
- the molecule IDs of the target moleculesarg2
- the supplier IDs of the target Companies
java.rmi.RemoteException
Exception
public XMLResults getProductsByMoleculeAndSuppliersXML(ServiceRequest arg0, SourceId[] arg1, SupplierId[] arg2) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.getProductsByMoleculeandSuppliers
method except
that the results returned are in XML format.
getProductsByMoleculeAndSuppliersXML
in interface DGWS
arg0
- the service requestarg1
- the molecule IDs of the target moleculesarg2
- the supplier IDs of the target Companies
java.rmi.RemoteException
Exception
public RxnCitationResults getReactionCitations(ServiceRequest arg0, CitationCriteria arg1) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.com.symyx.refdata.types.ReactionRetrievalFlags
, and therefore the caller is able to create a hierarchy from the results with citations on top.sourceFilter
of the ServiceRequest: supported.
getReactionCitations
in interface DGWS
arg0
- the ServiceRequest describing at least the License, Page information, and com.discoverygate.webservice.types.com.symyx.refdata.types.ReactionRetrievalFlags
requiredarg1
- the criteria on which to narrow the citations returned from the method
java.rmi.RemoteException
Exception
public XMLResults getReactionCitationsXML(ServiceRequest arg0, CitationCriteria arg1) throws java.rmi.RemoteException, Exception
DGWS
getReactionCitationsXML
in interface DGWS
arg0
- the ServiceRequest describing at least the License, Page information, and com.discoverygate.webservice.types.com.symyx.refdata.types.ReactionRetrievalFlags
requiredarg1
- the criteria by which to narrow the citations returned from the method
java.rmi.RemoteException
Exception
public Classification[] getReactionClassification(ServiceRequest arg0, Structure[] arg1) throws java.rmi.RemoteException, Exception
DGWS
Structure
is a base class to many types of objects returned from the service.
Therefore this method can consume the output from other methods without conversion.
getReactionClassification
in interface DGWS
arg0
- the service requestarg1
- an array of RxnFile reaction structures
java.rmi.RemoteException
Exception
public ReactionVocabulary getReactionVocabulary(ServiceRequest arg0, VocabularyVersion arg1) throws java.rmi.RemoteException, Exception
DGWS
sourceFilter
of the ServiceRequest: supported.
getReactionVocabulary
in interface DGWS
arg0
- the ServiceRequest describing at least the Licensearg1
- the current version of the vocabulary held by caller
java.rmi.RemoteException
Exception
public java.lang.String getReactionVocabularyXML(ServiceRequest arg0, VocabularyVersion arg1) throws java.rmi.RemoteException, Exception
DGWS
getReactionVocabularyXML
in interface DGWS
arg0
- the ServiceRequest describing at least the Licensearg1
- the current version of the vocabulary held by caller
java.rmi.RemoteException
Exception
public ReactionResults getReactionsById(ServiceRequest arg0, ReactionId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
Reaction
within a results container for the array of Reaction IDs.
ReactionId
is a base class to many types of objects returned from the service.Reaction
, specify com.discoverygate.webservice.types.com.symyx.refdata.types.ReactionRetrievalFlags
in the ServiceRequest
object.com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
sourceFilter
of the ServiceRequest: supported.
getReactionsById
in interface DGWS
arg0
- the service requestarg1
- the reaction IDs of the target reactions
java.rmi.RemoteException
Exception
public XMLResults getReactionsByIdXML(ServiceRequest arg0, ReactionId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
getReactionsById
method except that the results returned are in XML format.
getReactionsByIdXML
in interface DGWS
arg0
- the service requestarg1
- the reaction IDs of the target reactions
java.rmi.RemoteException
Exception
public ReactionResults getReactionsByProduct(ServiceRequest arg0, MoleculeSearch[] arg1, RxnProductCriteria arg2) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.com.symyx.refdata.types.ReactionRetrievalFlags
, ID_ONLY flag.sourceFilter
of the ServiceRequest: supported.
getReactionsByProduct
in interface DGWS
arg0
- the ServiceRequest describing at least the License, Page information, and the com.discoverygate.webservice.types.com.symyx.refdata.types.ReactionRetrievalFlags
requiredarg1
- the array of MoleculeSearch
objects that describes how to search the products (optional)arg2
- the criteria for which to narrow the candidate products. This parameter can be null.
java.rmi.RemoteException
Exception
public XMLResults getReactionsByProductXML(ServiceRequest arg0, MoleculeSearch[] arg1, RxnProductCriteria arg2) throws java.rmi.RemoteException, Exception
DGWS
getReactionsByProductXML
in interface DGWS
arg0
- the ServiceRequest describing at least the License, Page information, and the com.discoverygate.webservice.types.com.symyx.refdata.types.ReactionRetrievalFlags
requiredarg1
- the array of MoleculeSearch
objects that describes how to search the products (optional)arg2
- the criteria by which to narrow the candidate products. This parameter can be null.
java.rmi.RemoteException
Exception
public ReactionResults getReactionsByQuery(ServiceRequest arg0, ReactionSearch[] arg1, java.lang.String arg2) throws java.rmi.RemoteException, Exception
DGWS
getReactionsByQuery
in interface DGWS
java.rmi.RemoteException
Exception
public XMLResults getReactionsByQueryXML(ServiceRequest arg0, ReactionSearch[] arg1, java.lang.String arg2) throws java.rmi.RemoteException, Exception
DGWS
getReactionsByQueryXML
in interface DGWS
java.rmi.RemoteException
Exception
public ReactionResults getReactionsByStructure(ServiceRequest arg0, ReactionSearch[] arg1) throws java.rmi.RemoteException, Exception
DGWS
Reaction
within a results container that satisfy the query specified.
Reaction
is controlled by the com.discoverygate.webservice.types.com.symyx.refdata.types.ReactionRetrievalFlags
specified in the ServiceRequest
object.com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
ServiceRequest
objectcom.discoverygate.webservice.types.com.symyx.refdata.types.ReactionRetrievalFlags
, ID_ONLY
.sourceFilter
of the ServiceRequest: supported.
getReactionsByStructure
in interface DGWS
arg0
- the service requestarg1
- the structure search combination
java.rmi.RemoteException
Exception
public XMLResults getReactionsByStructureXML(ServiceRequest arg0, ReactionSearch[] arg1) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.getReactionsByStructure
except that the results returned are in XML format.
getReactionsByStructureXML
in interface DGWS
arg0
- the service requestarg1
- the structure search combination
java.rmi.RemoteException
Exception
public ReactionResults getReactionsByVariation(ServiceRequest arg0, RxnVariationId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
getReactionsById
method except that the VariationId is specified.
getReactionsByVariation
in interface DGWS
arg0
- the service requestarg1
- the reaction validation IDs of the target reactions
java.rmi.RemoteException
Exception
public XMLResults getReactionsByVariationXML(ServiceRequest arg0, RxnVariationId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.getReactionsByVariation
method except that the results returned are in XML format.
getReactionsByVariationXML
in interface DGWS
arg0
- the service requestarg1
- the reaction variation IDs of the target reactions
java.rmi.RemoteException
Exception
public ReactionFilterResults getReactionsFilterInfoById(ServiceRequest arg0, ReactionId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
RxnFilterVariation
within a results container for the array of Reaction IDs.
ReactionId
is a base class to many types of objects returned from the service.RxnFilterVariation
, specify com.discoverygate.webservice.types.com.symyx.refdata.types.ReactionRetrievalFlags
in the ServiceRequest
object.
getReactionsFilterInfoById
in interface DGWS
arg0
- the service requestarg1
- the reaction IDs of the target reactions
java.rmi.RemoteException
Exception
public XMLResults getReactionsFilterInfoByIdXML(ServiceRequest arg0, ReactionId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.getReactionsFilterInfoById
method except
that the results returned are in XML format.
Returns an array of RxnFilterVariation within a results container for the given array of Reaction IDs
getReactionsFilterInfoByIdXML
in interface DGWS
arg0
- the service requestarg1
- the Reaction IDs
ReactionFilterResults
java.rmi.RemoteException
Exception
public java.lang.String getSchema(ServiceRequest arg0, SchemaType arg1) throws java.rmi.RemoteException, Exception
DGWS
Note: If the Type chosen is the complete object, the parameters of the ServiceRequest are ignored and the entire schema is retrieved. Otherwise the schema returned supports the flags and the sourceFilter specified in the ServiceRequest object.
getSchema
in interface DGWS
arg0
- the ServiceRequest describing at least the Licensearg1
- the type of schema to be returned
java.rmi.RemoteException
Exception
public ServiceInformation getServiceInformation(ServiceRequest arg0) throws java.rmi.RemoteException
DGWS
ServiceInformation
.
This method is typically the first method called against the service.
getServiceInformation
in interface DGWS
arg0
- the service request
java.rmi.RemoteException
public SimilaritySourceResult[] getSourceMoleculeSimilarity(ServiceRequest arg0, SourceId[] arg1, Structure arg2, SimilarityType arg3) throws java.rmi.RemoteException, Exception
DGWS
getMoleculeSimilarity
except that the inputs and outputs are related to source molecule IDs.
getSourceMoleculeSimilarity
in interface DGWS
arg0
- the ServiceRequest describing at least the Licensearg1
- the list of source Id objects by which to compare for percentage similarityarg2
- the structure used for comparisonarg3
- the type of simiarity to use for comparison
java.rmi.RemoteException
Exception
getMoleculeSimilarity
public MoleculeResults getSourceMoleculesByStructure(ServiceRequest arg0, MoleculeSearch[] arg1, Datasource arg2) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
that relate to the source being searched, and the ID_ONLY
flag.
getSourceMoleculesByStructure
in interface DGWS
arg0
- the ServiceRequest describing at least the License, Page, Molecule, and com.discoverygate.webservice.types.com.symyx.refdata.types.ReactionRetrievalFlags
arg1
- the molecule search criteria by which to narrow the citations returned from the methodarg2
- the source database on which to search
java.rmi.RemoteException
Exception
public XMLResults getSourceMoleculesByStructureXML(ServiceRequest arg0, MoleculeSearch[] arg1, Datasource arg2) throws java.rmi.RemoteException, Exception
DGWS
getSourceMoleculesByStructureXML
in interface DGWS
arg0
- the ServiceRequest describing at least the Licensearg1
- the molecule search criteria by which to narrow the citations returned from the methodarg2
- the source database on which to search
java.rmi.RemoteException
Exception
public MoleculeSourceResults getSourceSummaryByMoleculeId(ServiceRequest arg0, Datasource[] arg1, MoleculeId[] arg2) throws java.rmi.RemoteException, Exception
DGWS
MoleculeId
's in which data sources they exist.
This method can be used for a fast lookup whether a given molecule or list of molecules
exist in a given datasource.
This method is provides the exact same result as com.discoverygate.webservice.types.getMoleculeSourcesByMoleculeId
, except that it accepts an array
of datasources instead of just a single datasource.
getSourceSummaryByMoleculeId
in interface DGWS
arg0
- the service requestarg1
- an array Datasource
to be searched. If set to null, all datasources of a given MoleculeId will be returnedarg2
- an array of MoleculeId
's
MoleculeSourceResults
container with a list of MoleculeSource
entities.
java.rmi.RemoteException
Exception
public XMLResults getSourceSummaryByMoleculeIdXML(ServiceRequest arg0, Datasource[] arg1, MoleculeId[] arg2) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.getSourceSummaryByMoleculeId
method except
that the results returned are in XML format.
getSourceSummaryByMoleculeIdXML
in interface DGWS
arg0
- the service requestarg1
- an array Datasource
to be searched. If set to null, all datasources of a given MoleculeId will be returnedarg2
- an array of MoleculeId
's
MoleculeSourceResults
java.rmi.RemoteException
Exception
public SupplierResults[] getSuppliers(ServiceRequest arg0, java.lang.String arg1) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.Supplier
within a results container for the specified wildcard and procurement datasource.
com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
, and therefore the data returned
differs from the Supplier retrieval flag in that the associated Distributor information is associated
with each Supplier.ServiceRequest
object.sourceFilter
of the ServiceRequest: supported.
getSuppliers
in interface DGWS
arg0
- the service requestarg1
- the search name, with optional wildcard characters, which can be null
java.rmi.RemoteException
Exception
public SupplierResults getSuppliersById(ServiceRequest arg0, SupplierId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
getSuppliersById
in interface DGWS
arg0
- the service requestarg1
- the list of Supplier ID objects
java.rmi.RemoteException
Exception
public XMLResults getSuppliersByIdXML(ServiceRequest arg0, SupplierId[] arg1) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.getSuppliersById
method except that the results are returned in XML format.
getSuppliersByIdXML
in interface DGWS
arg0
- the service requestarg1
- the list of Supplier ID objects
java.rmi.RemoteException
Exception
public XMLResults[] getSuppliersXML(ServiceRequest arg0, java.lang.String arg1) throws java.rmi.RemoteException, Exception
DGWS
com.discoverygate.webservice.types.getSuppliers
method except that the results returned are in XML format.
getSuppliersXML
in interface DGWS
arg0
- the service requestarg1
- the search name with optional wildcard characters
java.rmi.RemoteException
Exception
public ExperimentResults getToxicityExperiments(ServiceRequest arg0, MoleculeSearch[] arg1, ExperimentCriteria arg2) throws java.rmi.RemoteException, Exception
DGWS
aSearch
.
com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
related to Toxicity data.
getToxicityExperiments
in interface DGWS
arg0
- the ServiceRequest describing at least the License, Page information and com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
.arg1
- the molecule search criteria by which to narrow the citations returned from the method. This argument can be null.arg2
- the classification from the vocabulary on which to search
java.rmi.RemoteException
Exception
public XMLResults getToxicityExperimentsXML(ServiceRequest arg0, MoleculeSearch[] arg1, ExperimentCriteria arg2) throws java.rmi.RemoteException, Exception
DGWS
getToxicityExperimentsXML
in interface DGWS
arg0
- the ServiceRequest describing at least the License, Page information, and com.discoverygate.webservice.types.com.symyx.refdata.types.MoleculeRetrievalFlags
.arg1
- the molecule search criteria by which to narrow the citations returned from the methodarg2
- the classification from the vocabulary on which to search
java.rmi.RemoteException
Exception
public ToxPublication[] getToxicityPublications(ServiceRequest arg0, ToxCoden[] arg1) throws java.rmi.RemoteException
DGWS
MoleculeRetrievalFlags.LITERATURE
flag.
getToxicityPublications
in interface DGWS
arg0
- the service requestarg1
- the codens
java.rmi.RemoteException
public ToxicityVocabulary getToxicityVocabulary(ServiceRequest arg0, VocabularyVersion arg1) throws java.rmi.RemoteException
DGWS
getToxicityVocabulary
in interface DGWS
arg0
- the ServiceRequest describing at least the Licensearg1
- the current version of the vocabulary held by caller
java.rmi.RemoteException
public java.lang.String getToxicityVocabularyXML(ServiceRequest arg0, VocabularyVersion arg1) throws java.rmi.RemoteException
DGWS
getToxicityVocabularyXML
in interface DGWS
arg0
- the ServiceRequest describing at least the Licensearg1
- the current version of the vocabulary held by caller
java.rmi.RemoteException
public XMLResults runProjectionQuery(ServiceRequest arg0, java.lang.String arg1) throws java.rmi.RemoteException, Exception
DGWS
runProjectionQuery
in interface DGWS
java.rmi.RemoteException
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |