Class ProcessingResultMultiValueAndFilePath
- java.lang.Object
-
- de.xima.fc.bl.fdv.processing.result.AProcessingResult
-
- de.xima.fc.bl.fdv.processing.result.ProcessingResultMultiValue
-
- de.xima.fc.bl.fdv.processing.result.ProcessingResultMultiValueAndFilePath
-
- All Implemented Interfaces:
IPluginReturnValue,IPluginProcessingRetVal,IProcessingResult,IProcessingResultFilePath,IProcessingResultMultiValue
public class ProcessingResultMultiValueAndFilePath extends ProcessingResultMultiValue implements IProcessingResultMultiValue, IProcessingResultFilePath
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description ProcessingResultMultiValueAndFilePath(List<Map<String,String>> values, File file)ProcessingResultMultiValueAndFilePath(List<Map<String,String>> values, File file, boolean success)ProcessingResultMultiValueAndFilePath(List<Map<String,String>> values, String filePath)ProcessingResultMultiValueAndFilePath(List<Map<String,String>> values, String filePath, boolean success)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilePath()Getter of the file path-
Methods inherited from class de.xima.fc.bl.fdv.processing.result.ProcessingResultMultiValue
getPlaceholderValue, getValues, 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.IProcessingResultMultiValue
getValues
-
-
-
-
Constructor Detail
-
ProcessingResultMultiValueAndFilePath
public ProcessingResultMultiValueAndFilePath(List<Map<String,String>> values, String filePath, boolean success)
-
ProcessingResultMultiValueAndFilePath
public ProcessingResultMultiValueAndFilePath(List<Map<String,String>> values, String filePath)
-
ProcessingResultMultiValueAndFilePath
public ProcessingResultMultiValueAndFilePath(List<Map<String,String>> values, File file, boolean success)
-
-
Method Detail
-
getFilePath
public String getFilePath()
Description copied from interface:IProcessingResultFilePathGetter of the file path- Specified by:
getFilePathin interfaceIProcessingResultFilePath- Returns:
Stringthe file path
-
-