Class WorkItem.Delegatee

java.lang.Object
com.adobe.cq.testing.client.workflow.WorkItem.Delegatee
Enclosing class:
WorkItem

public class WorkItem.Delegatee extends Object
Simple inner class wrapping a Delegatee
  • 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

      public String getId()
      the user / group id
      Returns:
      the id
    • getName

      public String getName()
      The user/groups name
      Returns:
      the name
    • getType

      public String getType()
      the type of the participant either USER or GROUP
      Returns:
      type of participant