Interface IProcessingResultIntValue
- 
- All Superinterfaces:
 IPluginProcessingRetVal,IPluginReturnValue,IProcessingResult
- All Known Implementing Classes:
 ProcessingResultIntValue
@Deprecated public interface IProcessingResultIntValue extends IProcessingResult, IPluginProcessingRetVal
Deprecated.Use the new workflow engine (IWorkflowEventRunner).Interface for a processing result asIntegervalue- Author:
 - XIMA MEDIA GmbH, Dresden
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description intgetValue()Deprecated.Getter for the value- 
Methods inherited from interface de.xima.fc.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getSessionAttributeMap, getSuccessValue, getValuesCount 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getValue
int getValue()
Deprecated.Getter for the value- Returns:
 Integerthe value
 
 - 
 
 -