Uses of Interface
de.xima.fc.plugin.interfaces.workflow.IPluginProcessing
-
Packages that use IPluginProcessing Package Description de.xima.fc.bl.fdv.processing de.xima.fc.gui.bean.workflow de.xima.fc.plugin.config -
-
Uses of IPluginProcessing in de.xima.fc.bl.fdv.processing
Methods in de.xima.fc.bl.fdv.processing that return types with arguments of type IPluginProcessing Modifier and Type Method Description Class<? extends IPluginProcessing>
VerarbeitungPlugin. getPluginClass(Mandant man)
-
Uses of IPluginProcessing in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type IPluginProcessing Modifier and Type Method Description Set<IPluginProcessing>
ProcessingBean. getAllPlugins()
Deprecated.Liefert eine Liste mit allen verfügbaren PluginsConstructors in de.xima.fc.gui.bean.workflow with parameters of type IPluginProcessing Constructor Description PluginSelectItem(IPluginProcessing plugin)
-
Uses of IPluginProcessing in de.xima.fc.plugin.config
Subinterfaces of IPluginProcessing in de.xima.fc.plugin.config Modifier and Type Interface Description interface
IPluginCustomGUI
Interface for a processing plugin with a custom user interface.
-