Class CloudVariableInstanceImpl<T>

    • Constructor Detail

      • CloudVariableInstanceImpl

        public CloudVariableInstanceImpl()
      • CloudVariableInstanceImpl

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

      • 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)