org.camunda.bpm.engine.rest.impl
Class CamundaRestResources
java.lang.Object
org.camunda.bpm.engine.rest.impl.CamundaRestResources
public class CamundaRestResources
- extends Object
Class providing static methods returning all the resource classes provided by camunda BPM.
- Author:
- Daniel Meyer
|
Method Summary |
static Set<Class<?>> |
getConfigurationClasses()
Returns a set containing all provider / mapper / config classes used in the
default setup of the camunda REST api. |
static Set<Class<?>> |
getResourceClasses()
Returns a set containing all resource classes provided by camunda BPM. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CamundaRestResources
public CamundaRestResources()
getResourceClasses
public static Set<Class<?>> getResourceClasses()
- Returns a set containing all resource classes provided by camunda BPM.
- Returns:
- a set of resource classes.
getConfigurationClasses
public static Set<Class<?>> getConfigurationClasses()
- Returns a set containing all provider / mapper / config classes used in the
default setup of the camunda REST api.
- Returns:
- a set of provider / mapper / config classes.
Copyright © 2016 camunda services GmbH. All rights reserved.