Package com.saperion.operations.document
Class UpdateDocument
java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<SaSaveInfo,,SaBasicException, LegacyConnection> Serializable
Updates a Document as
SaRMIServerCommand.saveDocument(int, String, String, List) does.
The invoke() method will return an instance of SaSaveInfo.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeInvoke(int token, LegacyConnection connection) invoke()Methods inherited from class com.saperion.operations.LegacyOperation
beforeInvoke, getClientToken, mapEcmException, mapExceptionMethods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
afterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.lexmark.saperion.remote.common.operations.Operation
audit, dispatchEvent, isAuditable, isEventDispatcher
-
Constructor Details
-
UpdateDocument
- Parameters:
documentInfo- information about the document to update
-
-
Method Details
-
beforeInvoke
- Overrides:
beforeInvokein classLegacyOperation<SaSaveInfo>- Throws:
SaBasicException
-
invoke
- Throws:
SaBasicException
-