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 |
| 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) |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdprotected 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 org.flowable.common.engine.impl.persistence.entity.Entitypublic String getDefinitionId()
DataObjectInstancegetDefinitionId in interface DataObjectInstancepublic void setDefinitionId(String definitionId)
setDefinitionId in interface DataObjectInstanceEntitypublic String getDefinitionKey()
DataObjectInstancegetDefinitionKey in interface DataObjectInstancepublic void setDefinitionKey(String definitionKey)
setDefinitionKey in interface DataObjectInstanceEntitypublic String getLookupId()
DataObjectInstancegetLookupId in interface DataObjectInstancepublic void setLookupId(String lookupId)
setLookupId in interface DataObjectInstanceEntitypublic Date getCreationTime()
DataObjectInstancegetCreationTime in interface DataObjectInstancepublic void setCreationTime(Date creationTime)
setCreationTime in interface DataObjectInstanceEntitypublic String getCreatorId()
DataObjectInstancegetCreatorId in interface DataObjectInstancepublic void setCreatorId(String creatorId)
setCreatorId in interface DataObjectInstanceEntitypublic Date getUpdateTime()
DataObjectInstancenull.getUpdateTime in interface DataObjectInstancepublic void setUpdateTime(Date updateTime)
setUpdateTime in interface DataObjectInstanceEntitypublic String getUpdaterId()
DataObjectInstancenull otherwise.getUpdaterId in interface DataObjectInstancepublic void setUpdaterId(String updaterId)
setUpdaterId in interface DataObjectInstanceEntitypublic String getScopeId()
DataObjectInstancegetScopeId in interface DataObjectInstancepublic void setScopeId(String scopeId)
setScopeId in interface DataObjectInstanceEntitypublic String getSubScopeId()
DataObjectInstancegetSubScopeId in interface DataObjectInstancepublic void setSubScopeId(String subScopeId)
setSubScopeId in interface DataObjectInstanceEntitypublic String getScopeType()
DataObjectInstancegetScopeType in interface DataObjectInstancepublic void setScopeType(String scopeType)
setScopeType in interface DataObjectInstanceEntitypublic String getScopeDefinitionId()
DataObjectInstancegetScopeDefinitionId in interface DataObjectInstancepublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface DataObjectInstanceEntityCopyright © 2019. All rights reserved.