Uses of Class
org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
-
-
Uses of AbstractAppPluginResource in org.camunda.bpm.admin.resource
Subclasses of AbstractAppPluginResource in org.camunda.bpm.admin.resource Modifier and Type Class Description class
AbstractAdminPluginResource
Base class for implementing plugin REST resources for the admin application. -
Uses of AbstractAppPluginResource in org.camunda.bpm.cockpit.impl.plugin.base.sub.resources
Subclasses of AbstractAppPluginResource in org.camunda.bpm.cockpit.impl.plugin.base.sub.resources Modifier and Type Class Description class
ProcessDefinitionResource
class
ProcessInstanceResource
-
Uses of AbstractAppPluginResource in org.camunda.bpm.cockpit.impl.plugin.resources
Subclasses of AbstractAppPluginResource in org.camunda.bpm.cockpit.impl.plugin.resources Modifier and Type Class Description class
IncidentRestService
class
ProcessDefinitionRestService
class
ProcessInstanceRestService
-
Uses of AbstractAppPluginResource in org.camunda.bpm.cockpit.plugin.resource
Subclasses of AbstractAppPluginResource in org.camunda.bpm.cockpit.plugin.resource Modifier and Type Class Description class
AbstractCockpitPluginResource
Base class for implementing a plugin REST resource.class
AbstractPluginResource
Deprecated. -
Uses of AbstractAppPluginResource in org.camunda.bpm.tasklist.resource
Subclasses of AbstractAppPluginResource in org.camunda.bpm.tasklist.resource Modifier and Type Class Description class
AbstractTasklistPluginResource
Base class for implementing plugin REST resources for the admin application. -
Uses of AbstractAppPluginResource in org.camunda.bpm.webapp.plugin.resource
Methods in org.camunda.bpm.webapp.plugin.resource with type parameters of type AbstractAppPluginResource Modifier and Type Method Description protected <S extends AbstractAppPluginResource<T>>
SAbstractAppPluginRootResource. subResource(S subResource, String engineName)
-
Uses of AbstractAppPluginResource in org.camunda.bpm.welcome.resource
Subclasses of AbstractAppPluginResource in org.camunda.bpm.welcome.resource Modifier and Type Class Description class
AbstractWelcomePluginResource
Base class for implementing plugin REST resources for the welcome application.
-