public interface InstanceHistories
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Document |
getChangeHistoryXML()
Returns the the change history as XML document (DOM object).
|
org.w3c.dom.Document |
getDataHistoryXML(int dataElementID)
Returns the history of the data element accesses and values as XML
document.
|
org.w3c.dom.Document |
getExecutionHistoryXML()
Returns the execution history of the instance as XML document.
|
java.util.UUID |
getInstanceID()
The ID of the instance, the histories belong to.
|
java.util.UUID getInstanceID()
org.w3c.dom.Document getChangeHistoryXML()
org.w3c.dom.Document getDataHistoryXML(int dataElementID)
dataElementID - The ID of the dataElement which history is requested.org.w3c.dom.Document getExecutionHistoryXML()