Class AdminPlugins
java.lang.Object
org.camunda.bpm.webapp.plugin.spi.impl.AbstractAppPlugin
org.camunda.bpm.admin.plugin.spi.impl.AbstractAdminPlugin
org.camunda.bpm.admin.impl.plugin.AdminPlugins
- All Implemented Interfaces:
- AdminPlugin,- AppPlugin
- Author:
- vale
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns a uri to a plugin resources directory.getId()Returns the unique id of this plugin.Returns a set of JAX-RS resource classes that extend the rest API.Methods inherited from class org.camunda.bpm.webapp.plugin.spi.impl.AbstractAppPlugingetResourceOverridesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.webapp.plugin.spi.AppPlugingetResourceOverrides
- 
Field Details- 
ID- See Also:
 
 
- 
- 
Constructor Details- 
AdminPluginspublic AdminPlugins()
 
- 
- 
Method Details- 
getIdDescription copied from interface:AppPluginReturns the unique id of this plugin.- Returns:
 
- 
getResourceClassesDescription copied from interface:AppPluginReturns a set of JAX-RS resource classes that extend the rest API.Typically, a plugin publishes its API via a subclass of AbstractPluginRootResource.- Specified by:
- getResourceClassesin interface- AppPlugin
- Overrides:
- getResourceClassesin class- AbstractAppPlugin
- Returns:
- the set of resource classes provided by this plugin
 
- 
getAssetDirectoryDescription copied from class:AbstractAppPluginReturns a uri to a plugin resources directory. The directory must be unique across all plugins.This implementation assumes that the resources are provided in the directory plugin-webapp/PLUGIN_ID, absolute to the root directory.- Specified by:
- getAssetDirectoryin interface- AppPlugin
- Overrides:
- getAssetDirectoryin class- AbstractAppPlugin
- Returns:
- the directory providing the plugins client side resources
 
 
-