Class AbstractAppPluginResource<T extends AppPlugin>
java.lang.Object
org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource<T>
- Direct Known Subclasses:
AbstractAdminPluginResource
,AbstractCockpitPluginResource
,AbstractTasklistPluginResource
,AbstractWelcomePluginResource
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
-
Constructor Summary
ConstructorDescriptionAbstractAppPluginResource
(AppRuntimeDelegate<T> runtimeDelegate, String engineName) -
Method Summary
-
Field Details
-
runtimeDelegate
-
engineName
-
-
Constructor Details
-
AbstractAppPluginResource
-
-
Method Details
-
getProcessEngine
-