| 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ä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.processing | |
| 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)
Method for loading all predecessor actions of a committed action, which implement the passed interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AParameterVerarbeitung |
class |
AVerarbeitung
Abstrakte Basisklasse für IAktionsVerarbeitung-Implementierungen.
|
class |
ProcessingWrapper
Wrapper class for workflow processing
|
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
Deprecated.
This action is not necessary anymore. All
IProviding actions now offer settings for attaching the
files they created to the form record. |
class |
VerarbeitungMoveToPostfach |
class |
VerarbeitungPdf |
class |
VerarbeitungPlugin
A wrapping action that executes a workflow action (processing plugin).
|
class |
VerarbeitungPost |
class |
VerarbeitungRenewProzessID |
class |
VerarbeitungReturnFile
Verarbeitung die Dateien im Abschluss zurückliefert
|
class |
VerarbeitungSaveToFilesystem |
class |
VerarbeitungSendToSalesforce |
class |
VerarbeitungStop |
class |
VerarbeitungTemplate |
class |
VerarbeitungUpload
Deprecated.
This action is not necessary anymore. All
IConsuming actions now offer settings for selecting
both files from previous actions as well as files from form upload elements. |
class |
VerarbeitungWeiterleitung |
class |
VerarbeitungWord |
class |
VerarbeitungWriteToFile |
class |
VerarbeitungWriteToForm |
class |
VerarbeitungXmlToFd |
| Modifier and Type | Method and Description |
|---|---|
IProcessing |
Bedingung.getAktionsVerarbeitung()
Deprecated.
Use
Aktion.getProcessing() instead |
IProcessing |
Aktion.getProcessing()
Gets the processing of the action from the deserialized object
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bedingung.setAktionsVerarbeitung(IProcessing processing)
Deprecated.
Use
Aktion.setProcessing(IProcessing) instead |
void |
Aktion.setProcessing(IProcessing processing)
Sets the object that will be serialized
|
| Modifier and Type | Method and Description |
|---|---|
IProcessing |
ProcessingBean.getProcessing() |
IProcessing |
ActionBean.getProcessing() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionBean.setProcessingModel(IProcessing processing) |
| Constructor and Description |
|---|
ProcessingSelectItem(IProcessing proc) |
| 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 |
interface |
IProcessingWrapper
Wrapper interface for
IProcessing |
| 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 |
interface |
IUserDependent
Marks dependency to a user
|
interface |
IUserGroupDependent
Marks dependency to user groups
|
| Modifier and Type | Method and 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) |
| 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 IProcessing |
ProcessingWrapperFactory.forLegacyAction(Aktion action)
Only for use in
Bedingung!!! |
| 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 © 2020 XIMA MEDIA GmbH. All rights reserved.