- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
, org.flowable.common.engine.impl.db.HasRevision
, MasterDataInstance
- All Known Implementing Classes:
MasterDataInstanceEntityImpl
public interface MasterDataInstanceEntity
extends MasterDataInstance, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
-
Method Summary
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
Methods inherited from interface com.flowable.dataobject.api.runtime.MasterDataInstance
getCreationTime, getCreatorId, getDefinitionId, getDefinitionKey, getDescription, getExternalId, getId, getKey, getLocalizedName, getName, getSortOrder, getState, getTenantId, getUpdaterId, getUpdateTime, getVariables, isFavorite
-
Method Details
-
void setDefinitionId(java.lang.String definitionId)
-
void setDefinitionKey(java.lang.String definitionKey)
-
void setTenantId(java.lang.String tenantId)
-
void setExternalId(java.lang.String externalId)
-
void setKey(java.lang.String key)
-
void setName(java.lang.String name)
-
void setState(java.lang.String state)
-
void setSortOrder(int sortOrder)
-
void setFavorite(boolean favorite)
-
void setDescription(java.lang.String description)
-
void setCreationTime(java.util.Date creationTime)
-
void setCreatorId(java.lang.String creatorId)
-
void setUpdateTime(java.util.Date updateTime)
-
void setUpdaterId(java.lang.String updaterId)
-