java.lang.Object
com.genologics.ri.step.Actions
- All Implemented Interfaces:
Linkable<Actions>,Locatable,Serializable
Represents actions applied or to be applied by a step in the workflow.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StepConfigurationConfiguration of the step.protected EscalationEscalation information for the step.protected List<NextAction>List of next actions to be performed.protected LinkLink to the step.protected URIURI of the actions resource. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the step configuration.Gets the escalation information.getLink()Get a concrete link object to thisLinkablething.Gets the list of next actions, creating it if it doesn't exist.getStep()Gets the step link.getUri()Gets the URI.voidsetConfiguration(StepConfiguration configuration) Sets the step configuration.voidsetEscalation(Escalation escalation) Sets the escalation information.voidSets the step link.voidSets the URI.toString()Produces a string representation of this actions object.
-
Field Details
-
step
Link to the step. -
configuration
Configuration of the step. -
nextActions
List of next actions to be performed. -
escalation
Escalation information for the step.- Since:
- 2.18
-
uri
URI of the actions resource.
-
-
Constructor Details
-
Actions
public Actions()Default constructor. -
Actions
Constructor with URI.- Parameters:
uri- The URI of the actions resource.
-
-
Method Details
-
getStep
Gets the step link.- Returns:
- The step link.
-
setStep
Sets the step link.- Parameters:
step- The step link.
-
getConfiguration
Gets the step configuration.- Returns:
- The step configuration.
-
setConfiguration
Sets the step configuration.- Parameters:
configuration- The step configuration.
-
getNextActions
Gets the list of next actions, creating it if it doesn't exist.- Returns:
- The list of next actions.
-
getUri
Gets the URI. -
setUri
Sets the URI. -
getEscalation
Gets the escalation information.- Returns:
- The escalation.
-
setEscalation
Sets the escalation information.- Parameters:
escalation- The escalation.
-
toString
Produces a string representation of this actions object. -
getLink
Get a concrete link object to thisLinkablething.
-