Class ProcessingResultStringValueAndFilePath
- java.lang.Object
-
- de.xima.fc.bl.fdv.processing.result.AProcessingResult
-
- de.xima.fc.bl.fdv.processing.result.ProcessingResultStringValue
-
- de.xima.fc.bl.fdv.processing.result.ProcessingResultStringValueAndFilePath
-
- All Implemented Interfaces:
IPluginReturnValue
,IPluginProcessingRetVal
,IProcessingResult
,IProcessingResultFilePath
,IProcessingResultStringValue
public class ProcessingResultStringValueAndFilePath extends ProcessingResultStringValue implements IProcessingResultStringValue, IProcessingResultFilePath
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description ProcessingResultStringValueAndFilePath(String value, File file)
ProcessingResultStringValueAndFilePath(String value, File file, boolean success)
ProcessingResultStringValueAndFilePath(String value, String filePath)
ProcessingResultStringValueAndFilePath(String value, String filePath, boolean success)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilePath()
Getter of the file path-
Methods inherited from class de.xima.fc.bl.fdv.processing.result.ProcessingResultStringValue
getPlaceholderValue, getValue, getValuesCount
-
Methods inherited from class de.xima.fc.bl.fdv.processing.result.AProcessingResult
getSessionAttributeMap, getSuccessValue, setSessionAttributeMap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getSessionAttributeMap, getSuccessValue, getValuesCount
-
Methods inherited from interface de.xima.fc.interfaces.processing.result.IProcessingResultStringValue
getValue
-
-
-
-
Constructor Detail
-
ProcessingResultStringValueAndFilePath
public ProcessingResultStringValueAndFilePath(String value, String filePath, boolean success)
-
ProcessingResultStringValueAndFilePath
public ProcessingResultStringValueAndFilePath(String value, String filePath)
-
ProcessingResultStringValueAndFilePath
public ProcessingResultStringValueAndFilePath(String value, File file, boolean success)
-
-
Method Detail
-
getFilePath
public String getFilePath()
Description copied from interface:IProcessingResultFilePath
Getter of the file path- Specified by:
getFilePath
in interfaceIProcessingResultFilePath
- Returns:
String
the file path
-
-