Class ActivateInstanceParameters
java.lang.Object
com.aquima.interactions.framework.service.instance.ActivateInstanceParameters
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionActivateInstanceParameters
(IParameters parameters) Constructs the activate-parameters from the parameter object passed to the service. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the value for the 'condition' parameter.This method returns the value for the 'entity-name' parameter.This method returns the value for the 'relation' parameter.toString()
-
Field Details
-
PARAM_ENTITYNAME
This member defines the key for the 'entity-name' parameter.- See Also:
-
PARAM_CONDITION
This member defines the key for the 'condition' parameter.- See Also:
-
PARAM_RELATION
This member defines the key for the 'relation' parameter.- See Also:
-
-
Constructor Details
-
ActivateInstanceParameters
Constructs the activate-parameters from the parameter object passed to the service.- Parameters:
parameters
- The parameters object passed to the service.
-
-
Method Details
-
getEntityName
This method returns the value for the 'entity-name' parameter.- Returns:
- the value for the 'entity-name' parameter.
-
getCondition
This method returns the value for the 'condition' parameter.- Returns:
- the value for the 'condition' parameter.
-
getRelation
This method returns the value for the 'relation' parameter.- Returns:
- the value for the 'relation' parameter.
-
toString
-