gov.nih.nci.cagrid.fqp.common
Interface FederatedQueryProcessorI

All Known Implementing Classes:
FederatedQueryProcessorClient

public interface FederatedQueryProcessorI

The main query service. This class is autogenerated, DO NOT EDIT.


Method Summary
 DCQLQueryResultsCollection execute(DCQLQuery query)
          Executes the specified DCQL query, blocking until completion.
 CQLQueryResults executeAndAggregateResults(DCQLQuery query)
          Executes the given DCQL query and returns the results as standard data service results.
 FederatedQueryResultsClient executeAsynchronously(DCQLQuery query)
          Executes the specified DCQL query, and returns a reference to the query result resource.
 ServiceSecurityMetadata getServiceSecurityMetadata()
           
 

Method Detail

getServiceSecurityMetadata

ServiceSecurityMetadata getServiceSecurityMetadata()
                                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

executeAndAggregateResults

CQLQueryResults executeAndAggregateResults(DCQLQuery query)
                                           throws java.rmi.RemoteException,
                                                  FederatedQueryProcessingFault
Executes the given DCQL query and returns the results as standard data service results.

Parameters:
query -
Throws:
FederatedQueryProcessingFault - Indicates an error occured processing the query.
java.rmi.RemoteException

execute

DCQLQueryResultsCollection execute(DCQLQuery query)
                                   throws java.rmi.RemoteException,
                                          FederatedQueryProcessingFault
Executes the specified DCQL query, blocking until completion.

Parameters:
query -
Throws:
FederatedQueryProcessingFault - Indicates an error occured processing the query.
java.rmi.RemoteException

executeAsynchronously

FederatedQueryResultsClient executeAsynchronously(DCQLQuery query)
                                                  throws java.rmi.RemoteException,
                                                         org.apache.axis.types.URI.MalformedURIException
Executes the specified DCQL query, and returns a reference to the query result resource.

Parameters:
query -
Throws:
java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException