org.camunda.bpm.engine.rest.hal.group
Class HalGroup

java.lang.Object
  extended by org.camunda.bpm.engine.rest.hal.HalResource<HalGroup>
      extended by org.camunda.bpm.engine.rest.hal.group.HalGroup
All Implemented Interfaces:
HalIdResource

public class HalGroup
extends HalResource<HalGroup>
implements HalIdResource


Field Summary
protected  String id
           
protected  String name
           
static HalRelation REL_SELF
           
protected  String type
           
 
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker
 
Constructor Summary
HalGroup()
           
 
Method Summary
static HalGroup fromGroup(Group group)
           
 String getId()
          return the identifier of the resource
 String getName()
           
 String getType()
           
 
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_SELF

public static final HalRelation REL_SELF

id

protected String id

name

protected String name

type

protected String type
Constructor Detail

HalGroup

public HalGroup()
Method Detail

fromGroup

public static HalGroup fromGroup(Group group)

getId

public String getId()
Description copied from interface: HalIdResource
return the identifier of the resource

Specified by:
getId in interface HalIdResource

getName

public String getName()

getType

public String getType()


Copyright © 2016 camunda services GmbH. All rights reserved.