Interface DataObjectInstanceEntity
-
- All Superinterfaces:
DataObjectInstance
,Entity
,HasRevision
- All Known Implementing Classes:
DataObjectInstanceEntityImpl
public interface DataObjectInstanceEntity extends DataObjectInstance, Entity, HasRevision
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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)
-
Methods inherited from interface com.flowable.dataobject.api.runtime.DataObjectInstance
getCreationTime, getCreatorId, getDefinitionId, getDefinitionKey, getId, getLookupId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getUpdaterId, getUpdateTime
-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
-
-
-
Method Detail
-
setDefinitionId
void setDefinitionId(String definitionId)
-
setDefinitionKey
void setDefinitionKey(String definitionKey)
-
setLookupId
void setLookupId(String lookupId)
-
setCreationTime
void setCreationTime(Date creationTime)
-
setCreatorId
void setCreatorId(String creatorId)
-
setUpdateTime
void setUpdateTime(Date updateTime)
-
setUpdaterId
void setUpdaterId(String updaterId)
-
setScopeId
void setScopeId(String scopeId)
-
setSubScopeId
void setSubScopeId(String subScopeId)
-
setScopeType
void setScopeType(String scopeType)
-
setScopeDefinitionId
void setScopeDefinitionId(String scopeDefinitionId)
-
-