@Embeddable public class VerarbeitungChangeStatus extends AVerarbeitung implements IStatusDependent
Status
eines Vorgang
zu setzten und somit eine Verzweigung in der
regulären Workflowabarbeitung zu erzielen. Der neue Status kann wiederum Aktion
en beinhalten, die vor dessen
Setzen abgeabreitet werden sollen. Somit darf der Wert Bedingung.getWeiterverarbeitung()
der Aktion
nicht auf EWeiterverarbeitung_Aktion.ABBRUCH
gesetzt sein.LOG
ATTR_VERARBEITUNGSNAME
ATTR_DISPLAY_NAME
Constructor and Description |
---|
VerarbeitungChangeStatus() |
Modifier and Type | Method and Description |
---|---|
protected IProcessingResult |
exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Die eigentliche, Aktions-spezifische Verarbeitung dieser Implementierung von
IProcessing , wird intern von
#execute(IWorkflowProcessingContext) aufgerufen. |
String |
getDisplayName(Locale l) |
String |
getIcon() |
String |
getProcessingKey() |
String |
getProcessingPage() |
String |
getStateNameValue() |
IStatusReferenceItem |
getStateRefItem() |
EStatusRefType |
getStateRefType() |
String |
getStateUUID()
Gets the UUID of the state that this processing is depending on
|
long |
getStatusId()
Deprecated.
use
getStateUUID() instead |
boolean |
isShowStateNameValue() |
void |
setStateNameValue(String stateNameValue) |
void |
setStateRefItem(IStatusReferenceItem stateRefItem) |
void |
setStateUUID(String stateUUID)
Sets the UUID of the
Status the form record should be in after processing |
void |
setStatusId(long statusId)
Deprecated.
use
setStateUUID(String) instead |
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 String getStateUUID()
IStatusDependent
getStateUUID
in interface IStatusDependent
Status
the form record should be in after processingpublic void setStateUUID(String stateUUID)
Status
the form record should be in after processingsetStateUUID
in interface IStatusDependent
stateUUID
- String
UUID of the state that this processing is depending onpublic String getStateNameValue()
public void setStateNameValue(String stateNameValue)
public EStatusRefType getStateRefType()
public IStatusReferenceItem getStateRefItem()
public void setStateRefItem(IStatusReferenceItem stateRefItem)
public boolean isShowStateNameValue()
protected IProcessingResult 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 getProcessingPage()
getProcessingPage
in interface IProcessing
getProcessingPage
in class AVerarbeitung
public String getIcon()
getIcon
in interface IProcessing
getIcon
in class AVerarbeitung
public String getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
getDisplayName
in class AVerarbeitung
public String getProcessingKey()
getProcessingKey
in interface IProcessing
@Deprecated public void setStatusId(long statusId)
setStateUUID(String)
instead@Deprecated public long getStatusId()
getStateUUID()
insteadgetStatusId
in interface IStatusDependent
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.