org.LexGrid.LexBIG.cagrid.dataService.common
Interface LexEVSDataServiceI
- All Known Implementing Classes:
- LexEVSDataServiceClient
public interface LexEVSDataServiceI
This class is autogenerated, DO NOT EDIT.
This interface represents the API which is accessable on the grid service from the client.
getMultipleResourceProperties
org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getResourceProperty
org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName params)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
queryResourceProperties
org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
query
CQLQueryResults query(CQLQuery cqlQuery)
throws java.rmi.RemoteException,
gov.nih.nci.cagrid.data.faults.QueryProcessingExceptionType,
gov.nih.nci.cagrid.data.faults.MalformedQueryExceptionType
- The standard caGrid Data Service query method.
- Parameters:
cqlQuery
- The CQL query to be executed against the data source.
- Returns:
- The result of executing the CQL query against the data source.
- Throws:
QueryProcessingException
- Thrown when an error occurs in processing a CQL query
MalformedQueryException
- Thrown when a query is found to be improperly formed
java.rmi.RemoteException
gov.nih.nci.cagrid.data.faults.QueryProcessingExceptionType
gov.nih.nci.cagrid.data.faults.MalformedQueryExceptionType
registerSecurityToken
LexEVSDataServiceClient registerSecurityToken(java.lang.String codingSchemeURN,
gov.nih.nci.evs.security.SecurityToken securityToken)
throws java.rmi.RemoteException,
org.apache.axis.types.URI.MalformedURIException
- Throws:
java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException