@Embeddable public class VerarbeitungWriteToFile extends AVerarbeitung implements IProviding, IAttachableFile
LOG
ATTR_VERARBEITUNGSNAME
ATTR_DISPLAY_NAME
Constructor and Description |
---|
VerarbeitungWriteToFile() |
Modifier and Type | Method and Description |
---|---|
protected IProcessingResult |
exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Writes the file contents to a file with the specified export name.
|
String |
getDisplayName(Locale l) |
String |
getExportName() |
String |
getFileContent() |
String |
getIcon() |
String |
getProcessingKey() |
String |
getProcessingPage() |
boolean |
isAttachToFormRecord() |
void |
setAttachToFormRecord(boolean attachToFormRecord) |
void |
setExportName(String exportName) |
void |
setFileContent(String fileContent) |
convertToLongList, execute, getDefaultProcessingPageFolder, getGuiIcon, getProcessingName, isFileProviding
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAvailableOverrideValue, isAvailable, prefillProcessing
public String getFileContent()
public void setFileContent(String fileContent)
fileContent
- to be setpublic void setExportName(String exportName)
exportName
- name of the file when exportingpublic String getExportName()
protected IProcessingResult exec(IWorkflowProcessingContext wfpc, Aktion aktion) throws WorkflowProcessingException
IWorkflowProcessingContext
exec
in class AVerarbeitung
wfpc
- TODOaktion
- TODOWorkflowProcessingException
public 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 © 2020 XIMA MEDIA GmbH. All rights reserved.