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.VariableType
getType()
boolean
void
setGroupId
(String groupId) void
void
setTenantId
(String tenantId) void
setType
(org.flowable.variable.api.types.VariableType type) void
setTypeName
(String typeName) void
setUpdateTime
(Date updateTime) void
setUpdateWithRevisionCheck
(boolean updateWithRevisionCheck) void
void
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.core.idm.api.PlatformIdentityInfo
getGroupId, getId, getName, getTenantId, getTypeName, getUpdateTime, getUserId, getValue
Methods 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)
-