Class ProcessingResultLongValue
java.lang.Object
de.xima.fc.bl.fdv.processing.result.AProcessingResult
de.xima.fc.bl.fdv.processing.result.ProcessingResultLongValue
- All Implemented Interfaces:
IPluginReturnValue,IPluginProcessingRetVal,IProcessingResult,IProcessingResultLongValue
- Direct Known Subclasses:
ProcessingResultAktionsID,ProcessingResultVorgangsID
@Deprecated
public class ProcessingResultLongValue
extends AProcessingResult
implements IProcessingResultLongValue
Deprecated.
This is part of the old workflow engine. Use the new workflow engine.
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingResultLongValue(long value) Deprecated.ProcessingResultLongValue(long value, boolean success) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetPlaceholderValue(int index, String key) longgetValue()Deprecated.Getter for the valueintDeprecated.Methods inherited from class de.xima.fc.bl.fdv.processing.result.AProcessingResult
getSessionAttributeMap, getSuccessValue, setSessionAttributeMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getSessionAttributeMap, getSuccessValue
-
Constructor Details
-
ProcessingResultLongValue
public ProcessingResultLongValue(long value) Deprecated. -
ProcessingResultLongValue
public ProcessingResultLongValue(long value, boolean success) Deprecated.
-
-
Method Details
-
getValue
public long getValue()Deprecated.Description copied from interface:IProcessingResultLongValueGetter for the value- Specified by:
getValuein interfaceIProcessingResultLongValue- Returns:
Longthe value
-
getPlaceholderValue
Deprecated.Description copied from interface:IProcessingResultIn general, the result of an action is aListofMaps. This return the value at a given index and key.- Specified by:
getPlaceholderValuein interfaceIProcessingResult- Parameters:
index- Index at which to retrieve the processing result value.key- Key at which to retrieve the processing result value.- Returns:
- The processing result value at the given index and key.
-
getValuesCount
public int getValuesCount()Deprecated.- Specified by:
getValuesCountin interfaceIProcessingResult- Returns:
- The number of values the workflow action returned.
-