org.camunda.bpm.engine.rest.hal.user
Class HalUserList

java.lang.Object
  extended by org.camunda.bpm.engine.rest.hal.HalResource<HalUserList>
      extended by org.camunda.bpm.engine.rest.hal.user.HalUserList

public class HalUserList
extends HalResource<HalUserList>

Author:
Daniel Meyer

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker
 
Constructor Summary
HalUserList()
           
 
Method Summary
static HalUserList fromUserList(List<User> users)
           
 
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
 

Constructor Detail

HalUserList

public HalUserList()
Method Detail

fromUserList

public static HalUserList fromUserList(List<User> users)


Copyright © 2016 camunda services GmbH. All rights reserved.