Uses of Interface
org.camunda.bpm.webapp.plugin.resource.PluginResourceOverride
-
Packages that use PluginResourceOverride Package Description org.camunda.bpm.webapp org.camunda.bpm.webapp.impl org.camunda.bpm.webapp.plugin.spi org.camunda.bpm.webapp.plugin.spi.impl -
-
Uses of PluginResourceOverride in org.camunda.bpm.webapp
Methods in org.camunda.bpm.webapp that return types with arguments of type PluginResourceOverride Modifier and Type Method Description List<PluginResourceOverride>
AppRuntimeDelegate. getResourceOverrides()
A list of resource overrides. -
Uses of PluginResourceOverride in org.camunda.bpm.webapp.impl
Fields in org.camunda.bpm.webapp.impl with type parameters of type PluginResourceOverride Modifier and Type Field Description protected List<PluginResourceOverride>
AbstractAppRuntimeDelegate. resourceOverrides
Methods in org.camunda.bpm.webapp.impl that return types with arguments of type PluginResourceOverride Modifier and Type Method Description List<PluginResourceOverride>
AbstractAppRuntimeDelegate. getResourceOverrides()
-
Uses of PluginResourceOverride in org.camunda.bpm.webapp.plugin.spi
Methods in org.camunda.bpm.webapp.plugin.spi that return types with arguments of type PluginResourceOverride Modifier and Type Method Description List<PluginResourceOverride>
AppPlugin. getResourceOverrides()
Allows providing a list ofresource overrides
. -
Uses of PluginResourceOverride in org.camunda.bpm.webapp.plugin.spi.impl
Methods in org.camunda.bpm.webapp.plugin.spi.impl that return types with arguments of type PluginResourceOverride Modifier and Type Method Description List<PluginResourceOverride>
AbstractAppPlugin. getResourceOverrides()
-