Class AbstractAppPluginResource<T extends AppPlugin>
- java.lang.Object
-
- org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource<T>
-
- Direct Known Subclasses:
AbstractAdminPluginResource
,AbstractCockpitPluginResource
,AbstractTasklistPluginResource
,AbstractWelcomePluginResource
public abstract class AbstractAppPluginResource<T extends AppPlugin> extends Object
A abstract plugin resource class that may be used to implement REST resources which are added to the REST application of the app.- Author:
- nico.rehwaldt, Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected String
engineName
protected AppRuntimeDelegate<T>
runtimeDelegate
-
Constructor Summary
Constructors Constructor Description AbstractAppPluginResource(AppRuntimeDelegate<T> runtimeDelegate, String engineName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProcessEngine
getProcessEngine()
-
-
-
Field Detail
-
runtimeDelegate
protected AppRuntimeDelegate<T extends AppPlugin> runtimeDelegate
-
engineName
protected String engineName
-
-
Constructor Detail
-
AbstractAppPluginResource
public AbstractAppPluginResource(AppRuntimeDelegate<T> runtimeDelegate, String engineName)
-
-
Method Detail
-
getProcessEngine
protected ProcessEngine getProcessEngine()
-
-