Interface IStatusDependent
- 
- All Superinterfaces:
 INamedUiElement,IProcessing,ITransferable,Serializable
- All Known Implementing Classes:
 VerarbeitungChangeStatus,VerarbeitungCopyToStatus
public interface IStatusDependent extends IProcessing
- 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 StringgetStateUUID()Gets the UUID of the state that this processing is depending onlonggetStatusId()Deprecated.usegetStateUUID()insteadvoidsetStateUUID(String uuid)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()
Gets the UUID of the state that this processing is depending on- Returns:
 StringUUID of the state that this processing is depending on
 
- 
setStateUUID
void setStateUUID(String uuid)
Sets the UUID of the state that this processing is depending on- Parameters:
 uuid-StringUUID of the state that this processing is depending on
 
- 
getStatusId
@Deprecated long getStatusId()
Deprecated.usegetStateUUID()instead- Returns:
 - the status id
 
 
 - 
 
 -