@Embeddable public class VerarbeitungCopyToPostfach extends AVerarbeitung implements IInboxProcessing
LOGATTR_VERARBEITUNGSNAMEATTR_DISPLAY_NAME| Constructor and Description |
|---|
VerarbeitungCopyToPostfach() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
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 |
getIcon() |
int |
getPostfachId() |
String |
getProcessingPage() |
boolean |
isStatusBeibehalten() |
void |
setPostfachId(int postfachId) |
void |
setStatusBeibehalten(boolean statusBeibehalten) |
execute, getDefaultProcessingPageFolder, getDisplayName, getProcessingName, isFileProvidingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, getProcessingName, isFileProvidinggetDisplayNamepublic void setPostfachId(int postfachId)
public int getPostfachId()
getPostfachId in interface IInboxProcessingpublic void setStatusBeibehalten(boolean statusBeibehalten)
public boolean isStatusBeibehalten()
protected void exec(IWorkflowProcessingContext wfpc, Aktion aktion) throws Exception
true: alter Status des Originalvorganges;
false: Zielstatus des Originalvorganges).exec in class AVerarbeitungwfpc - TODOaktion - TODOException - bei (beliebigen) nicht von dieser Implementierung selbst behandelbaren Ausnahmenpublic String getProcessingPage()
getProcessingPage in interface IProcessinggetProcessingPage in class AVerarbeitungpublic String getIcon()
getIcon in interface IProcessinggetIcon in class AVerarbeitungCopyright © 2016. All rights reserved.