Class PlatformIdentityInfoEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
com.flowable.idm.engine.impl.persistence.entity.PlatformIdentityInfoEntityImpl
- All Implemented Interfaces:
PlatformIdentityInfo,PlatformIdentityInfoEntity,org.flowable.common.engine.impl.db.HasRevision,org.flowable.common.engine.impl.persistence.entity.Entity,org.flowable.variable.api.types.ValueFields
public class PlatformIdentityInfoEntityImpl
extends AbstractIdmEngineEntity
implements PlatformIdentityInfoEntity
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Objectprotected Doubleprotected Stringprotected Longprotected Stringprotected Stringprotected Stringprotected Stringprotected org.flowable.variable.api.types.VariableTypeprotected Stringprotected Dateprotected booleanWhether to perform an update with a revision checkprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getBytes()getName()org.flowable.variable.api.types.VariableTypegetType()getValue()booleanvoidsetBytes(byte[] bytes) voidsetCachedValue(Object cachedValue) voidsetDoubleValue(Double doubleValue) voidsetGroupId(String groupId) voidsetLongValue(Long longValue) voidvoidsetTenantId(String tenantId) voidsetTextValue(String textValue) voidsetTextValue2(String textValue2) voidsetType(org.flowable.variable.api.types.VariableType type) voidsetTypeName(String typeName) voidsetUpdateTime(Date updateTime) voidsetUpdateWithRevisionCheck(boolean updateWithRevisionCheck) voidvoidtoString()Methods inherited from class com.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, 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
getId
-
Field Details
-
userId
-
groupId
-
tenantId
-
name
-
type
protected org.flowable.variable.api.types.VariableType type -
typeName
-
updateTime
-
longValue
-
doubleValue
-
textValue
-
textValue2
-
cachedValue
-
updateWithRevisionCheck
protected boolean updateWithRevisionCheckWhether to perform an update with a revision check
-
-
Constructor Details
-
PlatformIdentityInfoEntityImpl
public PlatformIdentityInfoEntityImpl()
-
-
Method Details
-
getValue
- Specified by:
getValuein interfacePlatformIdentityInfo
-
setValue
- Specified by:
setValuein interfacePlatformIdentityInfoEntity
-
getUserId
- Specified by:
getUserIdin interfacePlatformIdentityInfo
-
setUserId
- Specified by:
setUserIdin interfacePlatformIdentityInfoEntity
-
getGroupId
- Specified by:
getGroupIdin interfacePlatformIdentityInfo
-
setGroupId
- Specified by:
setGroupIdin interfacePlatformIdentityInfoEntity
-
getTenantId
- Specified by:
getTenantIdin interfacePlatformIdentityInfo
-
setTenantId
- Specified by:
setTenantIdin interfacePlatformIdentityInfoEntity
-
getName
- Specified by:
getNamein interfacePlatformIdentityInfo- Specified by:
getNamein interfaceorg.flowable.variable.api.types.ValueFields
-
setName
- Specified by:
setNamein interfacePlatformIdentityInfoEntity
-
getTypeName
- Specified by:
getTypeNamein interfacePlatformIdentityInfo
-
setTypeName
- Specified by:
setTypeNamein interfacePlatformIdentityInfoEntity
-
getUpdateTime
- Specified by:
getUpdateTimein interfacePlatformIdentityInfo
-
setUpdateTime
- Specified by:
setUpdateTimein interfacePlatformIdentityInfoEntity
-
getScopeId
- Specified by:
getScopeIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getSubScopeId
- Specified by:
getSubScopeIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getScopeType
- Specified by:
getScopeTypein interfaceorg.flowable.variable.api.types.ValueFields
-
getType
public org.flowable.variable.api.types.VariableType getType()- Specified by:
getTypein interfacePlatformIdentityInfoEntity
-
setType
public void setType(org.flowable.variable.api.types.VariableType type) - Specified by:
setTypein interfacePlatformIdentityInfoEntity
-
getTextValue
- Specified by:
getTextValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setTextValue
- Specified by:
setTextValuein interfaceorg.flowable.variable.api.types.ValueFields
-
getTextValue2
- Specified by:
getTextValue2in interfaceorg.flowable.variable.api.types.ValueFields
-
setTextValue2
- Specified by:
setTextValue2in interfaceorg.flowable.variable.api.types.ValueFields
-
getLongValue
- Specified by:
getLongValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setLongValue
- Specified by:
setLongValuein interfaceorg.flowable.variable.api.types.ValueFields
-
getDoubleValue
- Specified by:
getDoubleValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setDoubleValue
- Specified by:
setDoubleValuein interfaceorg.flowable.variable.api.types.ValueFields
-
getBytes
public byte[] getBytes()- Specified by:
getBytesin interfaceorg.flowable.variable.api.types.ValueFields
-
setBytes
public void setBytes(byte[] bytes) - Specified by:
setBytesin interfaceorg.flowable.variable.api.types.ValueFields
-
getCachedValue
- Specified by:
getCachedValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setCachedValue
- Specified by:
setCachedValuein interfaceorg.flowable.variable.api.types.ValueFields
-
getExecutionId
- Specified by:
getExecutionIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getTaskId
- Specified by:
getTaskIdin interfaceorg.flowable.variable.api.types.ValueFields
-
isUpdateWithRevisionCheck
public boolean isUpdateWithRevisionCheck()- Specified by:
isUpdateWithRevisionCheckin interfacePlatformIdentityInfoEntity
-
setUpdateWithRevisionCheck
public void setUpdateWithRevisionCheck(boolean updateWithRevisionCheck) - Specified by:
setUpdateWithRevisionCheckin interfacePlatformIdentityInfoEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
toString
-