IConsuming
actions now offer settings for selecting
both files from previous actions as well as files from form upload elements.@Deprecated @Embeddable public class VerarbeitungUpload extends AVerarbeitung implements IProviding, IAttachableFile
LOG
ATTR_VERARBEITUNGSNAME
ATTR_DISPLAY_NAME
Constructor and Description |
---|
VerarbeitungUpload()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected IProcessingResult |
exec(IWorkflowProcessingContext wfpc,
Aktion action)
Deprecated.
Die eigentliche, Aktions-spezifische Verarbeitung dieser Implementierung von
IProcessing , wird intern von
#execute(IWorkflowProcessingContext) aufgerufen. |
String |
getDisplayName(Locale l)
Deprecated.
|
String |
getIcon()
Deprecated.
|
String |
getProcessingKey()
Deprecated.
|
String |
getProcessingPage()
Deprecated.
|
List<String> |
getUploadFiles()
Deprecated.
|
boolean |
isAttachToFormRecord()
Deprecated.
|
void |
setAttachToFormRecord(boolean attachToFormRecord)
Deprecated.
|
void |
setUploadFiles(List<String> uploadFiles)
Deprecated.
|
convertToLongList, execute, getDefaultProcessingPageFolder, getGuiIcon, getProcessingName, isFileProviding
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAvailableOverrideValue, isAvailable, prefillProcessing
protected IProcessingResult exec(IWorkflowProcessingContext wfpc, Aktion action) throws Exception
AVerarbeitung
IProcessing
, wird intern von
#execute(IWorkflowProcessingContext)
aufgerufen.exec
in class AVerarbeitung
wfpc
- TODOaction
- 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 © 2020 XIMA MEDIA GmbH. All rights reserved.