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 voidsetCreationTime(Date creationTime)voidsetCreatorId(String creatorId)voidsetDefinitionId(String definitionId)voidsetDefinitionKey(String definitionKey)voidsetLookupId(String lookupId)voidsetScopeDefinitionId(String scopeDefinitionId)voidsetScopeId(String scopeId)voidsetScopeType(String scopeType)voidsetSubScopeId(String subScopeId)voidsetUpdaterId(String updaterId)voidsetUpdateTime(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)
-
-