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,HasRevision,Entity,ValueFields
public class PlatformIdentityInfoEntityImpl
extends AbstractIdmEngineEntity
implements PlatformIdentityInfoEntity
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Objectprotected Doubleprotected Stringprotected Longprotected Stringprotected Stringprotected Stringprotected Stringprotected 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()getType()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(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
-
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 interfaceValueFields
-
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 interfaceValueFields
-
getSubScopeId
- Specified by:
getSubScopeIdin interfaceValueFields
-
getScopeType
- Specified by:
getScopeTypein interfaceValueFields
-
getType
- Specified by:
getTypein interfacePlatformIdentityInfoEntity
-
setType
- Specified by:
setTypein interfacePlatformIdentityInfoEntity
-
getTextValue
- Specified by:
getTextValuein interfaceValueFields
-
setTextValue
- Specified by:
setTextValuein interfaceValueFields
-
getTextValue2
- Specified by:
getTextValue2in interfaceValueFields
-
setTextValue2
- Specified by:
setTextValue2in interfaceValueFields
-
getLongValue
- Specified by:
getLongValuein interfaceValueFields
-
setLongValue
- Specified by:
setLongValuein interfaceValueFields
-
getDoubleValue
- Specified by:
getDoubleValuein interfaceValueFields
-
setDoubleValue
- Specified by:
setDoubleValuein interfaceValueFields
-
getBytes
public byte[] getBytes()- Specified by:
getBytesin interfaceValueFields
-
setBytes
public void setBytes(byte[] bytes) - Specified by:
setBytesin interfaceValueFields
-
getCachedValue
- Specified by:
getCachedValuein interfaceValueFields
-
setCachedValue
- Specified by:
setCachedValuein interfaceValueFields
-
getExecutionId
- Specified by:
getExecutionIdin interfaceValueFields
-
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceValueFields
-
getTaskId
- Specified by:
getTaskIdin interfaceValueFields
-
isUpdateWithRevisionCheck
public boolean isUpdateWithRevisionCheck()- Specified by:
isUpdateWithRevisionCheckin interfacePlatformIdentityInfoEntity
-
setUpdateWithRevisionCheck
public void setUpdateWithRevisionCheck(boolean updateWithRevisionCheck) - Specified by:
setUpdateWithRevisionCheckin interfacePlatformIdentityInfoEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
toString
-