Class HalIdentityLink
java.lang.Object
org.camunda.bpm.engine.rest.hal.HalResource<HalIdentityLink>
org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLink
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringstatic final HalRelationstatic final HalRelationstatic final HalRelationprotected Stringprotected Stringprotected StringFields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic HalIdentityLinkfromIdentityLink(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
 
 -