Uses of Interface
de.xima.fc.interfaces.processing.IProcessing
-
Packages that use IProcessing Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.bl.fdv.processing de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.workflow de.xima.fc.gui.interfaces.processing de.xima.fc.gui.model.processing de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.interfaces.processing de.xima.fc.interfaces.processing.dependent de.xima.fc.manager de.xima.fc.processing de.xima.fc.utils 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 IProcessing Modifier and Type Method Description List<Aktion>AktionAPI. 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 IProcessing Modifier and Type Class Description classAParameterVerarbeitungDeprecated.This is part of the old workflow engine.classAVerarbeitungDeprecated.This is part of the old workflow engine.classProcessingWrapperDeprecated.This is part of the old workflow engine.classVerarbeitungCallbackDeprecated.classVerarbeitungChangeStatusDeprecated.This is part of the old workflow engine.classVerarbeitungCompressAsZipDeprecated.This is part of the old workflow engine.classVerarbeitungCopyToPostfachDeprecated.This is part of the old workflow engine.classVerarbeitungCopyToStatusDeprecated.This is part of the old workflow engine.classVerarbeitungDbSQLQueryDeprecated.This is part of the old workflow engine.classVerarbeitungDeleteVorgangDeprecated.This is part of the old workflow engine.classVerarbeitungEmailDeprecated.This is part of the old workflow engine.classVerarbeitungExportDeprecated.This is part of the old workflow engine.classVerarbeitungExportPersistenceDeprecated.This is part of the old workflow engine.classVerarbeitungExterneRessourceDeprecated.This is part of the old workflow engine.classVerarbeitungInboxDeprecated.This action is not necessary anymore.classVerarbeitungMoveToPostfachDeprecated.This is part of the old workflow engine.classVerarbeitungPdfDeprecated.This is part of the old workflow engine.classVerarbeitungPluginDeprecated.This is part of the old workflow engine.classVerarbeitungPostDeprecated.This is part of the old workflow engine.classVerarbeitungRenewProzessIDDeprecated.This is part of the old workflow engine.classVerarbeitungReturnFileDeprecated.This is part of the old workflow engine.classVerarbeitungSaveToFilesystemDeprecated.This is part of the old workflow engine.classVerarbeitungSendToSalesforceDeprecated.This is part of the old workflow engine.classVerarbeitungStopDeprecated.This is part of the old workflow engine.classVerarbeitungTemplateDeprecated.This is part of the old workflow engine.classVerarbeitungUploadDeprecated.This action is not necessary anymore.classVerarbeitungWeiterleitungDeprecated.This is part of the old workflow engine.classVerarbeitungWordDeprecated.This is part of the old workflow engine.classVerarbeitungWriteToFileDeprecated.This is part of the old workflow engine.classVerarbeitungWriteToFormDeprecated.This is part of the old workflow engine.classVerarbeitungXmlToFdDeprecated.This is part of the old workflow engine. -
Uses of IProcessing in de.xima.fc.entities
Methods in de.xima.fc.entities that return IProcessing Modifier and Type Method Description IProcessingBedingung. getAktionsVerarbeitung()Deprecated.UseAktion.getProcessing()insteadIProcessingAktion. getProcessing()Deprecated.Gets the processing of the action from the deserialized objectMethods in de.xima.fc.entities with parameters of type IProcessing Modifier and Type Method Description voidBedingung. 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 IProcessing Modifier and Type Method Description IProcessingAActionBean. getProcessing()Deprecated.IProcessingProcessingBean. getProcessing()Deprecated.Methods in de.xima.fc.gui.bean.workflow with parameters of type IProcessing Modifier and Type Method Description voidAActionBean. setProcessingModel(IProcessing processing)Deprecated.Constructors in de.xima.fc.gui.bean.workflow with parameters of type IProcessing Constructor Description ProcessingSelectItem(IProcessing proc) -
Uses of IProcessing in de.xima.fc.gui.interfaces.processing
Methods in de.xima.fc.gui.interfaces.processing that return IProcessing Modifier and Type Method Description IProcessingIProcessingModel. forSave()Liefert die 'aufbereitete'IProcessings-Instanz zum Persistieren zurück.IProcessingIProcessingModel. 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 IProcessing Modifier and Type Method Description IProcessingProcessingModel. forSave()Liefert die 'aufbereitete' Verarbeitungs-Instanz zum persistieren zurück.IProcessingProcessingModel. getProcessing()Constructors in de.xima.fc.gui.model.processing with parameters of type IProcessing Constructor Description ProcessingModel(IProcessing processing, Mandant mandant) -
Uses of IProcessing in de.xima.fc.handler.entity
Method parameters in de.xima.fc.handler.entity with type arguments of type IProcessing Modifier and Type Method Description List<Aktion>AktionHandler. 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 IProcessing Modifier and Type Method Description List<Aktion>IAktionHandler. getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface) -
Uses of IProcessing in de.xima.fc.interfaces.processing
Subinterfaces of IProcessing in de.xima.fc.interfaces.processing Modifier and Type Interface Description interfaceIProcessingPlugininterfaceIProcessingWrapperWrapper interface forIProcessing -
Uses of IProcessing in de.xima.fc.interfaces.processing.dependent
Subinterfaces of IProcessing in de.xima.fc.interfaces.processing.dependent Modifier and Type Interface Description interfaceIDatabaseAccessDependentinterfaceIInboxDependentinterfaceIMailDependentMarkup-Interface für Verarbeitungen die einen Mail-Server benötigen!interfaceIStatusDependentinterfaceITemplateDependentinterfaceIUserDependentMarks dependency to a userinterfaceIUserGroupDependentMarks dependency to user groups -
Uses of IProcessing in de.xima.fc.manager
Methods in de.xima.fc.manager that return IProcessing Modifier and Type Method Description static 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 IProcessing Modifier and Type Method Description static 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 IProcessing Modifier and Type Method Description static 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 IProcessing Modifier and Type Method Description static 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 IProcessing Modifier and Type Method Description static <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 IProcessing Modifier and Type Method Description static IProcessingProcessingUtils. getEmptyProcessing(String key, Mandant man)Deprecated.Methods in de.xima.fc.utils that return types with arguments of type IProcessing Modifier and Type Method Description static 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 IProcessing Modifier and Type Method Description static 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()).
-