Interface IProcessingResultLongValue
-
- All Superinterfaces:
IPluginProcessingRetVal
,IPluginReturnValue
,IProcessingResult
- All Known Subinterfaces:
IProcessingResultAktionsID
,IProcessingResultVorgangsID
- All Known Implementing Classes:
ProcessingResultAktionsID
,ProcessingResultLongValue
,ProcessingResultVorgangsID
@Deprecated public interface IProcessingResultLongValue extends IProcessingResult, IPluginProcessingRetVal
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).Interface for a processing result asLong
value- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description long
getValue()
Deprecated.Getter for the value-
Methods inherited from interface de.xima.fc.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getSessionAttributeMap, getSuccessValue, getValuesCount
-
-
-
-
Method Detail
-
getValue
long getValue()
Deprecated.Getter for the value- Returns:
Long
the value
-
-