@Embeddable public class VerarbeitungInbox extends AVerarbeitung implements IConsuming
LOG
ATTR_VERARBEITUNGSNAME
ATTR_DISPLAY_NAME
Constructor and Description |
---|
VerarbeitungInbox() |
Modifier and Type | Method and Description |
---|---|
protected void |
exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Die eigentliche, Aktions-spezifische Verarbeitung dieser Implementierung von
IProcessing , wird intern von
#execute(IWorkflowProcessingContext) aufgerufen. |
List<Integer> |
getAktionsIdErgebnisse() |
List<Integer> |
getAktionsIds()
Deprecated.
gemäß der
IConsuming -Schnittstelle besser getAktionsIdErgebnisse() verwenden. |
String |
getDisplayName(Locale l) |
String |
getIcon() |
String |
getProcessingKey() |
String |
getProcessingPage() |
void |
setAktionsIdErgebnisse(List<Integer> aktionsIdErgebnisse) |
void |
setAktionsIds(List<Integer> aktionsIds)
Deprecated.
gemäß der
IConsuming -Schnittstelle besser setAktionsIdErgebnisse(List) verwenden. |
execute, getDefaultProcessingPageFolder, getProcessingName, isFileProviding
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAvailableOverrideValue, isAvailable
public void setAktionsIdErgebnisse(List<Integer> aktionsIdErgebnisse)
setAktionsIdErgebnisse
in interface IConsuming
public List<Integer> getAktionsIdErgebnisse()
getAktionsIdErgebnisse
in interface IConsuming
@Deprecated public void setAktionsIds(List<Integer> aktionsIds)
IConsuming
-Schnittstelle besser setAktionsIdErgebnisse(List)
verwenden.@Deprecated public List<Integer> getAktionsIds()
IConsuming
-Schnittstelle besser getAktionsIdErgebnisse()
verwenden.protected void exec(IWorkflowProcessingContext wfpc, Aktion aktion) throws Exception
AVerarbeitung
IProcessing
, wird intern von
#execute(IWorkflowProcessingContext)
aufgerufen.exec
in class AVerarbeitung
wfpc
- TODOaktion
- 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
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.