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 class
AParameterVerarbeitung
class
AVerarbeitung
Abstrakte Basisklasse für IAktionsVerarbeitung-Implementierungen.class
ProcessingWrapper
Wrapper class for workflow processingclass
VerarbeitungCallback
Deprecated.class
VerarbeitungChangeStatus
class
VerarbeitungCompressAsZip
class
VerarbeitungCopyToPostfach
class
VerarbeitungCopyToStatus
Erstellt eine Kopie des aktuellen Vorgangs, der ein anderer (über die Oberfläche auswählbarer) Status zugeordnet werden kann.class
VerarbeitungDbSQLQuery
class
VerarbeitungDeleteVorgang
class
VerarbeitungEmail
class
VerarbeitungExport
Formulardatenverarbeitung - Export von eingegangenen Formulardaten als XML-Datei.class
VerarbeitungExportPersistence
Formulardatenverarbeitung - Export von eingegangenen Formulardaten als Persistence-Datei.class
VerarbeitungExterneRessource
class
VerarbeitungInbox
Deprecated.This action is not necessary anymore.class
VerarbeitungMoveToPostfach
class
VerarbeitungPdf
class
VerarbeitungPlugin
A wrapping action that executes a workflow action (processing plugin).class
VerarbeitungPost
Deprecated.Use the new workflow engine (FcHttpRequestExecutor
).class
VerarbeitungRenewProzessID
class
VerarbeitungReturnFile
Verarbeitung die Dateien im Abschluss zurückliefertclass
VerarbeitungSaveToFilesystem
class
VerarbeitungSendToSalesforce
class
VerarbeitungStop
class
VerarbeitungTemplate
class
VerarbeitungUpload
Deprecated.This action is not necessary anymore.class
VerarbeitungWeiterleitung
class
VerarbeitungWord
class
VerarbeitungWriteToFile
class
VerarbeitungWriteToForm
class
VerarbeitungXmlToFd
-
Uses of IProcessing in de.xima.fc.entities
Methods in de.xima.fc.entities that return IProcessing Modifier and Type Method Description IProcessing
Bedingung. getAktionsVerarbeitung()
Deprecated.UseAktion.getProcessing()
insteadIProcessing
Aktion. 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 void
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 IProcessing Modifier and Type Method Description IProcessing
AActionBean. getProcessing()
Deprecated.IProcessing
ProcessingBean. getProcessing()
Deprecated.Methods in de.xima.fc.gui.bean.workflow with parameters of type IProcessing Modifier and Type Method Description void
AActionBean. 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 IProcessing
IProcessingModel. forSave()
Liefert die 'aufbereitete'IProcessing
s-Instanz zum Persistieren zurück.IProcessing
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 IProcessing Modifier and Type Method Description IProcessing
ProcessingModel. forSave()
Liefert die 'aufbereitete' Verarbeitungs-Instanz zum persistieren zurück.IProcessing
ProcessingModel. 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)
-
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 interface
IProcessingPlugin
interface
IProcessingWrapper
Wrapper 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 interface
IDatabaseAccessDependent
interface
IInboxDependent
interface
IMailDependent
Markup-Interface für Verarbeitungen die einen Mail-Server benötigen!interface
IStatusDependent
interface
ITemplateDependent
interface
IUserDependent
Marks dependency to a userinterface
IUserGroupDependent
Marks 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 IProcessing
ProcessingManager. getEmptyProcessing(Aktion action)
static IProcessing
ProcessingManager. getEmptyProcessing(Bedingung bedingung)
Deprecated.static IProcessing
ProcessingManager. getEmptyProcessing(String key)
static IProcessing
ProcessingManager. getEmptyProcessing(String key, Mandant man)
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()
static Map<String,Class<? extends IProcessing>>
ProcessingManager. getAvailableProcessings(Mandant man)
static Class<? extends IProcessing>
ProcessingManager. getProcessingClass(String key)
static Class<? extends IProcessing>
ProcessingManager. getProcessingClass(String key, Mandant man)
Method parameters in de.xima.fc.manager with type arguments of type IProcessing Modifier and Type Method Description static void
ProcessingManager. registerProcessing(Mandant man, Class<? extends IProcessing> processing)
Registers anIProcessing
for the specified client wide by using his key (seegetProcessingKey()
).static void
ProcessingManager. registerProcessing(Class<? extends IProcessing> processing)
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 IProcessing Modifier and Type Method Description static 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 IProcessing Modifier and Type Method Description static <T extends IProcessing>
VerarbeitungsParameterMapProcessingUtils. extractParameters(T processing)
static <T extends IProcessing>
TProcessingUtils. loadParameters(VerarbeitungsParameterMap params, T processing)
Methods in de.xima.fc.utils that return IProcessing Modifier and Type Method Description static IProcessing
ProcessingUtils. getEmptyProcessing(String key, Mandant man)
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()
static Map<String,Class<? extends IProcessing>>
ProcessingUtils. getAvailableProcessings(Mandant man)
static Class<? extends IProcessing>
ProcessingUtils. getProcessingClass(String key)
static Class<? extends IProcessing>
ProcessingUtils. getProcessingClass(String key, Mandant man)
Method parameters in de.xima.fc.utils with type arguments of type IProcessing Modifier and Type Method Description static void
ProcessingUtils. registerProcessing(Mandant man, Class<? extends IProcessing> processing)
Registers anIProcessing
for the specified client wide by using his key (seegetProcessingKey()
).static void
ProcessingUtils. registerProcessing(Class<? extends IProcessing> processing)
Registers anIProcessing
system-wide by using his key (seegetProcessingKey()
).
-