Uses of Interface
de.xima.fc.interfaces.processing.IProcessing
Packages that use IProcessing
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
Package für Utilsklassen
- 
Uses of IProcessing in de.xima.fc.api.entity
Method parameters in de.xima.fc.api.entity with type arguments of type IProcessingModifier and TypeMethodDescriptionAktionAPI.getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface) Deprecated.Method for loading all predecessor actions of a committed action, which implement the passed interface. - 
Uses of IProcessing in de.xima.fc.bl.fdv.processing
Classes in de.xima.fc.bl.fdv.processing that implement IProcessingModifier and TypeClassDescriptionclassDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This action is not necessary anymore.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This action is not necessary anymore.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine.classDeprecated.This is part of the old workflow engine. - 
Uses of IProcessing in de.xima.fc.entities
Methods in de.xima.fc.entities that return IProcessingModifier and TypeMethodDescriptionBedingung.getAktionsVerarbeitung()Deprecated.UseAktion.getProcessing()insteadAktion.getProcessing()Deprecated.Gets the processing of the action from the deserialized objectMethods in de.xima.fc.entities with parameters of type IProcessingModifier and TypeMethodDescriptionvoidBedingung.setAktionsVerarbeitung(IProcessing processing) Deprecated.UseAktion.setProcessing(IProcessing)insteadvoidAktion.setProcessing(IProcessing processing) Deprecated.Sets the object that will be serialized - 
Uses of IProcessing in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return IProcessingModifier and TypeMethodDescriptionAActionBean.getProcessing()Deprecated.ProcessingBean.getProcessing()Deprecated.Methods in de.xima.fc.gui.bean.workflow with parameters of type IProcessingModifier and TypeMethodDescriptionvoidAActionBean.setProcessingModel(IProcessing processing) Deprecated.Constructors in de.xima.fc.gui.bean.workflow with parameters of type IProcessing - 
Uses of IProcessing in de.xima.fc.gui.interfaces.processing
Methods in de.xima.fc.gui.interfaces.processing that return IProcessingModifier and TypeMethodDescriptionIProcessingModel.forSave()Liefert die 'aufbereitete'IProcessings-Instanz zum Persistieren zurück.IProcessingModel.getProcessing()Liefert dieIProcessings-Enität zurück - 
Uses of IProcessing in de.xima.fc.gui.model.processing
Methods in de.xima.fc.gui.model.processing that return IProcessingModifier and TypeMethodDescriptionProcessingModel.forSave()Deprecated.Liefert die 'aufbereitete' Verarbeitungs-Instanz zum persistieren zurück.ProcessingModel.getProcessing()Deprecated.Constructors in de.xima.fc.gui.model.processing with parameters of type IProcessingModifierConstructorDescriptionProcessingModel(IProcessing processing, Mandant mandant) Deprecated. - 
Uses of IProcessing in de.xima.fc.handler.entity
Method parameters in de.xima.fc.handler.entity with type arguments of type IProcessingModifier and TypeMethodDescriptionAktionHandler.getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface) Deprecated. - 
Uses of IProcessing in de.xima.fc.handler.interfaces.entity
Method parameters in de.xima.fc.handler.interfaces.entity with type arguments of type IProcessingModifier and TypeMethodDescriptionIAktionHandler.getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface) Deprecated. - 
Uses of IProcessing in de.xima.fc.interfaces.processing
Subinterfaces of IProcessing in de.xima.fc.interfaces.processingModifier and TypeInterfaceDescriptioninterfaceDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceDeprecated.Use the new workflow engine (IWorkflowEventRunner). - 
Uses of IProcessing in de.xima.fc.interfaces.processing.dependent
Subinterfaces of IProcessing in de.xima.fc.interfaces.processing.dependentModifier and TypeInterfaceDescriptioninterfaceDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceDeprecated.Use the new workflow engine (IWorkflowEventRunner). - 
Uses of IProcessing in de.xima.fc.manager
Methods in de.xima.fc.manager that return IProcessingModifier and TypeMethodDescriptionstatic IProcessingProcessingManager.getEmptyProcessing(Aktion action) Deprecated.static IProcessingProcessingManager.getEmptyProcessing(Bedingung bedingung) Deprecated.static IProcessingProcessingManager.getEmptyProcessing(String key) Deprecated.static IProcessingProcessingManager.getEmptyProcessing(String key, Mandant man) Deprecated.Methods in de.xima.fc.manager that return types with arguments of type IProcessingModifier and TypeMethodDescriptionstatic Map<String,Class<? extends IProcessing>> ProcessingManager.getAvailableProcessings()Deprecated.static Map<String,Class<? extends IProcessing>> ProcessingManager.getAvailableProcessings(Mandant man) Deprecated.static Class<? extends IProcessing>ProcessingManager.getProcessingClass(String key) Deprecated.static Class<? extends IProcessing>ProcessingManager.getProcessingClass(String key, Mandant man) Deprecated.Method parameters in de.xima.fc.manager with type arguments of type IProcessingModifier and TypeMethodDescriptionstatic voidProcessingManager.registerProcessing(Mandant man, Class<? extends IProcessing> processing) Deprecated.Registers anIProcessingfor the specified client wide by using his key (seegetProcessingKey()).static voidProcessingManager.registerProcessing(Class<? extends IProcessing> processing) Deprecated.Registers anIProcessingsystem-wide by using his key (seegetProcessingKey()). - 
Uses of IProcessing in de.xima.fc.processing
Methods in de.xima.fc.processing that return IProcessingModifier and TypeMethodDescriptionstatic final IProcessingProcessingWrapperFactory.forLegacyAction(Aktion action) Only for use inBedingung!!! - 
Uses of IProcessing in de.xima.fc.utils
Methods in de.xima.fc.utils with type parameters of type IProcessingModifier and TypeMethodDescriptionstatic <T extends IProcessing>
VerarbeitungsParameterMapProcessingUtils.extractParameters(T processing) Deprecated.static <T extends IProcessing>
TProcessingUtils.loadParameters(VerarbeitungsParameterMap params, T processing) Deprecated.Methods in de.xima.fc.utils that return IProcessingModifier and TypeMethodDescriptionstatic IProcessingProcessingUtils.getEmptyProcessing(String key, Mandant man) Deprecated.Methods in de.xima.fc.utils that return types with arguments of type IProcessingModifier and TypeMethodDescriptionstatic Map<String,Class<? extends IProcessing>> ProcessingUtils.getAvailableProcessings()Deprecated.static Map<String,Class<? extends IProcessing>> ProcessingUtils.getAvailableProcessings(Mandant man) Deprecated.static Class<? extends IProcessing>ProcessingUtils.getProcessingClass(String key) Deprecated.static Class<? extends IProcessing>ProcessingUtils.getProcessingClass(String key, Mandant man) Deprecated.Method parameters in de.xima.fc.utils with type arguments of type IProcessingModifier and TypeMethodDescriptionstatic voidProcessingUtils.registerProcessing(Mandant man, Class<? extends IProcessing> processing) Deprecated.Registers anIProcessingfor the specified client wide by using his key (seegetProcessingKey()).static voidProcessingUtils.registerProcessing(Class<? extends IProcessing> processing) Deprecated.Registers anIProcessingsystem-wide by using his key (seegetProcessingKey()).