@Embeddable public class VerarbeitungReturnFile extends AVerarbeitung implements IConsuming, IUploadConsuming
LOGATTR_VERARBEITUNGSNAMEATTR_DISPLAY_NAME| Constructor and Description |
|---|
VerarbeitungReturnFile() |
| Modifier and Type | Method and Description |
|---|---|
protected IProcessingResult |
exec(IWorkflowProcessingContext wfpc,
Aktion action)
Die eigentliche, Aktions-spezifische Verarbeitung dieser Implementierung von
IProcessing, wird intern von
#execute(IWorkflowProcessingContext) aufgerufen. |
List<Long> |
getActionIds() |
String |
getDisplayName(Locale l) |
Boolean |
getForceDownload() |
String |
getIcon() |
String |
getProcessingKey() |
String |
getProcessingPage() |
List<String> |
getUploadElements() |
void |
setActionIds(List<Long> aktionsIdErgebnisse) |
void |
setForceDownload(Boolean forceDownload) |
void |
setUploadElements(List<String> uploadElements) |
convertToLongList, execute, getDefaultProcessingPageFolder, getGuiIcon, getProcessingName, isFileProvidingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAktionsIdErgebnissegetAvailableOverrideValue, isAvailable, prefillProcessingprotected IProcessingResult exec(IWorkflowProcessingContext wfpc, Aktion action) throws Exception
AVerarbeitungIProcessing, wird intern von
#execute(IWorkflowProcessingContext) aufgerufen.exec in class AVerarbeitungwfpc - TODOaction - TODOException - bei (beliebigen) nicht von dieser Implementierung selbst behandelbaren Ausnahmenpublic void setActionIds(List<Long> aktionsIdErgebnisse)
setActionIds in interface IConsumingaktionsIdErgebnisse - A list of Aktion.getId()s. These are the actions whose files are consumed by this file
consuming action.public List<Long> getActionIds()
getActionIds in interface IConsumingAktion.getId()s. These are the actions whose files are consumed by this file consuming
action.public Boolean getForceDownload()
public void setForceDownload(Boolean forceDownload)
public 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 List<String> getUploadElements()
getUploadElements in interface IUploadConsumingFormElement.getAlias()es. These are the upload elements whose files are consumed by this
upload file consuming action.public void setUploadElements(List<String> uploadElements)
setUploadElements in interface IUploadConsuminguploadElements - A list of FormElement.getAlias()es. These are the upload elements whose files are
consumed by this upload file consuming action.Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.