Class AbstractProcessEngineRestServiceImpl

java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
Direct Known Subclasses:
DefaultProcessEngineRestServiceImpl, NamedProcessEngineRestServiceImpl

public abstract class AbstractProcessEngineRestServiceImpl extends Object

Abstract process engine resource that provides instantiations of all REST resources.

Subclasses can add JAX-RS to methods as required annotations. For example, if only the process definition resource should be exposed, it is sufficient to add JAX-RS annotations to that resource. The engineName parameter of all the provided methods may be null to instantiate a resource for the default engine.

Author:
Thorben Lindhauer