Package org.camunda.bpm.welcome.resource
Class AbstractWelcomePluginResource
- java.lang.Object
-
- org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource<WelcomePlugin>
-
- org.camunda.bpm.welcome.resource.AbstractWelcomePluginResource
-
public abstract class AbstractWelcomePluginResource extends AbstractAppPluginResource<WelcomePlugin>
Base class for implementing plugin REST resources for the welcome application.- Author:
- Daniel Meyer
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
engineName, runtimeDelegate
-
-
Constructor Summary
Constructors Constructor Description AbstractWelcomePluginResource(String engineName)
-
-
-
Constructor Detail
-
AbstractWelcomePluginResource
public AbstractWelcomePluginResource(String engineName)
-
-