Modifier and Type | Class and Description |
---|---|
class |
WorkflowProcessingContext
Diese Klasse bildet einen Container, um Objekte, die bei der Verarbeitung einer Aktion erzeugt wurden, einer anderen
Aktion zur Verfügung zu stellen, wobei diese beiden Aktionen innerhalb einer Verarbeitung (eines Statuswechsels) sein
müssen.
|
Modifier and Type | Method and Description |
---|---|
protected void |
VerarbeitungCopyToStatus.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Erstellt eine Kopie des aktuellen (übergebenen) Vorgangs und setzt den gewählten Status.
|
protected void |
VerarbeitungRenewProzessID.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected abstract void |
AVerarbeitung.exec(IWorkflowProcessingContext workflowProcessingContext,
Aktion aktion)
Die eigentliche, Aktions-spezifische Verarbeitung dieser Implementierung von
IProcessing , wird intern von
#execute(IWorkflowProcessingContext) aufgerufen. |
protected void |
VerarbeitungTemplate.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected void |
VerarbeitungWriteToForm.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Diese Aktion dient dazu Formularwerte mit definierten Mapping-Werten zu belegen.
|
protected void |
VerarbeitungPost.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected void |
VerarbeitungWeiterleitung.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected void |
VerarbeitungSaveToFilesystem.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected void |
VerarbeitungReturnFile.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected void |
VerarbeitungChangeStatus.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
void |
VerarbeitungDbSQLQuery.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected void |
VerarbeitungWord.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected void |
VerarbeitungXmlToFd.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected void |
VerarbeitungExportPersistence.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Stellt die Formulardaten als Persistence-Datei bereit.
|
protected void |
VerarbeitungMoveToPostfach.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected void |
VerarbeitungEmail.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Die eigentliche, Aktions-spezifische Verarbeitung dieser Implementierung von
IProcessing , wird intern von
#execute(IWorkflowProcessingContext) aufgerufen. |
protected void |
VerarbeitungSendToSalesforce.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected void |
VerarbeitungStop.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected void |
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 void |
VerarbeitungPlugin.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Diese Verarbeitung führt ein Plugin aus.
|
protected void |
VerarbeitungExport.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Stellt die Formulardaten als XML-Datei im (temporären) Verzeichnis des dazugehörigen Verarbeitungskontextes bereit.
|
protected void |
VerarbeitungExterneRessource.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected void |
VerarbeitungDeleteVorgang.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected void |
VerarbeitungWriteToFile.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected void |
VerarbeitungPdf.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Befüllt ein PDF anhand eines übergebenen Formulars.
|
protected void |
VerarbeitungInbox.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected void |
VerarbeitungUpload.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected void |
VerarbeitungCallback.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Deprecated.
|
void |
VerarbeitungCompressAsZip.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Erstellt ein Zip-Archiv anhand einer Liste von Dateien.
|
void |
AVerarbeitung.execute(IWorkflowProcessingContext wfpc,
Aktion aktionInProcess)
Ruft intern
AVerarbeitung.exec(IWorkflowProcessingContext, Aktion) auf. |
Modifier and Type | Method and Description |
---|---|
static void |
PdfFillHelper.fillPdfForm(org.apache.pdfbox.pdmodel.PDDocument pdDoc,
IFormDataAdapter fda,
IWorkflowProcessingContext wpc)
PDF-Befüllung
|
static String |
ProcessingFileHelper.getFilename(String targetName,
IWorkflowProcessingContext wfpc) |
Constructor and Description |
---|
AsposeDataAdapter(IWorkflowProcessingContext workflowProcessingContext) |
Modifier and Type | Method and Description |
---|---|
String |
ISystemValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wpCtx) |
Modifier and Type | Method and Description |
---|---|
IWorkflowProcessingContext |
IPluginSystemReplacerParams.getWorkflowProcessingContext()
Getter für den Workflow-Processing-Context
|
Modifier and Type | Method and Description |
---|---|
IWorkflowProcessingContext |
IPluginProcessingParams.getWorkflowProcessingContext()
Getter für den Workflow-Processing-Context
|
Modifier and Type | Method and Description |
---|---|
void |
IProcessing.execute(IWorkflowProcessingContext wfpc,
Aktion aktion)
Diese Methode dient dazu, die konkrete Aktionsverarbeitung zu implementieren.
|
Modifier and Type | Method and Description |
---|---|
static String |
PlaceholderReplacer.parse(IEntityContext ec,
String text,
IFormDataAdapter fda,
IWorkflowProcessingContext wpc,
Vorgang vorgang,
Mandant mandant,
boolean encodeUSerInput)
Diese Methode dient dazu, all verfügbaren Parser auf einen Text anzuwenden.
|
static String |
PlaceholderReplacer.parse(String text,
IWorkflowProcessingContext wpc)
Diese Methode dient dazu, all verfügbaren Parser auf einen Text anzuwenden.
|
static String |
PlaceholderReplacer.parse(String text,
IWorkflowProcessingContext wpc,
boolean encodeUserInput) |
static String |
PlaceholderReplacer.parseForSystemAttributes(IEntityContext ec,
String text,
Vorgang vorgang,
IWorkflowProcessingContext wpc)
Diese Methode dient dazu, Systemattribute an die Stelle zu plazieren, an der entsprechende Platzhalter zu finden
sind.
|
static String |
PlaceholderReplacer.replaceSystemValue(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wpc) |
Modifier and Type | Method and Description |
---|---|
String |
DefaultSystemValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wpc) |
String |
DefaultSystemValueReplacer.replaceWorkflow(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wpc) |
Modifier and Type | Method and Description |
---|---|
IWorkflowProcessingContext |
PluginSystemReplacerParams.getWorkflowProcessingContext() |
Constructor and Description |
---|
PluginSystemReplacerParams(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wpc) |
Modifier and Type | Method and Description |
---|---|
IWorkflowProcessingContext |
PluginProcessingParams.getWorkflowProcessingContext() |
Constructor and Description |
---|
PluginProcessingParams(IWorkflowProcessingContext wpc,
Aktion aktion,
Map<String,String> params) |
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.