Interface PlatformIdentityInfoEntity
- All Superinterfaces:
Entity,HasRevision,PlatformIdentityInfo,ValueFields
- All Known Implementing Classes:
PlatformIdentityInfoEntityImpl
public interface PlatformIdentityInfoEntity
extends ValueFields, PlatformIdentityInfo, Entity, HasRevision
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptiongetType()booleanvoidsetGroupId(String groupId) voidvoidsetTenantId(String tenantId) voidsetType(VariableType type) voidsetTypeName(String typeName) voidsetUpdateTime(Date updateTime) voidsetUpdateWithRevisionCheck(boolean updateWithRevisionCheck) voidvoidMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevisionMethods inherited from interface com.flowable.core.idm.api.PlatformIdentityInfo
getGroupId, getId, getName, getTenantId, getTypeName, getUpdateTime, getUserId, getValueMethods inherited from interface org.flowable.variable.api.types.ValueFields
getBytes, getCachedValue, getDoubleValue, getExecutionId, getLongValue, getName, getProcessInstanceId, getScopeId, getScopeType, getSubScopeId, getTaskId, getTextValue, getTextValue2, setBytes, setCachedValue, setDoubleValue, setLongValue, setTextValue, setTextValue2
-
Method Details
-
setUserId
-
setGroupId
-
setTenantId
-
setName
-
setValue
-
setTypeName
-
setUpdateTime
-
getType
VariableType getType() -
setType
-
isUpdateWithRevisionCheck
boolean isUpdateWithRevisionCheck() -
setUpdateWithRevisionCheck
void setUpdateWithRevisionCheck(boolean updateWithRevisionCheck)
-