Package org.camunda.bpm.admin.resource
Class AbstractAdminPluginResource
java.lang.Object
org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource<AdminPlugin>
org.camunda.bpm.admin.resource.AbstractAdminPluginResource
- Direct Known Subclasses:
MetricsRestService
Base class for implementing plugin REST resources for the admin application.
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
engineName, runtimeDelegate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected QueryService
Return aQueryService
for the current engine to execute queries against the engine database.Methods inherited from class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
getProcessEngine
-
Constructor Details
-
AbstractAdminPluginResource
-
-
Method Details
-
getQueryService
Return aQueryService
for the current engine to execute queries against the engine database.- Returns:
-