- 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
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
-
void setDefinitionId(java.lang.String definitionId)
-
void setDefinitionKey(java.lang.String definitionKey)
-
void setLookupId(java.lang.String lookupId)
-
void setCreationTime(java.util.Date creationTime)
-
void setCreatorId(java.lang.String creatorId)
-
void setUpdateTime(java.util.Date updateTime)
-
void setUpdaterId(java.lang.String updaterId)
-
void setScopeId(java.lang.String scopeId)
-
void setSubScopeId(java.lang.String subScopeId)
-
void setScopeType(java.lang.String scopeType)
-
void setScopeDefinitionId(java.lang.String scopeDefinitionId)