| Package | Description |
|---|---|
| de.xima.fc.api.entity |
Package für den API-Zugriff auf Modellklassen
|
| de.xima.fc.bl.fdv.processing | |
| de.xima.fc.entities |
Package für Datenbankentitäten
|
| de.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.utils |
Package für Utilsklassen
|
| Modifier and Type | Method and Description |
|---|---|
List<Aktion> |
AktionAPI.getPrevAktionen(UserContext uc,
Aktion aktion,
Class<? extends IProcessing> verarbeitungsInterface)
Methode zum Laden aller Vorgänger-Aktionen einer übergebenen Aktion, welche das übergebenen Interface
implementieren
|
| Modifier and Type | Class and Description |
|---|---|
class |
AParameterVerarbeitung |
class |
AVerarbeitung
Abstrakte Basisklasse für IAktionsVerarbeitung-Implementierungen.
|
class |
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 |
class |
VerarbeitungMoveToPostfach |
class |
VerarbeitungPdf |
class |
VerarbeitungPlugin |
class |
VerarbeitungPost |
class |
VerarbeitungRenewProzessID |
class |
VerarbeitungReturnFile
Verarbeitung die Dateien im Abschluss zurückliefert
|
class |
VerarbeitungSaveToFilesystem |
class |
VerarbeitungSendToSalesforce |
class |
VerarbeitungStop |
class |
VerarbeitungTemplate |
class |
VerarbeitungUpload |
class |
VerarbeitungWeiterleitung |
class |
VerarbeitungWord |
class |
VerarbeitungWriteToFile |
class |
VerarbeitungWriteToForm |
class |
VerarbeitungXmlToFd |
| Modifier and Type | Method and Description |
|---|---|
IProcessing |
Bedingung.getAktionsVerarbeitung()
Methode zum Auslesen der Aktionsverarbeitung
|
IProcessing |
Bedingung.getLegacyVerarbeitung()
Deprecated.
wird in Version 2.5.0 entfernt. getAktionsVerarbeitung verwenden
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bedingung.setAktionsVerarbeitung(IProcessing processing)
Diese Methode dient dazu das zu serialisierende Objekt zu setzen
|
void |
Bedingung.setLegacyVerarbeitung(IProcessing verarbeitung)
Deprecated.
wird in Version 2.5.0 entfernt. setAktionsVerarbeitung verwenden
|
| Modifier and Type | Method and Description |
|---|---|
IProcessing |
ProcessingBean.getProcessing() |
IProcessing |
ActionBean.getProcessing() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionBean.setProcessingModel(IProcessing processing) |
| Modifier and Type | Method and Description |
|---|---|
IProcessing |
IProcessingModel.forSave()
Liefert die 'aufbereitete'
IProcessings-Instanz zum Persistieren zurück. |
IProcessing |
IProcessingModel.getProcessing()
Liefert die
IProcessings-Enität zurück |
| Modifier and Type | Method and Description |
|---|---|
IProcessing |
ProcessingModel.forSave()
Liefert die 'aufbereitete' Verarbeitungs-Instanz zum persistieren zurück.
|
IProcessing |
ProcessingModel.getProcessing() |
| Constructor and Description |
|---|
ProcessingModel(IProcessing processing,
Mandant mandant) |
| Modifier and Type | Method and Description |
|---|---|
List<Aktion> |
AktionHandler.getPrevAktionen(UserContext uc,
Aktion aktion,
Class<? extends IProcessing> verarbeitungsInterface) |
| Modifier and Type | Method and Description |
|---|---|
List<Aktion> |
IAktionHandler.getPrevAktionen(UserContext uc,
Aktion aktion,
Class<? extends IProcessing> verarbeitungsInterface) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IProcessingPlugin |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDatabaseAccessDependent |
interface |
IInboxDependent |
interface |
IMailDependent
Markup-Interface für Verarbeitungen die einen Mail-Server benötigen!
|
interface |
IStatusDependent |
interface |
ITemplateDependent |
| Modifier and Type | Method and Description |
|---|---|
static IProcessing |
ProcessingManager.getEmptyProcessing(Bedingung bedingung) |
static IProcessing |
ProcessingManager.getEmptyProcessing(String key) |
static IProcessing |
ProcessingManager.getEmptyProcessing(String key,
Mandant man) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProcessingManager.registerProcessing(Class<? extends IProcessing> processing)
Registers an
IProcessing system-wide by using his key (see getProcessingKey()). |
static void |
ProcessingManager.registerProcessing(Mandant man,
Class<? extends IProcessing> processing)
Registers an
IProcessing for the specified client wide by using his key (see
getProcessingKey()). |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IProcessing> |
ProcessingUtils.extractParameters(T processing) |
static <T extends IProcessing> |
ProcessingUtils.loadParameters(VerarbeitungsParameterMap params,
T processing) |
| Modifier and Type | Method and Description |
|---|---|
static IProcessing |
ProcessingUtils.getEmptyProcessing(String key,
Mandant man) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProcessingUtils.registerProcessing(Class<? extends IProcessing> processing)
Registers an
IProcessing system-wide by using his key (see getProcessingKey()). |
static void |
ProcessingUtils.registerProcessing(Mandant man,
Class<? extends IProcessing> processing)
Registers an
IProcessing for the specified client wide by using his key (see
getProcessingKey()). |
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.