Uses of Class
de.terrestris.shoguncore.model.wps.WpsPlugin
-
Packages that use WpsPlugin Package Description de.terrestris.shoguncore.dao de.terrestris.shoguncore.rest de.terrestris.shoguncore.service de.terrestris.shoguncore.web -
-
Uses of WpsPlugin in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type WpsPlugin Modifier and Type Class Description classWpsPluginDao<E extends WpsPlugin> -
Uses of WpsPlugin in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type WpsPlugin Modifier and Type Class Description classWpsPluginRestController<E extends WpsPlugin,D extends WpsPluginDao<E>,S extends WpsPluginService<E,D>> -
Uses of WpsPlugin in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type WpsPlugin Modifier and Type Class Description classWpsPluginService<E extends WpsPlugin,D extends WpsPluginDao<E>>Service class for theWpsPluginmodel.Methods in de.terrestris.shoguncore.service that return types with arguments of type WpsPlugin Modifier and Type Method Description WpsPluginService<WpsPlugin,WpsPluginDao<WpsPlugin>>WpsProcessExecuteService. getWpsPluginService()WpsPluginService<WpsPlugin,WpsPluginDao<WpsPlugin>>WpsProcessExecuteService. getWpsPluginService() -
Uses of WpsPlugin in de.terrestris.shoguncore.web
Classes in de.terrestris.shoguncore.web with type parameters of type WpsPlugin Modifier and Type Class Description classWpsPluginController<E extends WpsPlugin,D extends WpsPluginDao<E>,S extends WpsPluginService<E,D>>
-