Class AbstractPluginResource
java.lang.Object
org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource<CockpitPlugin>
org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginResource
org.camunda.bpm.cockpit.plugin.resource.AbstractPluginResource
- Direct Known Subclasses:
IncidentRestService
,ProcessDefinitionResource
,ProcessDefinitionRestService
,ProcessInstanceResource
,ProcessInstanceRestService
Deprecated.
A abstract plugin resource class that may be used to implement
resources in cockpit.
Deprecated, use
AbstractCockpitPluginResource
- Author:
- nico.rehwaldt
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
engineName, runtimeDelegate
-
Constructor Summary
-
Method Summary
Methods inherited from class org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginResource
addPermissionCheck, configureAuthorizationCheck, configureTenantCheck, getCommandExecutor, getCurrentAuthentication, getQueryService, isAuthorizationEnabled, isCamundaAdmin, isPermissionDisabled, isTenantCheckEnabled
Methods inherited from class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
getProcessEngine
-
Constructor Details
-
AbstractPluginResource
Deprecated.
-