java.lang.Object
com.genologics.ri.step.Escalation
- All Implemented Interfaces:
Serializable
Escalation details.
- Since:
- 2.18
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<EscalatedArtifact>List of escalated artifacts.protected EscalationRequestThe escalation request.protected EscalationReviewThe escalation review. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEscalatedArtifact(Linkable<Artifact> link) Adds an escalated artifact to the list from a linkable artifact.Adds an escalated artifact to the list.Gets the list of escalated artifacts, creating it if it doesn't exist.Gets the escalation request.Gets the escalation review.voidsetRequest(EscalationRequest request) Sets the escalation request.voidsetReview(EscalationReview review) Sets the escalation review.
-
Field Details
-
request
The escalation request. -
review
The escalation review. -
escalatedArtifacts
List of escalated artifacts.
-
-
Constructor Details
-
Escalation
public Escalation()
-
-
Method Details
-
getRequest
Gets the escalation request.- Returns:
- The escalation request.
-
setRequest
Sets the escalation request.- Parameters:
request- The escalation request.
-
getReview
Gets the escalation review.- Returns:
- The escalation review.
-
setReview
Sets the escalation review.- Parameters:
review- The escalation review.
-
getEscalatedArtifacts
Gets the list of escalated artifacts, creating it if it doesn't exist.- Returns:
- The list of escalated artifacts.
-
addEscalatedArtifact
Adds an escalated artifact to the list.- Parameters:
a- The escalated artifact to add.- Returns:
- The added escalated artifact.
-
addEscalatedArtifact
Adds an escalated artifact to the list from a linkable artifact.- Parameters:
link- The linkable artifact.- Returns:
- The added escalated artifact.
-