Class AbstractCockpitPlugin

java.lang.Object
org.camunda.bpm.webapp.plugin.spi.impl.AbstractAppPlugin
org.camunda.bpm.cockpit.plugin.spi.impl.AbstractCockpitPlugin
All Implemented Interfaces:
CockpitPlugin, AppPlugin
Direct Known Subclasses:
CockpitPlugins, TestCockpitPlugin

public abstract class AbstractCockpitPlugin extends AbstractAppPlugin implements CockpitPlugin
An implementation of CockpitPlugin that comes with reasonable defaults.
Author:
nico.rehwaldt
See Also:
  • Constructor Details

    • AbstractCockpitPlugin

      public AbstractCockpitPlugin()
  • Method Details

    • getMappingFiles

      public List<String> getMappingFiles()
      Description copied from interface: CockpitPlugin
      Returns a list of mapping files that define the custom queries provided by this plugin.

      The mapping files define additional MyBatis queries that can be executed by the plugin.

      Inside the plugin the queries may be executed via the QueryService that may be obtained through Cockpit.getQueryService(java.lang.String).

      Specified by:
      getMappingFiles in interface CockpitPlugin
      Returns:
      the list of additional mapping files