Class CloudVariableInstanceImpl<T>

java.lang.Object
org.activiti.api.runtime.model.impl.ApplicationElementImpl
org.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl
org.activiti.cloud.api.model.shared.impl.CloudVariableInstanceImpl<T>
All Implemented Interfaces:
org.activiti.api.model.shared.model.ApplicationElement, org.activiti.api.model.shared.model.VariableInstance, org.activiti.cloud.api.model.shared.CloudRuntimeEntity, org.activiti.cloud.api.model.shared.CloudVariableInstance

public class CloudVariableInstanceImpl<T> extends CloudRuntimeEntityImpl implements org.activiti.cloud.api.model.shared.CloudVariableInstance
  • Constructor Details

    • CloudVariableInstanceImpl

      public CloudVariableInstanceImpl()
    • CloudVariableInstanceImpl

      public CloudVariableInstanceImpl(org.activiti.api.model.shared.model.VariableInstance variableInstance)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.activiti.api.model.shared.model.VariableInstance
    • setName

      public void setName(String name)
    • getType

      public String getType()
      Specified by:
      getType in interface org.activiti.api.model.shared.model.VariableInstance
    • setType

      public void setType(String type)
    • getProcessInstanceId

      public String getProcessInstanceId()
      Specified by:
      getProcessInstanceId in interface org.activiti.api.model.shared.model.VariableInstance
    • setProcessInstanceId

      public void setProcessInstanceId(String processInstanceId)
    • getTaskId

      public String getTaskId()
      Specified by:
      getTaskId in interface org.activiti.api.model.shared.model.VariableInstance
    • isTaskVariable

      public boolean isTaskVariable()
      Specified by:
      isTaskVariable in interface org.activiti.api.model.shared.model.VariableInstance
    • setTaskId

      public void setTaskId(String taskId)
    • getValue

      public T getValue()
      Specified by:
      getValue in interface org.activiti.api.model.shared.model.VariableInstance
    • setValue

      public void setValue(T value)