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) |
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)
calls the internal exec mehtod
|
IProcessingResult |
ProcessingWrapper.execute(IWorkflowProcessingContext wfpc,
Aktion aktion) |
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 |
ProcessingResultNumberValue |
class |
ProcessingResultRedirect |
class |
ProcessingResultStringValue |
class |
ProcessingResultStringValueAndFilePath |
class |
ProcessingResultSuccess |
class |
ProcessingResultTemplate |
class |
ProcessingResultVorgangsID |
Modifier and Type | Interface and Description |
---|---|
interface |
IPluginProcessingRetVal
Interface for the return value of a processing plugin.
|
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)
Find the processing result for a given action.
|
Modifier and Type | Method and Description |
---|---|
void |
IWorkflowProcessingContext.addProcessingResult(Integer aktionsId,
IProcessingResult value)
|
void |
IWorkflowProcessingContext.addProcessingResult(long aktionsId,
IProcessingResult value)
Add a new processing result for a given action.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IProcessingResultAktionsID
Interface for a processing result as id of an action (@see
Aktion ) |
interface |
IProcessingResultFileData
Interface for a processing result as binary file
|
interface |
IProcessingResultFilePath
Interface for a processing result as file path
|
interface |
IProcessingResultHTML
Interface for a processing result as HTML
|
interface |
IProcessingResultIntValue
Interface for a processing result as
Integer value |
interface |
IProcessingResultLongValue
Interface for a processing result as
Long value |
interface |
IProcessingResultMultiValue
Interface for a processing result with multiple values
|
interface |
IProcessingResultNumberValue
Interface for a processing result as
Number |
interface |
IProcessingResultStringValue
Interface for a processing result as
String |
interface |
IProcessingResultSuccess
Interface for a processing result with multiple values
|
interface |
IProcessingResultTemplate
Interface for a processing result as FORMCYCLE template
|
interface |
IProcessingResultVorgangsID
Interface for a processing result as the id of an process (@see
Vorgang ) |
interface |
IProcessingResultWeiterleitung
Interface for a processing result as redirect
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.