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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbeforeInvoke(int token, LegacyConnection connection) invoke()Methods inherited from class com.saperion.operations.LegacyOperationbeforeInvoke, getClientToken, mapEcmException, mapExceptionMethods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperationafterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.lexmark.saperion.remote.common.operations.Operationaudit, dispatchEvent, isAuditable, isEventDispatcher
- 
Constructor Details- 
UpdateDocument- Parameters:
- documentInfo- information about the document to update
 
 
- 
- 
Method Details- 
beforeInvoke- Overrides:
- beforeInvokein class- LegacyOperation<SaSaveInfo>
- Throws:
- SaBasicException
 
- 
invoke- Throws:
- SaBasicException
 
 
-