@Embeddable public class VerarbeitungExport extends AVerarbeitung implements IProviding, IAttachableFile
LOG
ATTR_VERARBEITUNGSNAME
ATTR_DISPLAY_NAME
Constructor and Description |
---|
VerarbeitungExport() |
Modifier and Type | Method and Description |
---|---|
protected IProcessingResult |
exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Stellt die Formulardaten als XML-Datei im (temporären) Verzeichnis des dazugehörigen Verarbeitungskontextes bereit.
|
String |
getDisplayName(Locale l) |
String |
getExportFileName()
Getter für den Dateinamen der Zieldatei.
|
Boolean |
getHtmlOutput() |
String |
getIcon() |
String |
getProcessingKey() |
String |
getProcessingPage() |
long |
getTextbausteinId() |
boolean |
isAttachToFormRecord() |
void |
setAttachToFormRecord(boolean attachToFormRecord) |
void |
setExportFileName(String exportFileName)
Setter für den Dateinamen der Zieldatei.
|
void |
setHtmlOutput(Boolean htmlOutput) |
void |
setTextbausteinId(long textbausteinId) |
convertToLongList, execute, getDefaultProcessingPageFolder, getGuiIcon, getProcessingName, isFileProviding
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAvailableOverrideValue, isAvailable, prefillProcessing
public void setTextbausteinId(long textbausteinId)
public long getTextbausteinId()
public void setExportFileName(String exportFileName)
public String getExportFileName()
public Boolean getHtmlOutput()
public void setHtmlOutput(Boolean htmlOutput)
protected IProcessingResult exec(IWorkflowProcessingContext wfpc, Aktion aktion) throws Exception
exec
in class AVerarbeitung
wfpc
- TODOaktion
- TODOException
- bei (beliebigen) nicht von dieser Implementierung selbst behandelbaren Ausnahmenpublic String getProcessingKey()
getProcessingKey
in interface IProcessing
public String getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
getDisplayName
in class AVerarbeitung
public String getProcessingPage()
getProcessingPage
in interface IProcessing
getProcessingPage
in class AVerarbeitung
public String getIcon()
getIcon
in interface IProcessing
getIcon
in class AVerarbeitung
public boolean isAttachToFormRecord()
isAttachToFormRecord
in interface IAttachableFile
public void setAttachToFormRecord(boolean attachToFormRecord)
setAttachToFormRecord
in interface IAttachableFile
attachToFormRecord
- Whether files created by this file providing action are attached to the form record.Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.