Interface CockpitPlugin

    • Method Detail

      • getMappingFiles

        java.util.List<java.lang.String> getMappingFiles()
        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).

        Returns:
        the list of additional mapping files