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 TypeClassDescriptionclass
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This action is not necessary anymore.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This action is not necessary anymore.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.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 TypeMethodDescriptionvoid
Bedingung.setAktionsVerarbeitung
(IProcessing processing) Deprecated.UseAktion.setProcessing(IProcessing)
insteadvoid
Aktion.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 TypeMethodDescriptionvoid
AActionBean.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'IProcessing
s-Instanz zum Persistieren zurück.IProcessingModel.getProcessing()
Liefert dieIProcessing
s-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 TypeInterfaceDescriptioninterface
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
Deprecated.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 TypeInterfaceDescriptioninterface
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
Deprecated.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 IProcessing
ProcessingManager.getEmptyProcessing
(Aktion action) Deprecated.static IProcessing
ProcessingManager.getEmptyProcessing
(Bedingung bedingung) Deprecated.static IProcessing
ProcessingManager.getEmptyProcessing
(String key) Deprecated.static IProcessing
ProcessingManager.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 void
ProcessingManager.registerProcessing
(Mandant man, Class<? extends IProcessing> processing) Deprecated.Registers anIProcessing
for the specified client wide by using his key (seegetProcessingKey()
).static void
ProcessingManager.registerProcessing
(Class<? extends IProcessing> processing) Deprecated.Registers anIProcessing
system-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 IProcessing
ProcessingWrapperFactory.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 IProcessing
ProcessingUtils.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 void
ProcessingUtils.registerProcessing
(Mandant man, Class<? extends IProcessing> processing) Deprecated.Registers anIProcessing
for the specified client wide by using his key (seegetProcessingKey()
).static void
ProcessingUtils.registerProcessing
(Class<? extends IProcessing> processing) Deprecated.Registers anIProcessing
system-wide by using his key (seegetProcessingKey()
).