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 Object
protected Double
protected String
protected Long
protected String
protected String
protected String
protected String
protected org.flowable.variable.api.types.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()
org.flowable.variable.api.types.VariableType
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
(org.flowable.variable.api.types.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
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:
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 interfaceorg.flowable.variable.api.types.ValueFields
-
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 interfaceorg.flowable.variable.api.types.ValueFields
-
getSubScopeId
- Specified by:
getSubScopeId
in interfaceorg.flowable.variable.api.types.ValueFields
-
getScopeType
- Specified by:
getScopeType
in interfaceorg.flowable.variable.api.types.ValueFields
-
getType
public org.flowable.variable.api.types.VariableType getType()- Specified by:
getType
in interfacePlatformIdentityInfoEntity
-
setType
public void setType(org.flowable.variable.api.types.VariableType type) - Specified by:
setType
in interfacePlatformIdentityInfoEntity
-
getTextValue
- Specified by:
getTextValue
in interfaceorg.flowable.variable.api.types.ValueFields
-
setTextValue
- Specified by:
setTextValue
in interfaceorg.flowable.variable.api.types.ValueFields
-
getTextValue2
- Specified by:
getTextValue2
in interfaceorg.flowable.variable.api.types.ValueFields
-
setTextValue2
- Specified by:
setTextValue2
in interfaceorg.flowable.variable.api.types.ValueFields
-
getLongValue
- Specified by:
getLongValue
in interfaceorg.flowable.variable.api.types.ValueFields
-
setLongValue
- Specified by:
setLongValue
in interfaceorg.flowable.variable.api.types.ValueFields
-
getDoubleValue
- Specified by:
getDoubleValue
in interfaceorg.flowable.variable.api.types.ValueFields
-
setDoubleValue
- Specified by:
setDoubleValue
in interfaceorg.flowable.variable.api.types.ValueFields
-
getBytes
public byte[] getBytes()- Specified by:
getBytes
in interfaceorg.flowable.variable.api.types.ValueFields
-
setBytes
public void setBytes(byte[] bytes) - Specified by:
setBytes
in interfaceorg.flowable.variable.api.types.ValueFields
-
getCachedValue
- Specified by:
getCachedValue
in interfaceorg.flowable.variable.api.types.ValueFields
-
setCachedValue
- Specified by:
setCachedValue
in interfaceorg.flowable.variable.api.types.ValueFields
-
getExecutionId
- Specified by:
getExecutionId
in interfaceorg.flowable.variable.api.types.ValueFields
-
getProcessInstanceId
- Specified by:
getProcessInstanceId
in interfaceorg.flowable.variable.api.types.ValueFields
-
getTaskId
- Specified by:
getTaskId
in interfaceorg.flowable.variable.api.types.ValueFields
-
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 interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
toString
-