Class CloudVariableInstanceImpl<T>

  • All Implemented Interfaces:
    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 Detail

      • CloudVariableInstanceImpl

        public CloudVariableInstanceImpl()
      • CloudVariableInstanceImpl

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

      • getName

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

        public void setName​(java.lang.String name)
      • getType

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

        public void setType​(java.lang.String type)
      • getProcessInstanceId

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

        public void setProcessInstanceId​(java.lang.String processInstanceId)
      • getTaskId

        public java.lang.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​(java.lang.String taskId)
      • getValue

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

        public void setValue​(T value)