Class AbstractCockpitPlugin

    • Constructor Detail

      • AbstractCockpitPlugin

        public AbstractCockpitPlugin()
    • Method Detail

      • getMappingFiles

        public java.util.List<java.lang.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