Interface DataObjectInstanceEntity
- All Superinterfaces:
DataObjectInstance
,org.flowable.common.engine.impl.persistence.entity.Entity
,org.flowable.common.engine.impl.db.HasRevision
- All Known Implementing Classes:
DataObjectInstanceEntityImpl
public interface DataObjectInstanceEntity
extends DataObjectInstance, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
setDefinitionId
-
setDefinitionKey
-
setLookupId
-
setCreationTime
-
setCreatorId
-
setUpdateTime
-
setUpdaterId
-
setScopeId
-
setSubScopeId
-
setScopeType
-
setScopeDefinitionId
-