IProviding
actions now offer settings for attaching the
files they created to the form record.@Deprecated @Embeddable public class VerarbeitungInbox extends AVerarbeitung implements IConsuming, IUploadConsuming
LOG
ATTR_VERARBEITUNGSNAME
ATTR_DISPLAY_NAME
Constructor and Description |
---|
VerarbeitungInbox()
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. |
List<Long> |
getActionIds()
Deprecated.
|
List<String> |
getActionUUIDs()
Deprecated.
|
List<Long> |
getAktionsIds()
Deprecated.
gemäß der
IConsuming -Schnittstelle besser getActionIds() verwenden. |
String |
getDisplayName(Locale l)
Deprecated.
|
String |
getIcon()
Deprecated.
|
String |
getProcessingKey()
Deprecated.
|
String |
getProcessingPage()
Deprecated.
|
List<String> |
getUploadElements()
Deprecated.
|
void |
setActionIds(List<Long> aktionsIdErgebnisse)
Deprecated.
|
void |
setActionUUIDs(List<String> actionUUIDs)
Deprecated.
|
void |
setAktionsIds(List<Long> aktionsIds)
Deprecated.
gemäß der
IConsuming -Schnittstelle besser setActionIds(List) verwenden. |
void |
setUploadElements(List<String> uploadElements)
Deprecated.
|
convertToLongList, execute, getDefaultProcessingPageFolder, getGuiIcon, getProcessingName, isFileProviding
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAktionsIdErgebnisse
getAvailableOverrideValue, isAvailable, prefillProcessing
public List<String> getActionUUIDs()
getActionUUIDs
in interface IConsuming
Aktion.getUUID()
s. These are the actions which are consumed by this actionpublic void setActionUUIDs(List<String> actionUUIDs)
setActionUUIDs
in interface IConsuming
actionUUIDs
- A list of Aktion.getUUID()
s. These are the actions which are consumed by this actionprotected 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 List<String> getUploadElements()
getUploadElements
in interface IUploadConsuming
FormElement.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 IUploadConsuming
uploadElements
- A list of FormElement.getAlias()
es. These are the upload elements whose files are
consumed by this upload file consuming action.@Deprecated public void setActionIds(List<Long> aktionsIdErgebnisse)
setActionIds
in interface IConsuming
@Deprecated public List<Long> getActionIds()
getActionIds
in interface IConsuming
@Deprecated public void setAktionsIds(List<Long> aktionsIds)
IConsuming
-Schnittstelle besser setActionIds(List)
verwenden.@Deprecated public List<Long> getAktionsIds()
IConsuming
-Schnittstelle besser getActionIds()
verwenden.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.