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 classProcessingWrapperDeprecated.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 IProcessingWrapperAktion. getProcessingWrapper()Deprecated.Gets a Wrapper of the processingMethods in de.xima.fc.entities with parameters of type IProcessingWrapper Modifier and Type Method Description voidAktion. 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 IProcessingWrapperProcessingWrapperFactory. 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 voidProcessingWrapperFactory. setGlobalProcessingWrapper(Class<? extends IProcessingWrapper> processingWrapper) 
 -