public class DataObjectInstanceEntityImpl extends AbstractDataObjectEngineEntity implements DataObjectInstanceEntity
Modifier and Type | Field and Description |
---|---|
protected Date |
creationTime |
protected String |
creatorId |
protected String |
definitionId |
protected String |
definitionKey |
protected String |
lookupId |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
protected String |
updaterId |
protected Date |
updateTime |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
Constructor and Description |
---|
DataObjectInstanceEntityImpl() |
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 |
getLookupId()
Returns the lookup id of this data object instance.
|
Object |
getPersistentState() |
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 . |
void |
setCreationTime(Date creationTime) |
void |
setCreatorId(String creatorId) |
void |
setDefinitionId(String definitionId) |
void |
setDefinitionKey(String definitionKey) |
void |
setLookupId(String lookupId) |
void |
setScopeDefinitionId(String scopeDefinitionId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setSubScopeId(String subScopeId) |
void |
setUpdaterId(String updaterId) |
void |
setUpdateTime(Date updateTime) |
getIdPrefix
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
getRevision, getRevisionNext, setRevision
protected String definitionId
protected String definitionKey
protected String lookupId
protected Date creationTime
protected String creatorId
protected Date updateTime
protected String updaterId
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
public Object getPersistentState()
getPersistentState
in interface Entity
public String getDefinitionId()
DataObjectInstance
getDefinitionId
in interface DataObjectInstance
public void setDefinitionId(String definitionId)
setDefinitionId
in interface DataObjectInstanceEntity
public String getDefinitionKey()
DataObjectInstance
getDefinitionKey
in interface DataObjectInstance
public void setDefinitionKey(String definitionKey)
setDefinitionKey
in interface DataObjectInstanceEntity
public String getLookupId()
DataObjectInstance
getLookupId
in interface DataObjectInstance
public void setLookupId(String lookupId)
setLookupId
in interface DataObjectInstanceEntity
public Date getCreationTime()
DataObjectInstance
getCreationTime
in interface DataObjectInstance
public void setCreationTime(Date creationTime)
setCreationTime
in interface DataObjectInstanceEntity
public String getCreatorId()
DataObjectInstance
getCreatorId
in interface DataObjectInstance
public void setCreatorId(String creatorId)
setCreatorId
in interface DataObjectInstanceEntity
public Date getUpdateTime()
DataObjectInstance
null
.getUpdateTime
in interface DataObjectInstance
public void setUpdateTime(Date updateTime)
setUpdateTime
in interface DataObjectInstanceEntity
public String getUpdaterId()
DataObjectInstance
null
otherwise.getUpdaterId
in interface DataObjectInstance
public void setUpdaterId(String updaterId)
setUpdaterId
in interface DataObjectInstanceEntity
public String getScopeId()
DataObjectInstance
getScopeId
in interface DataObjectInstance
public void setScopeId(String scopeId)
setScopeId
in interface DataObjectInstanceEntity
public String getSubScopeId()
DataObjectInstance
getSubScopeId
in interface DataObjectInstance
public void setSubScopeId(String subScopeId)
setSubScopeId
in interface DataObjectInstanceEntity
public String getScopeType()
DataObjectInstance
getScopeType
in interface DataObjectInstance
public void setScopeType(String scopeType)
setScopeType
in interface DataObjectInstanceEntity
public String getScopeDefinitionId()
DataObjectInstance
getScopeDefinitionId
in interface DataObjectInstance
public void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId
in interface DataObjectInstanceEntity