public class WorkflowRelationshipExit
extends java.lang.Object
implements java.lang.Comparable
This class holds a the exit relationship in the workflow
| Constructor and Description |
|---|
WorkflowRelationshipExit(WorkflowRelationship workflowRelationship)
Constrsucts a WorkflowRelationshipExit object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o)
Compares 2 relationships for the Comparable interface
|
boolean |
equals(java.lang.Object o)
Compares 2 relationships for equality
|
WorkflowRelationship |
getWorkflowRelationship()
Returns the workflow relationship
|
public WorkflowRelationshipExit(WorkflowRelationship workflowRelationship)
workflowRelationship - The workflow relationship to encapsulatepublic WorkflowRelationship getWorkflowRelationship()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to compare topublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparableo - The object to compare to