java.lang.Object
com.genologics.ri.routing.Routing
- All Implemented Interfaces:
Serializable
The root element for a routing API call.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ExtArtifactAssignments>The list of artifact assignments to assign to workflows/stages.protected List<ExtArtifactAssignments>The list of artifact assignments to unassign from workflows/stages. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the list of assigned routes.Gets the list of unassigned routes.
-
Field Details
-
assignedRoutes
The list of artifact assignments to assign to workflows/stages. -
unassignedRoutes
The list of artifact assignments to unassign from workflows/stages.
-
-
Constructor Details
-
Routing
public Routing()
-
-
Method Details
-
getAssign
Gets the list of assigned routes.- Returns:
- A list of artifact assignments to assign.
-
getUnassign
Gets the list of unassigned routes.- Returns:
- A list of artifact assignments to unassign.
-