Class HalIdentityLink

java.lang.Object
org.camunda.bpm.engine.rest.hal.HalResource<HalIdentityLink>
org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLink

public class HalIdentityLink extends HalResource<HalIdentityLink>
  • Field Details

    • REL_GROUP

      public static final HalRelation REL_GROUP
    • REL_USER

      public static final HalRelation REL_USER
    • REL_TASK

      public static final HalRelation REL_TASK
    • type

      protected String type
    • userId

      protected String userId
    • groupId

      protected String groupId
    • taskId

      protected String taskId
  • Constructor Details

    • HalIdentityLink

      public HalIdentityLink()
  • Method Details