Uses of Class
de.terrestris.shoguncore.model.Plugin
-
-
Uses of Plugin in de.terrestris.shoguncore.converter
Classes in de.terrestris.shoguncore.converter with type parameters of type Plugin Modifier and Type Class Description classPluginIdResolver<E extends Plugin,D extends PluginDao<E>,S extends PluginService<E,D>> -
Uses of Plugin in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type Plugin Modifier and Type Class Description classPluginDao<E extends Plugin> -
Uses of Plugin in de.terrestris.shoguncore.model
Methods in de.terrestris.shoguncore.model that return types with arguments of type Plugin Modifier and Type Method Description List<Plugin>Application. getPlugins()Method parameters in de.terrestris.shoguncore.model with type arguments of type Plugin Modifier and Type Method Description voidApplication. setPlugins(List<Plugin> plugins) -
Uses of Plugin in de.terrestris.shoguncore.model.wps
Subclasses of Plugin in de.terrestris.shoguncore.model.wps Modifier and Type Class Description classWpsPluginMethods in de.terrestris.shoguncore.model.wps that return Plugin Modifier and Type Method Description PluginWpsPrimitive. getInputPlugin()Methods in de.terrestris.shoguncore.model.wps with parameters of type Plugin Modifier and Type Method Description voidWpsPrimitive. setInputPlugin(Plugin inputPlugin) -
Uses of Plugin in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type Plugin Modifier and Type Class Description classPluginRestController<E extends Plugin,D extends PluginDao<E>,S extends PluginService<E,D>> -
Uses of Plugin in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type Plugin Modifier and Type Class Description classPluginService<E extends Plugin,D extends PluginDao<E>>Service class for thePluginmodel. -
Uses of Plugin in de.terrestris.shoguncore.web
Classes in de.terrestris.shoguncore.web with type parameters of type Plugin Modifier and Type Class Description classPluginController<E extends Plugin,D extends PluginDao<E>,S extends PluginService<E,D>>
-