Uses of Interface
de.xima.fc.interfaces.processing.IProcessingWrapper
-
Packages that use IProcessingWrapper Package Description de.xima.fc.bl.fdv.processing de.xima.fc.entities Package für Datenbankentitätende.xima.fc.processing -
-
Uses of IProcessingWrapper in de.xima.fc.bl.fdv.processing
Classes in de.xima.fc.bl.fdv.processing that implement IProcessingWrapper Modifier and Type Class Description class
ProcessingWrapper
Deprecated.This is part of the old workflow engine. -
Uses of IProcessingWrapper in de.xima.fc.entities
Methods in de.xima.fc.entities that return IProcessingWrapper Modifier and Type Method Description IProcessingWrapper
Aktion. getProcessingWrapper()
Deprecated.Gets a Wrapper of the processingMethods in de.xima.fc.entities with parameters of type IProcessingWrapper Modifier and Type Method Description void
Aktion. setProcessingWrapper(IProcessingWrapper processingWrapper)
Deprecated.Sets the processing via the wrapper -
Uses of IProcessingWrapper in de.xima.fc.processing
Methods in de.xima.fc.processing that return IProcessingWrapper Modifier and Type Method Description static IProcessingWrapper
ProcessingWrapperFactory. forAction(Aktion action)
Gets a processing wrapper for the given actionMethod parameters in de.xima.fc.processing with type arguments of type IProcessingWrapper Modifier and Type Method Description static void
ProcessingWrapperFactory. setGlobalProcessingWrapper(Class<? extends IProcessingWrapper> processingWrapper)
-