Class SetVariableActivity


public class SetVariableActivity extends ControlActivity
Set value for a Variable.
  • Constructor Details

    • SetVariableActivity

      public SetVariableActivity()
  • Method Details

    • getVariableName

      public String getVariableName()
      Get the variableName property: Name of the variable whose value needs to be set.
      Returns:
      the variableName value.
    • setVariableName

      public SetVariableActivity setVariableName(String variableName)
      Set the variableName property: Name of the variable whose value needs to be set.
      Parameters:
      variableName - the variableName value to set.
      Returns:
      the SetVariableActivity object itself.
    • getValue

      public Object getValue()
      Get the value property: Value to be set. Could be a static value or Expression.
      Returns:
      the value value.
    • setValue

      public SetVariableActivity setValue(Object value)
      Set the value property: Value to be set. Could be a static value or Expression.
      Parameters:
      value - the value value to set.
      Returns:
      the SetVariableActivity object itself.
    • setName

      public SetVariableActivity setName(String name)
      Set the name property: Activity name.
      Overrides:
      setName in class ControlActivity
      Parameters:
      name - the name value to set.
      Returns:
      the Activity object itself.
    • setDescription

      public SetVariableActivity setDescription(String description)
      Set the description property: Activity description.
      Overrides:
      setDescription in class ControlActivity
      Parameters:
      description - the description value to set.
      Returns:
      the Activity object itself.
    • setDependsOn

      public SetVariableActivity setDependsOn(List<ActivityDependency> dependsOn)
      Set the dependsOn property: Activity depends on condition.
      Overrides:
      setDependsOn in class ControlActivity
      Parameters:
      dependsOn - the dependsOn value to set.
      Returns:
      the Activity object itself.
    • setUserProperties

      public SetVariableActivity setUserProperties(List<UserProperty> userProperties)
      Set the userProperties property: Activity user properties.
      Overrides:
      setUserProperties in class ControlActivity
      Parameters:
      userProperties - the userProperties value to set.
      Returns:
      the Activity object itself.