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