Modifier and Type | Method and Description |
---|---|
IProcessingResult |
WorkflowProcessingContext.instanceFor(long aktionsId)
spezifisches Aktionsergebnisobjekt anhand des Keys ermitteln
|
IProcessingResult |
WorkflowProcessingContext.valueFor(long aktionsId) |
Modifier and Type | Method and Description |
---|---|
HashMap<Long,IProcessingResult> |
WorkflowProcessingContext.getAktionsErgebnisse() |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowProcessingContext.addProcessingResult(Integer aktionsId,
IProcessingResult value)
neues Aktionsergebnisobjekt hinzuzufügen
|
void |
WorkflowProcessingContext.addProcessingResult(long aktionsId,
IProcessingResult value)
neues Aktionsergebnisobjekt hinzuzufügen
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowProcessingContext.setAktionsErgebnisse(HashMap<Long,IProcessingResult> aktionsErgebnisse) |
Modifier and Type | Method and Description |
---|---|
protected IProcessingResult |
VerarbeitungCopyToStatus.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Erstellt eine Kopie des aktuellen (übergebenen) Vorgangs und setzt den gewählten Status.
|
protected IProcessingResult |
VerarbeitungRenewProzessID.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected abstract IProcessingResult |
AVerarbeitung.exec(IWorkflowProcessingContext workflowProcessingContext,
Aktion aktion)
Die eigentliche, Aktions-spezifische Verarbeitung dieser Implementierung von
IProcessing , wird intern von
#execute(IWorkflowProcessingContext) aufgerufen. |
protected IProcessingResult |
VerarbeitungTemplate.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungWriteToForm.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Diese Aktion dient dazu Formularwerte mit definierten Mapping-Werten zu belegen.
|
protected IProcessingResult |
VerarbeitungPost.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungWeiterleitung.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungSaveToFilesystem.exec(IWorkflowProcessingContext wfpc,
Aktion action) |
protected IProcessingResult |
VerarbeitungReturnFile.exec(IWorkflowProcessingContext wfpc,
Aktion action) |
protected IProcessingResult |
VerarbeitungChangeStatus.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
IProcessingResult |
VerarbeitungDbSQLQuery.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungWord.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungXmlToFd.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungExportPersistence.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Stellt die Formulardaten als Persistence-Datei bereit.
|
protected IProcessingResult |
VerarbeitungMoveToPostfach.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungEmail.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Die eigentliche, Aktions-spezifische Verarbeitung dieser Implementierung von
IProcessing , wird intern von
#execute(IWorkflowProcessingContext) aufgerufen. |
protected IProcessingResult |
VerarbeitungSendToSalesforce.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungStop.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungCopyToPostfach.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Hinweis: Für die erstellte Vorgangskopie werden nach DIESER Aktion KEINE weiteren Aktionen ausgeführt, ihr Status
ist abhängig vom 'statusBeibehalten'-Schalter (
true : alter Status des Originalvorganges;
false : Zielstatus des Originalvorganges). |
protected IProcessingResult |
VerarbeitungPlugin.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Diese Verarbeitung führt ein Plugin aus.
|
protected IProcessingResult |
VerarbeitungExport.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Stellt die Formulardaten als XML-Datei im (temporären) Verzeichnis des dazugehörigen Verarbeitungskontextes bereit.
|
protected IProcessingResult |
VerarbeitungExterneRessource.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungDeleteVorgang.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungWriteToFile.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Writes the file contents to a file with the specified export name.
|
protected IProcessingResult |
VerarbeitungPdf.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Befüllt ein PDF anhand eines übergebenen Formulars.
|
protected IProcessingResult |
VerarbeitungInbox.exec(IWorkflowProcessingContext wfpc,
Aktion action)
Deprecated.
|
protected IProcessingResult |
VerarbeitungUpload.exec(IWorkflowProcessingContext wfpc,
Aktion action)
Deprecated.
|
protected IProcessingResult |
VerarbeitungCallback.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Deprecated.
|
IProcessingResult |
VerarbeitungCompressAsZip.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Erstellt ein Zip-Archiv anhand einer Liste von Dateien.
|
IProcessingResult |
AVerarbeitung.execute(IWorkflowProcessingContext wfpc,
Aktion aktionInProcess)
Ruft intern
AVerarbeitung.exec(IWorkflowProcessingContext, Aktion) auf. |
Modifier and Type | Class and Description |
---|---|
class |
AProcessingResult |
class |
ProcessingResultAktionsID |
class |
ProcessingResultFileData |
class |
ProcessingResultFilePath |
class |
ProcessingResultHTML |
class |
ProcessingResultIntValue |
class |
ProcessingResultLongValue |
class |
ProcessingResultMultiValue |
class |
ProcessingResultMultiValueAndFilePath |
class |
ProcessingResultRedirect |
class |
ProcessingResultStringValue |
class |
ProcessingResultStringValueAndFilePath |
class |
ProcessingResultSuccess |
class |
ProcessingResultTemplate |
class |
ProcessingResultVorgangsID |
Modifier and Type | Interface and Description |
---|---|
interface |
IPluginProcessingRetVal
Interaface für den Return-Wert für Plugins vom Typ Verarbeitung
|
Modifier and Type | Method and Description |
---|---|
IProcessingResult |
IProcessing.execute(IWorkflowProcessingContext wfpc,
Aktion aktion)
Diese Methode dient dazu, die konkrete Aktionsverarbeitung zu implementieren.
|
IProcessingResult |
IWorkflowProcessingContext.valueFor(long aktionsId)
spezifisches Aktionsergebnisobjekt anhand des Keys ermitteln
|
Modifier and Type | Method and Description |
---|---|
void |
IWorkflowProcessingContext.addProcessingResult(Integer aktionsId,
IProcessingResult value)
neues Aktionsergebnisobjekt hinzuzufügen
|
void |
IWorkflowProcessingContext.addProcessingResult(long aktionsId,
IProcessingResult value) |
Modifier and Type | Interface and Description |
---|---|
interface |
IProcessingResultAktionsID
Interface für Verarbeitungs-Ergebnisse welche die Verknüpung auf eine Aktion zurückliefern
|
interface |
IProcessingResultFileData
Interface für Verarbeitungs-Ergebnisse welche eine Datei binär zurückliefern
|
interface |
IProcessingResultFilePath
Interface für Verarbeitungs-Ergebnisse welche eine Datei über ihren Pfad zurückliefern
|
interface |
IProcessingResultHTML
Interface für Verarbeitungs-Ergebnisse welche HTML zurückliefern
|
interface |
IProcessingResultIntValue
Interface für Verarbeitungs-Ergebnisse welche einen Integer-Wert zurückliefern
|
interface |
IProcessingResultLongValue
Interface für Verarbeitungs-Ergebnisse welche einen Integer-Wert zurückliefern
|
interface |
IProcessingResultMultiValue
Interface für Verarbeitungs-Ergebnisse welche mehrere Werte zurückliefern
|
interface |
IProcessingResultStringValue
Interface für Verarbeitungs-Ergebnisse welche einen String zurückliefern
|
interface |
IProcessingResultSuccess
Interface für Verarbeitungs-Ergebnisse welche nur deren Erfolg oder Misserfolg zurückliefern
|
interface |
IProcessingResultTemplate
Interface für Verarbeitungs-Ergebnisse welche ein FORMCYCLE-Template zurückliefern
|
interface |
IProcessingResultVorgangsID
Interface für Verarbeitungs-Ergebnisse welche die ID eines Vorgangs zurückliefern
|
interface |
IProcessingResultWeiterleitung
Interface für Verarbeitungs-Ergebnisse welche eine Weiterleitung zurückliefern
|
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.