org.camunda.bpm.engine.rest.hal.identitylink
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
HalIdentityLink
public HalIdentityLink()
fromIdentityLink
public static HalIdentityLink fromIdentityLink(IdentityLink identityLink)
getType
public String getType()
getUserId
public String getUserId()
getGroupId
public String getGroupId()
getTaskId
public String getTaskId()
Copyright © 2016 camunda services GmbH. All rights reserved.