@Embeddable public class VerarbeitungCopyToPostfach extends AVerarbeitung implements IInboxDependent
LOG
ATTR_VERARBEITUNGSNAME
ATTR_DISPLAY_NAME
Constructor and Description |
---|
VerarbeitungCopyToPostfach() |
Modifier and Type | Method and Description |
---|---|
protected IProcessingResult |
exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Hinweis: Für die erstellte Vorgangskopie werden nach DIESER Aktion KEINE weiteren Aktionen ausgeführt, ihr Status
ist abhängig vom 'statusBeibehalten'-Schalter (
true : alter Status des Originalvorganges;
false : Zielstatus des Originalvorganges). |
String |
getDisplayName(Locale l) |
String |
getIcon() |
long |
getPostfachId() |
String |
getProcessingKey() |
String |
getProcessingPage() |
boolean |
isStatusBeibehalten() |
void |
setPostfachId(long postfachId) |
void |
setStatusBeibehalten(boolean statusBeibehalten) |
convertToLongList, execute, getDefaultProcessingPageFolder, getGuiIcon, getProcessingName, isFileProviding
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, getAvailableOverrideValue, getGuiIcon, getProcessingName, isAvailable, isFileProviding, prefillProcessing
public void setPostfachId(long postfachId)
public long getPostfachId()
getPostfachId
in interface IInboxDependent
public void setStatusBeibehalten(boolean statusBeibehalten)
public boolean isStatusBeibehalten()
protected IProcessingResult exec(IWorkflowProcessingContext wfpc, Aktion aktion) throws Exception
true
: alter Status des Originalvorganges;
false
: Zielstatus des Originalvorganges).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 © 2019 XIMA MEDIA GmbH. All rights reserved.