eu.transformproject.provenance.ws
public interface ProvenanceWS_middleware_Interface extends CommomInstantiationInterface
Modifier and Type | Method and Description |
---|---|
java.lang.String |
aggregateResultsForMultiSourceQuery(java.lang.String aggregationQueryA,
java.lang.String dataSourceAgentName,
java.lang.Object[] dataSourcesA,
java.lang.Object aggregatedResults,
java.util.Date start)
aggregateResultsForMultiSourceQuery, annotates the aggregation result process at the moment it finishes.
|
java.lang.String[] |
analizeMultiSourceQuery(java.lang.String decryptedQueryA,
java.lang.String[] subqueries,
java.lang.String aggregatedQuery,
java.util.Date start)
analizeMultiSourceQuery, annotates the process of analyzing multisource queries at the moment the analysis has finished.
|
closeSession, createSession, endsPackageData, getSyncDateTime, login, logout, receiveData, sendData, startPackageData, unpackageData
java.lang.String[] analizeMultiSourceQuery(java.lang.String decryptedQueryA, java.lang.String[] subqueries, java.lang.String aggregatedQuery, java.util.Date start) throws java.lang.Exception
decryptedQueryA,
- uri of the artifact representing the unpacked query, as returned by unpack method.subqueries,
- a list of the subqueries to be executedaggregatedQuery,
- the aggregated query for combining the resultsstart
- date time when the analysis beginsjava.lang.Exception
java.lang.String aggregateResultsForMultiSourceQuery(java.lang.String aggregationQueryA, java.lang.String dataSourceAgentName, java.lang.Object[] dataSourcesA, java.lang.Object aggregatedResults, java.util.Date start) throws java.lang.Exception
aggregationQueryA,
- the uri of the aggregation query artifact, last element in the list returned by analizeMultiSourceQuery method.dataSourceAgentName,
- name of the datasource agent where the data are stored (e.g. "middlewareDS")dataSourcesA,
- parameter not used at the moment, please pass nullaggregatedResults,
- object with the results of the aggregated querystart,
- date time where the aggregation beginsjava.lang.Exception