Class ActivitiVariableEventImpl

    • Field Detail

      • variableName

        protected java.lang.String variableName
      • variableValue

        protected java.lang.Object variableValue
      • taskId

        protected java.lang.String taskId
    • Constructor Detail

      • ActivitiVariableEventImpl

        public ActivitiVariableEventImpl​(ActivitiEventType type)
    • Method Detail

      • setVariableName

        public void setVariableName​(java.lang.String variableName)
      • setVariableValue

        public void setVariableValue​(java.lang.Object variableValue)
      • setVariableType

        public void setVariableType​(VariableType variableType)
      • getTaskId

        public java.lang.String getTaskId()
        Specified by:
        getTaskId in interface ActivitiVariableEvent
        Returns:
        the id of the task the variable has been set on.
      • setTaskId

        public void setTaskId​(java.lang.String taskId)