Class HalIdentityLink
java.lang.Object
org.camunda.bpm.engine.rest.hal.HalResource<HalIdentityLink>
org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLink
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
static final HalRelation
static final HalRelation
static final HalRelation
protected String
protected String
protected String
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HalIdentityLink
fromIdentityLink
(IdentityLink identityLink) getType()
Methods inherited from class org.camunda.bpm.engine.rest.hal.HalResource
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
-
Field Details
-
REL_GROUP
-
REL_USER
-
REL_TASK
-
type
-
userId
-
groupId
-
taskId
-
-
Constructor Details
-
HalIdentityLink
public HalIdentityLink()
-
-
Method Details
-
fromIdentityLink
-
getType
-
getUserId
-
getGroupId
-
getTaskId
-