eu.transformproject.provenance.ws
public class ProvenanceWS_DataQualityTool extends CommonInstantiation implements ProvenanceWS_DataQualityTool_Interface
MIDDLEWARE_GRAPH_PROJECT_NAME, server
Constructor and Description |
---|
ProvenanceWS_DataQualityTool() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
createAndAnswerQuery(java.util.Date start,
java.util.Date end,
java.lang.String query,
int rowNumberResults,
java.util.List firstRowResult)
createAndAnswerQuery.
|
void |
finalize() |
void |
requestPatientRecords(java.lang.String uriQueryResult,
java.util.Date start,
java.util.Date end)
requestPatientRecords.
|
void |
saveQuery(java.lang.String uriQuery,
java.util.Date start,
java.util.Date end)
saveQuery.
|
void |
saveQueryResult(java.lang.String uriQueryResult,
java.util.Date start,
java.util.Date end)
saveQueryResult.
|
closeSession, createSession, endsPackageData, getSyncDateTime, login, logout, receiveData, sendData, startPackageData, unpackageData
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
closeSession, createSession, endsPackageData, getSyncDateTime, login, logout, receiveData, sendData, startPackageData, unpackageData
public ProvenanceWS_DataQualityTool() throws java.lang.Exception
java.lang.Exception
public void finalize() throws java.sql.SQLException
finalize
in class CommonInstantiation
java.sql.SQLException
public java.lang.String[] createAndAnswerQuery(java.util.Date start, java.util.Date end, java.lang.String query, int rowNumberResults, java.util.List firstRowResult) throws java.lang.Exception
ProvenanceWS_DataQualityTool_Interface
createAndAnswerQuery
in interface ProvenanceWS_DataQualityTool_Interface
start
- the start time of the creating and answering query process.end
- the end time of the the create and answering query process.query
- the query created by the system after the user interactionjava.lang.Exception
- the exceptionpublic void saveQuery(java.lang.String uriQuery, java.util.Date start, java.util.Date end) throws java.lang.Exception
ProvenanceWS_DataQualityTool_Interface
saveQuery
in interface ProvenanceWS_DataQualityTool_Interface
uriQuery
- URI the first element in the list returned by createAndAswerQuery() methodstart
- the start time of the query saving process.end
- the end time of the query saving process.java.lang.Exception
- the exceptionpublic void saveQueryResult(java.lang.String uriQueryResult, java.util.Date start, java.util.Date end) throws java.lang.Exception
ProvenanceWS_DataQualityTool_Interface
saveQueryResult
in interface ProvenanceWS_DataQualityTool_Interface
uriQueryResult
- the second element in the list returned by createAndAswerQuery() methodstart
- the start time of the query saving process.end
- the end time of the query saving process.java.lang.Exception
- the exceptionpublic void requestPatientRecords(java.lang.String uriQueryResult, java.util.Date start, java.util.Date end) throws java.lang.Exception
ProvenanceWS_DataQualityTool_Interface
requestPatientRecords
in interface ProvenanceWS_DataQualityTool_Interface
uriQueryResult
- URI returned in the dictionary of the createAndAswerQuery methodstart
- the start time of the query saving process.end
- the end time of the query saving process.java.lang.Exception
- the exception