org.camunda.bpm.engine.rest.hal.group
Class HalGroup
java.lang.Object
org.camunda.bpm.engine.rest.hal.HalResource<HalGroup>
org.camunda.bpm.engine.rest.hal.group.HalGroup
- All Implemented Interfaces:
- HalIdResource
public class HalGroup
- extends HalResource<HalGroup>
- implements HalIdResource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REL_SELF
public static final HalRelation REL_SELF
id
protected String id
name
protected String name
type
protected String type
HalGroup
public HalGroup()
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.