Interface PlatformIdentityInfoEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity,org.flowable.common.engine.impl.db.HasRevision,PlatformIdentityInfo,org.flowable.variable.api.types.ValueFields
- All Known Implementing Classes:
PlatformIdentityInfoEntityImpl
public interface PlatformIdentityInfoEntity
extends org.flowable.variable.api.types.ValueFields, PlatformIdentityInfo, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.variable.api.types.VariableTypegetType()booleanvoidsetGroupId(String groupId) voidvoidsetTenantId(String tenantId) voidsetType(org.flowable.variable.api.types.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
org.flowable.variable.api.types.VariableType getType() -
setType
void setType(org.flowable.variable.api.types.VariableType type) -
isUpdateWithRevisionCheck
boolean isUpdateWithRevisionCheck() -
setUpdateWithRevisionCheck
void setUpdateWithRevisionCheck(boolean updateWithRevisionCheck)
-