Interface IStatusDependent
- All Superinterfaces:
INamedUiElement
,IProcessing
,ITransferable
,Serializable
- All Known Implementing Classes:
VerarbeitungChangeStatus
,VerarbeitungCopyToStatus
Deprecated.
- 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
Modifier and TypeMethodDescriptionDeprecated.Gets the UUID of the state that this processing is depending onlong
Deprecated.usegetStateUUID()
insteadvoid
setStateUUID
(String uuid) Deprecated.Sets the UUID of the state that this processing is depending onMethods 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 Details
-
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
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.usegetStateUUID()
instead- Returns:
- the status id
-
IWorkflowEventRunner
).