public interface DataCollectionOperationsIntf extends tcUtilityOperationsIntf
Modifier and Type | Method and Description |
---|---|
void |
finalizeDataCollectionSession(java.lang.String sessionID)
Finalizes the data collection session.
|
java.lang.String |
getCurrentDataCollectionSession()
Gets the sessionID of the current session.
|
java.lang.String |
getDataCollectionStatus(java.lang.String sessionID)
Gets the status of the data collection session
|
void |
performDataCollectionForSession(java.lang.String sessionID)
Performs the data collection in the current session.
|
void |
startDataCollection(java.lang.String sessionID,
java.util.Map entities)
Starts a new data collection session with the passed session ID.
|
close, getName, setCountry, setLanguage, setVariant
void startDataCollection(java.lang.String sessionID, java.util.Map entities) throws tcAPIException, tcAPIException
sessionID
- The sessionID of the new data collection sessionentities
- A Map of entityName ==> java.util.Date that gives the entity name a sinceDate for each entity.tcAPIException
java.lang.String getDataCollectionStatus(java.lang.String sessionID) throws tcAPIException, tcAPIException
sessionID
- The sessionID of the session. This should be the current session.tcAPIException
java.lang.String getCurrentDataCollectionSession() throws tcAPIException, tcAPIException
tcAPIException
void finalizeDataCollectionSession(java.lang.String sessionID) throws tcAPIException, tcAPIException
sessionID
- The sessionID of the session. The sessionID that is passed should be the current sessionID.tcAPIException
void performDataCollectionForSession(java.lang.String sessionID) throws tcAPIException, tcAPIException
sessionID
- The sessionID of the session. The sessionID that is passed should be the current sessionID.tcAPIException