Class ActivateInstanceParameters

java.lang.Object
com.aquima.interactions.framework.service.instance.ActivateInstanceParameters
All Implemented Interfaces:
Serializable

public class ActivateInstanceParameters extends Object implements Serializable
Parameter class for the ActivateInstance service.
  • 'entity-name' or 'relation' are required
  • 'condition' is optional
Since:
5.1
Author:
Jon van Leuven
See Also:
  • Field Details

    • PARAM_ENTITYNAME

      public static final String PARAM_ENTITYNAME
      This member defines the key for the 'entity-name' parameter.
      See Also:
    • PARAM_CONDITION

      public static final String PARAM_CONDITION
      This member defines the key for the 'condition' parameter.
      See Also:
    • PARAM_RELATION

      public static final String PARAM_RELATION
      This member defines the key for the 'relation' parameter.
      See Also:
  • Constructor Details

    • ActivateInstanceParameters

      public ActivateInstanceParameters(IParameters parameters)
      Constructs the activate-parameters from the parameter object passed to the service.
      Parameters:
      parameters - The parameters object passed to the service.
  • Method Details

    • getEntityName

      public String getEntityName()
      This method returns the value for the 'entity-name' parameter.
      Returns:
      the value for the 'entity-name' parameter.
    • getCondition

      public String getCondition()
      This method returns the value for the 'condition' parameter.
      Returns:
      the value for the 'condition' parameter.
    • getRelation

      public String getRelation()
      This method returns the value for the 'relation' parameter.
      Returns:
      the value for the 'relation' parameter.
    • toString

      public String toString()
      Overrides:
      toString in class Object