Interface PlatformIdentityInfoEntity

All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision, PlatformIdentityInfo, org.flowable.variable.api.types.ValueFields
All Known Implementing Classes:
PlatformIdentityInfoEntityImpl

public interface PlatformIdentityInfoEntity extends org.flowable.variable.api.types.ValueFields, PlatformIdentityInfo, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
Author:
Filip Hrisafov
  • Method Summary

    Modifier and Type
    Method
    Description
    org.flowable.variable.api.types.VariableType
     
    boolean
     
    void
    setGroupId(String groupId)
     
    void
     
    void
    setTenantId(String tenantId)
     
    void
    setType(org.flowable.variable.api.types.VariableType type)
     
    void
    setTypeName(String typeName)
     
    void
    setUpdateTime(Date updateTime)
     
    void
    setUpdateWithRevisionCheck(boolean updateWithRevisionCheck)
     
    void
    setUserId(String userId)
     
    void
     

    Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity

    getId, getIdPrefix, getOriginalPersistentState, getPersistentState, 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

    getGroupId, getId, getName, getTenantId, getTypeName, getUpdateTime, getUserId, getValue

    Methods inherited from interface org.flowable.variable.api.types.ValueFields

    getBytes, getCachedValue, getDoubleValue, getExecutionId, getLongValue, getName, getProcessInstanceId, getScopeId, getScopeType, getSubScopeId, getTaskId, getTextValue, getTextValue2, setBytes, setCachedValue, setDoubleValue, setLongValue, setTextValue, setTextValue2
  • Method Details

    • setUserId

      void setUserId(String userId)
    • setGroupId

      void setGroupId(String groupId)
    • setTenantId

      void setTenantId(String tenantId)
    • setName

      void setName(String name)
    • setValue

      void setValue(Object value)
    • setTypeName

      void setTypeName(String typeName)
    • setUpdateTime

      void setUpdateTime(Date updateTime)
    • getType

      org.flowable.variable.api.types.VariableType getType()
    • setType

      void setType(org.flowable.variable.api.types.VariableType type)
    • isUpdateWithRevisionCheck

      boolean isUpdateWithRevisionCheck()
    • setUpdateWithRevisionCheck

      void setUpdateWithRevisionCheck(boolean updateWithRevisionCheck)