Class ProcessingResultAktionsID
java.lang.Object
de.xima.fc.bl.fdv.processing.result.AProcessingResult
de.xima.fc.bl.fdv.processing.result.ProcessingResultLongValue
de.xima.fc.bl.fdv.processing.result.ProcessingResultAktionsID
- All Implemented Interfaces:
IPluginReturnValue, IPluginProcessingRetVal, IProcessingResult, IProcessingResultAktionsID, IProcessingResultLongValue
@Deprecated
public class ProcessingResultAktionsID
extends ProcessingResultLongValue
implements IProcessingResultAktionsID
Deprecated.
This is part of the old workflow engine. Use the new workflow engine.
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingResultAktionsID(long value) Deprecated.ProcessingResultAktionsID(long value, boolean success) Deprecated. -
Method Summary
Methods inherited from class ProcessingResultLongValue
getPlaceholderValue, getValue, getValuesCountMethods inherited from class AProcessingResult
getSessionAttributeMap, getSuccessValue, setSessionAttributeMapMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getSessionAttributeMap, getSuccessValue, getValuesCountMethods inherited from interface IProcessingResultLongValue
getValue
-
Constructor Details
-
ProcessingResultAktionsID
public ProcessingResultAktionsID(long value, boolean success) Deprecated. -
ProcessingResultAktionsID
public ProcessingResultAktionsID(long value) Deprecated.
-