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 Details

    • userId

      protected String userId
    • groupId

      protected String groupId
    • tenantId

      protected String tenantId
    • name

      protected String name
    • type

      protected org.flowable.variable.api.types.VariableType type
    • typeName

      protected String typeName
    • updateTime

      protected Date updateTime
    • longValue

      protected Long longValue
    • doubleValue

      protected Double doubleValue
    • textValue

      protected String textValue
    • textValue2

      protected String textValue2
    • cachedValue

      protected transient Object cachedValue
    • updateWithRevisionCheck

      protected boolean updateWithRevisionCheck
      Whether to perform an update with a revision check
  • Constructor Details

    • PlatformIdentityInfoEntityImpl

      public PlatformIdentityInfoEntityImpl()
  • Method Details

    • getValue

      public Object getValue()
      Specified by:
      getValue in interface PlatformIdentityInfo
    • setValue

      public void setValue(Object value)
      Specified by:
      setValue in interface PlatformIdentityInfoEntity
    • getUserId

      public String getUserId()
      Specified by:
      getUserId in interface PlatformIdentityInfo
    • setUserId

      public void setUserId(String userId)
      Specified by:
      setUserId in interface PlatformIdentityInfoEntity
    • getGroupId

      public String getGroupId()
      Specified by:
      getGroupId in interface PlatformIdentityInfo
    • setGroupId

      public void setGroupId(String groupId)
      Specified by:
      setGroupId in interface PlatformIdentityInfoEntity
    • getTenantId

      public String getTenantId()
      Specified by:
      getTenantId in interface PlatformIdentityInfo
    • setTenantId

      public void setTenantId(String tenantId)
      Specified by:
      setTenantId in interface PlatformIdentityInfoEntity
    • getName

      public String getName()
      Specified by:
      getName in interface PlatformIdentityInfo
      Specified by:
      getName in interface org.flowable.variable.api.types.ValueFields
    • setName

      public void setName(String name)
      Specified by:
      setName in interface PlatformIdentityInfoEntity
    • getTypeName

      public String getTypeName()
      Specified by:
      getTypeName in interface PlatformIdentityInfo
    • setTypeName

      public void setTypeName(String typeName)
      Specified by:
      setTypeName in interface PlatformIdentityInfoEntity
    • getUpdateTime

      public Date getUpdateTime()
      Specified by:
      getUpdateTime in interface PlatformIdentityInfo
    • setUpdateTime

      public void setUpdateTime(Date updateTime)
      Specified by:
      setUpdateTime in interface PlatformIdentityInfoEntity
    • getScopeId

      public String getScopeId()
      Specified by:
      getScopeId in interface org.flowable.variable.api.types.ValueFields
    • getSubScopeId

      public String getSubScopeId()
      Specified by:
      getSubScopeId in interface org.flowable.variable.api.types.ValueFields
    • getScopeType

      public String getScopeType()
      Specified by:
      getScopeType in interface org.flowable.variable.api.types.ValueFields
    • getType

      public org.flowable.variable.api.types.VariableType getType()
      Specified by:
      getType in interface PlatformIdentityInfoEntity
    • setType

      public void setType(org.flowable.variable.api.types.VariableType type)
      Specified by:
      setType in interface PlatformIdentityInfoEntity
    • getTextValue

      public String getTextValue()
      Specified by:
      getTextValue in interface org.flowable.variable.api.types.ValueFields
    • setTextValue

      public void setTextValue(String textValue)
      Specified by:
      setTextValue in interface org.flowable.variable.api.types.ValueFields
    • getTextValue2

      public String getTextValue2()
      Specified by:
      getTextValue2 in interface org.flowable.variable.api.types.ValueFields
    • setTextValue2

      public void setTextValue2(String textValue2)
      Specified by:
      setTextValue2 in interface org.flowable.variable.api.types.ValueFields
    • getLongValue

      public Long getLongValue()
      Specified by:
      getLongValue in interface org.flowable.variable.api.types.ValueFields
    • setLongValue

      public void setLongValue(Long longValue)
      Specified by:
      setLongValue in interface org.flowable.variable.api.types.ValueFields
    • getDoubleValue

      public Double getDoubleValue()
      Specified by:
      getDoubleValue in interface org.flowable.variable.api.types.ValueFields
    • setDoubleValue

      public void setDoubleValue(Double doubleValue)
      Specified by:
      setDoubleValue in interface org.flowable.variable.api.types.ValueFields
    • getBytes

      public byte[] getBytes()
      Specified by:
      getBytes in interface org.flowable.variable.api.types.ValueFields
    • setBytes

      public void setBytes(byte[] bytes)
      Specified by:
      setBytes in interface org.flowable.variable.api.types.ValueFields
    • getCachedValue

      public Object getCachedValue()
      Specified by:
      getCachedValue in interface org.flowable.variable.api.types.ValueFields
    • setCachedValue

      public void setCachedValue(Object cachedValue)
      Specified by:
      setCachedValue in interface org.flowable.variable.api.types.ValueFields
    • getExecutionId

      public String getExecutionId()
      Specified by:
      getExecutionId in interface org.flowable.variable.api.types.ValueFields
    • getProcessInstanceId

      public String getProcessInstanceId()
      Specified by:
      getProcessInstanceId in interface org.flowable.variable.api.types.ValueFields
    • getTaskId

      public String getTaskId()
      Specified by:
      getTaskId in interface org.flowable.variable.api.types.ValueFields
    • isUpdateWithRevisionCheck

      public boolean isUpdateWithRevisionCheck()
      Specified by:
      isUpdateWithRevisionCheck in interface PlatformIdentityInfoEntity
    • setUpdateWithRevisionCheck

      public void setUpdateWithRevisionCheck(boolean updateWithRevisionCheck)
      Specified by:
      setUpdateWithRevisionCheck in interface PlatformIdentityInfoEntity
    • getPersistentState

      public Object getPersistentState()
      Specified by:
      getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entity
    • toString

      public String toString()
      Overrides:
      toString in class Object