Interface IProcessingResultFilePath
-
- All Superinterfaces:
IPluginProcessingRetVal
,IPluginReturnValue
,IProcessingResult
- All Known Implementing Classes:
ProcessingResultFilePath
,ProcessingResultMultiValueAndFilePath
,ProcessingResultStringValueAndFilePath
@Deprecated public interface IProcessingResultFilePath extends IProcessingResult, IPluginProcessingRetVal
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).Interface for a processing result as file path- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getFilePath()
Deprecated.Getter of the file path-
Methods inherited from interface de.xima.fc.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getSessionAttributeMap, getSuccessValue, getValuesCount
-
-