org.camunda.bpm.engine.rest.hal
Class EmptyHalCollection

java.lang.Object
  extended by org.camunda.bpm.engine.rest.hal.HalResource<T>
      extended by org.camunda.bpm.engine.rest.hal.HalCollectionResource<EmptyHalCollection>
          extended by org.camunda.bpm.engine.rest.hal.EmptyHalCollection

public class EmptyHalCollection
extends HalCollectionResource<EmptyHalCollection>

Author:
Sebastian Menski

Field Summary
static HalResource INSTANCE
           
 
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalCollectionResource
count
 
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker
 
Constructor Summary
EmptyHalCollection()
           
EmptyHalCollection(long count)
           
 
Method Summary
static
<T extends HalCollectionResource>
T
emptyHalCollection()
           
 
Methods inherited from class org.camunda.bpm.engine.rest.hal.HalCollectionResource
getCount
 
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

INSTANCE

public static final HalResource INSTANCE
Constructor Detail

EmptyHalCollection

public EmptyHalCollection()

EmptyHalCollection

public EmptyHalCollection(long count)
Method Detail

emptyHalCollection

public static <T extends HalCollectionResource> T emptyHalCollection()


Copyright © 2016 camunda services GmbH. All rights reserved.