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 Object
protected Double
protected String
protected Long
protected String
protected String
protected String
protected String
protected VariableType
protected String
protected Date
protected boolean
Whether to perform an update with a revision checkprotected String
Fields 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()
boolean
void
setBytes
(byte[] bytes) void
setCachedValue
(Object cachedValue) void
setDoubleValue
(Double doubleValue) void
setGroupId
(String groupId) void
setLongValue
(Long longValue) void
void
setTenantId
(String tenantId) void
setTextValue
(String textValue) void
setTextValue2
(String textValue2) void
setType
(VariableType type) void
setTypeName
(String typeName) void
setUpdateTime
(Date updateTime) void
setUpdateWithRevisionCheck
(boolean updateWithRevisionCheck) void
void
toString()
Methods inherited from class com.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, 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
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:
getValue
in interfacePlatformIdentityInfo
-
setValue
- Specified by:
setValue
in interfacePlatformIdentityInfoEntity
-
getUserId
- Specified by:
getUserId
in interfacePlatformIdentityInfo
-
setUserId
- Specified by:
setUserId
in interfacePlatformIdentityInfoEntity
-
getGroupId
- Specified by:
getGroupId
in interfacePlatformIdentityInfo
-
setGroupId
- Specified by:
setGroupId
in interfacePlatformIdentityInfoEntity
-
getTenantId
- Specified by:
getTenantId
in interfacePlatformIdentityInfo
-
setTenantId
- Specified by:
setTenantId
in interfacePlatformIdentityInfoEntity
-
getName
- Specified by:
getName
in interfacePlatformIdentityInfo
- Specified by:
getName
in interfaceValueFields
-
setName
- Specified by:
setName
in interfacePlatformIdentityInfoEntity
-
getTypeName
- Specified by:
getTypeName
in interfacePlatformIdentityInfo
-
setTypeName
- Specified by:
setTypeName
in interfacePlatformIdentityInfoEntity
-
getUpdateTime
- Specified by:
getUpdateTime
in interfacePlatformIdentityInfo
-
setUpdateTime
- Specified by:
setUpdateTime
in interfacePlatformIdentityInfoEntity
-
getScopeId
- Specified by:
getScopeId
in interfaceValueFields
-
getSubScopeId
- Specified by:
getSubScopeId
in interfaceValueFields
-
getScopeType
- Specified by:
getScopeType
in interfaceValueFields
-
getType
- Specified by:
getType
in interfacePlatformIdentityInfoEntity
-
setType
- Specified by:
setType
in interfacePlatformIdentityInfoEntity
-
getTextValue
- Specified by:
getTextValue
in interfaceValueFields
-
setTextValue
- Specified by:
setTextValue
in interfaceValueFields
-
getTextValue2
- Specified by:
getTextValue2
in interfaceValueFields
-
setTextValue2
- Specified by:
setTextValue2
in interfaceValueFields
-
getLongValue
- Specified by:
getLongValue
in interfaceValueFields
-
setLongValue
- Specified by:
setLongValue
in interfaceValueFields
-
getDoubleValue
- Specified by:
getDoubleValue
in interfaceValueFields
-
setDoubleValue
- Specified by:
setDoubleValue
in interfaceValueFields
-
getBytes
public byte[] getBytes()- Specified by:
getBytes
in interfaceValueFields
-
setBytes
public void setBytes(byte[] bytes) - Specified by:
setBytes
in interfaceValueFields
-
getCachedValue
- Specified by:
getCachedValue
in interfaceValueFields
-
setCachedValue
- Specified by:
setCachedValue
in interfaceValueFields
-
getExecutionId
- Specified by:
getExecutionId
in interfaceValueFields
-
getProcessInstanceId
- Specified by:
getProcessInstanceId
in interfaceValueFields
-
getTaskId
- Specified by:
getTaskId
in interfaceValueFields
-
isUpdateWithRevisionCheck
public boolean isUpdateWithRevisionCheck()- Specified by:
isUpdateWithRevisionCheck
in interfacePlatformIdentityInfoEntity
-
setUpdateWithRevisionCheck
public void setUpdateWithRevisionCheck(boolean updateWithRevisionCheck) - Specified by:
setUpdateWithRevisionCheck
in interfacePlatformIdentityInfoEntity
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-
toString
-