Interface ActivitiVariableEvent

All Superinterfaces:
ActivitiEvent
All Known Subinterfaces:
ActivitiVariableUpdatedEvent
All Known Implementing Classes:
ActivitiVariableEventImpl, ActivitiVariableUpdatedEventImpl

public interface ActivitiVariableEvent extends ActivitiEvent
An ActivitiEvent related to a single variable.
  • Method Details

    • getVariableName

      String getVariableName()
      Returns:
      the name of the variable involved.
    • getVariableValue

      Object getVariableValue()
      Returns:
      the current value of the variable.
    • getVariableType

      VariableType getVariableType()
      Returns:
      The VariableType of the variable.
    • getExecutionId

      String getExecutionId()
      Specified by:
      getExecutionId in interface ActivitiEvent
      Returns:
      the id of the execution the variable is set on.
    • getTaskId

      String getTaskId()
      Returns:
      the id of the task the variable has been set on.