@Embeddable public class VerarbeitungWriteToFile extends AVerarbeitung implements IProviding, IAttachableFile
LOGATTR_VERARBEITUNGSNAMEATTR_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, isFileProvidingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAvailableOverrideValue, isAvailable, prefillProcessingpublic 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
IWorkflowProcessingContextexec in class AVerarbeitungwfpc - TODOaktion - TODOWorkflowProcessingExceptionpublic String getProcessingKey()
getProcessingKey in interface IProcessingpublic String getDisplayName(Locale l)
getDisplayName in interface INamedUiElementgetDisplayName in class AVerarbeitungpublic String getProcessingPage()
getProcessingPage in interface IProcessinggetProcessingPage in class AVerarbeitungpublic String getIcon()
getIcon in interface IProcessinggetIcon in class AVerarbeitungpublic boolean isAttachToFormRecord()
isAttachToFormRecord in interface IAttachableFilepublic void setAttachToFormRecord(boolean attachToFormRecord)
setAttachToFormRecord in interface IAttachableFileattachToFormRecord - Whether files created by this file providing action are attached to the form record.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.