Interface HistoricVariableInstanceEntity

All Superinterfaces:
Entity, HasRevision, HistoricData, HistoricVariableInstance, ValueFields
All Known Implementing Classes:
HistoricVariableInstanceEntityImpl

public interface HistoricVariableInstanceEntity extends ValueFields, HistoricVariableInstance, Entity, HasRevision
Author:
Christian Lipphardt (camunda), Joram Barrez
  • Method Details

    • getVariableType

      VariableType getVariableType()
    • setName

      void setName(String name)
    • setVariableType

      void setVariableType(VariableType variableType)
    • setProcessInstanceId

      void setProcessInstanceId(String processInstanceId)
    • setTaskId

      void setTaskId(String taskId)
    • setCreateTime

      void setCreateTime(Date createTime)
    • setLastUpdatedTime

      void setLastUpdatedTime(Date lastUpdatedTime)
    • setExecutionId

      void setExecutionId(String executionId)
    • setScopeId

      void setScopeId(String scopeId)
    • setSubScopeId

      void setSubScopeId(String subScopeId)
    • setScopeType

      void setScopeType(String scopeType)
    • getByteArrayRef

      ByteArrayRef getByteArrayRef()
    • setMetaInfo

      void setMetaInfo(String metaInfo)