Class WorkItem.Delegatee
java.lang.Object
com.adobe.cq.testing.client.workflow.WorkItem.Delegatee
- Enclosing class:
WorkItem
Simple inner class wrapping a Delegatee
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDelegatee(com.fasterxml.jackson.databind.JsonNode node) The only constructor -
Method Summary
-
Constructor Details
-
Delegatee
protected Delegatee(com.fasterxml.jackson.databind.JsonNode node) The only constructor- Parameters:
node- the JSON node containing all the infos
-
-
Method Details
-
getId
the user / group id- Returns:
- the id
-
getName
The user/groups name- Returns:
- the name
-
getType
the type of the participant either USER or GROUP- Returns:
- type of participant
-