public interface DataMonitoring
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Document |
retrieveDataHistories(SessionToken session,
java.util.UUID instanceID)
Retrieves an XML-document representing the current histories of all data
elements of the designated process instance.
|
org.w3c.dom.Document |
retrieveDataHistory(SessionToken session,
java.util.UUID instanceID,
int dataElementID)
Retrieves an XML-document representing the current history of the
designated data element.
|
org.w3c.dom.Document retrieveDataHistory(SessionToken session, java.util.UUID instanceID, int dataElementID)
session - The session which is used to check for access rights on this
method and for tracking and logging purpose.instanceID - The ID of the process instance which contains the data
element of which the data history is to be retrieved.dataElementID - The ID of the data element of which the data history
is to be retrieved.org.w3c.dom.Document retrieveDataHistories(SessionToken session, java.util.UUID instanceID)
session - The session which is used to check for access rights on this
method and for tracking and logging purpose.instanceID - The ID of the process instance of which the data
histories are to be retrieved.