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 public class AbstractPluginResource extends AbstractCockpitPluginResource
Deprecated.A abstract plugin resource class that may be used to implement resources in cockpit. Deprecated, useAbstractCockpitPluginResource
- Author:
- nico.rehwaldt
- See Also:
AbstractCockpitPluginResource
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
engineName, runtimeDelegate
-
-
Constructor Summary
Constructors Constructor Description AbstractPluginResource(String engineName)
Deprecated.
-
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 Detail
-
AbstractPluginResource
public AbstractPluginResource(String engineName)
Deprecated.
-
-