Package org.camunda.bpm.run.plugins
Class TestCockpitPlugin
java.lang.Object
org.camunda.bpm.webapp.plugin.spi.impl.AbstractAppPlugin
org.camunda.bpm.cockpit.plugin.spi.impl.AbstractCockpitPlugin
org.camunda.bpm.run.plugins.TestCockpitPlugin
- All Implemented Interfaces:
- CockpitPlugin,- AppPlugin
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetId()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.cockpit.plugin.spi.impl.AbstractCockpitPlugingetMappingFilesMethods inherited from class org.camunda.bpm.webapp.plugin.spi.impl.AbstractAppPlugingetAssetDirectory, getResourceOverridesMethods 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.AppPlugingetAssetDirectory, getResourceOverrides
- 
Field Details- 
ID- See Also:
 
 
- 
- 
Constructor Details- 
TestCockpitPluginpublic TestCockpitPlugin()
 
- 
- 
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
 
 
-