public interface DataObjectInstance
Modifier and Type | Method and Description |
---|---|
Date |
getCreationTime()
Returns the creation timestamp of this data instance.
|
String |
getCreatorId()
Returns the id of the user creating this data instance.
|
String |
getDefinitionId()
Returns the id of the data object definition this instance belongs to.
|
String |
getDefinitionKey()
Returns the key of the data object definition this instance belongs to.
|
String |
getId()
Returns the unique, technical id for this data object instance.
|
String |
getLookupId()
Returns the lookup id of this data object instance.
|
String |
getScopeDefinitionId()
Returns the scope definition id of the case or process definition where this data object is created or used for.
|
String |
getScopeId()
Returns the scope id of the case or process instance where this data object is created or used for.
|
String |
getScopeType()
Returns the scope type cmmn or bpmn or another value.
|
String |
getSubScopeId()
Returns the sub scope id of the plan item or execution where this data object is created or used for.
|
String |
getUpdaterId()
Returns the optional id of the user having last modified this data instance, if any,
null otherwise. |
Date |
getUpdateTime()
Returns the timestamp of the last update of this data instance, in most cases where events are immutable, this
timestamp is the same as the creation timestamp, but must never be
null . |
String getId()
String getLookupId()
String getDefinitionId()
String getDefinitionKey()
Date getCreationTime()
String getCreatorId()
Date getUpdateTime()
null
.String getUpdaterId()
null
otherwise.String getScopeId()
String getSubScopeId()
String getScopeType()
String getScopeDefinitionId()