Class WorkItem.Route
java.lang.Object
com.adobe.cq.testing.client.workflow.WorkItem.Route
- Enclosing class:
WorkItem
Simple inner class wrapping one route
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRoute(com.fasterxml.jackson.databind.JsonNode node) The only constructor -
Method Summary
-
Constructor Details
-
Route
protected Route(com.fasterxml.jackson.databind.JsonNode node) The only constructor- Parameters:
node- the JSON node containing all the information
-
-
Method Details
-
getId
the id of the route- Returns:
- the id
-
getName
The name of this route- Returns:
- the name
-
getDestinations
Map of all possible destinations- Returns:
- map where the key is the id of the destination, the value is the title of the destination
-