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.
|
Constructor and Description |
---|
ConsumingFileHandlerImpl(IWorkflowProcessingContext wfpc) |
ProvidingFileHandlerImpl(IWorkflowProcessingContext wfpc) |
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 | Method and Description |
---|---|
static void |
PdfFillHelper.fillPdfForm(org.apache.pdfbox.pdmodel.PDDocument pdDoc,
IFormDataAdapter fda,
IWorkflowProcessingContext wpc)
Deprecated.
use
PDFFiller |
static String |
ProcessingFileHelper.getFilename(String targetName,
IWorkflowProcessingContext wfpc)
Deprecated.
|
Constructor and Description |
---|
AsposeDataAdapter(IWorkflowProcessingContext workflowProcessingContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default String |
ISystemValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wpCtx)
Deprecated.
|
default String |
ISystemValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wpCtx,
Vorgang process)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IWorkflowProcessingContext |
ISystemReplacerParams.getWorkflowProcessing() |
Modifier and Type | Method and Description |
---|---|
IWorkflowProcessingContext |
IPluginSystemReplacerParams.getWorkflowProcessingContext() |
Modifier and Type | Method and Description |
---|---|
IWorkflowProcessingContext |
IPluginProcessingParams.getWorkflowProcessingContext() |
Modifier and Type | Method and Description |
---|---|
IProcessingResult |
IProcessing.execute(IWorkflowProcessingContext wfpc,
Aktion aktion)
Diese Methode dient dazu, die konkrete Aktionsverarbeitung zu implementieren.
|
Modifier and Type | Method and Description |
---|---|
IWorkflowProcessingContext |
DefaultReplacerParameters.getWorkflowProcessing() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultReplacerParameters.setWorkflowProcessing(IWorkflowProcessingContext wfpctx) |
Constructor and Description |
---|
DefaultReplacerParameters(IWorkflowProcessingContext wfpctx) |
DefaultReplacerParameters(IWorkflowProcessingContext wfpctx,
Vorgang process) |
Modifier and Type | Method and Description |
---|---|
void |
PDFFiller.fill(IFormDataAdapter fda,
IWorkflowProcessingContext wpc,
boolean flatten) |
Modifier and Type | Method and Description |
---|---|
static String |
PlaceholderReplacer.parse(IEntityContext ec,
String text,
IFormDataAdapter fda,
IWorkflowProcessingContext wpc,
Vorgang vorgang,
Mandant mandant,
boolean encodeForHTML)
Deprecated.
|
static String |
PlaceholderReplacer.parse(String text,
IFormDataAdapter fda,
IWorkflowProcessingContext wpc,
Vorgang vorgang,
Mandant mandant,
boolean encodeForHTML)
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 process,
IWorkflowProcessingContext wfpctx)
Deprecated.
|
static String |
PlaceholderReplacer.parseForSystemAttributes(String text,
Vorgang process,
IWorkflowProcessingContext wfpctx)
Deprecated.
|
static String |
PlaceholderReplacer.replaceSystemValue(IEntityContext ec,
String placeholder,
String placeholderContent,
IWorkflowProcessingContext wfpctx)
Deprecated.
|
static String |
PlaceholderReplacer.replaceSystemValue(String placeholder,
String placeholderContent,
IWorkflowProcessingContext wfpctx)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultSystemValueReplacer.replaceWorkflow(String placeholder,
String placeholderContent,
IWorkflowProcessingContext wfpctx) |
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) |
Constructor and Description |
---|
AsposeDataAdapter(IWorkflowProcessingContext workflowProcessingContext) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.