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

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

public class EmptyHalResource
extends HalResource<EmptyHalResource>

Author:
Sebastian Menski

Field Summary
static HalResource INSTANCE
           
 
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker
 
Constructor Summary
EmptyHalResource()
           
 
Method Summary
static
<T extends HalResource>
T
emptyHalResource()
           
 
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

EmptyHalResource

public EmptyHalResource()
Method Detail

emptyHalResource

public static <T extends HalResource> T emptyHalResource()


Copyright © 2016 camunda services GmbH. All rights reserved.