public interface CockpitPlugin extends AppPlugin
getMappingFiles()
.
Plugin developers should not use this interface directly but use
AbstractCockpitPlugin
as a base class.AbstractCockpitPlugin
Modifier and Type | Method and Description |
---|---|
List<String> |
getMappingFiles()
Returns a list of mapping files that define the custom queries
provided by this plugin.
|
getAssetDirectory, getId, getResourceClasses, getResourceOverrides
List<String> getMappingFiles()
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)
.
Copyright © 2015. All rights reserved.