org.camunda.bpm.engine.rest.hal.identitylink
Class HalIdentityLink

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

public class HalIdentityLink
extends HalResource<HalIdentityLink>


Field Summary
protected  String groupId
           
static HalRelation REL_GROUP
           
static HalRelation REL_TASK
           
static HalRelation REL_USER
           
protected  String taskId
           
protected  String type
           
protected  String userId
           
 
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker
 
Constructor Summary
HalIdentityLink()
           
 
Method Summary
static HalIdentityLink fromIdentityLink(IdentityLink identityLink)
           
 String getGroupId()
           
 String getTaskId()
           
 String getType()
           
 String getUserId()
           
 
Methods inherited from class org.camunda.bpm.engine.rest.hal.HalResource
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

HalIdentityLink

public HalIdentityLink()
Method Detail

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.