Interface IStatusDependent
-
- All Superinterfaces:
INamedUiElement
,IProcessing
,ITransferable
,Serializable
- All Known Implementing Classes:
VerarbeitungChangeStatus
,VerarbeitungCopyToStatus
@Deprecated public interface IStatusDependent extends IProcessing
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME
-
Fields inherited from interface de.xima.fc.interfaces.processing.IProcessing
ATTR_VERARBEITUNGSNAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getStateUUID()
Deprecated.Gets the UUID of the state that this processing is depending onlong
getStatusId()
Deprecated.usegetStateUUID()
insteadvoid
setStateUUID(String uuid)
Deprecated.Sets the UUID of the state that this processing is depending on-
Methods inherited from interface de.xima.fc.interfaces.INamedUiElement
getDisplayName
-
Methods inherited from interface de.xima.fc.interfaces.processing.IProcessing
execute, getAvailableOverrideValue, getGuiIcon, getIcon, getLicenseKey, getProcessingKey, getProcessingName, getProcessingPage, isAvailable, isFileProviding, prefillProcessing
-
-
-
-
Method Detail
-
getStateUUID
String getStateUUID()
Deprecated.Gets the UUID of the state that this processing is depending on- Returns:
String
UUID of the state that this processing is depending on
-
setStateUUID
void setStateUUID(String uuid)
Deprecated.Sets the UUID of the state that this processing is depending on- Parameters:
uuid
-String
UUID of the state that this processing is depending on
-
getStatusId
@Deprecated long getStatusId()
Deprecated.usegetStateUUID()
instead- Returns:
- the status id
-
-