Package com.saperion.operations.document
Class UpdateDocument
- java.lang.Object
- 
- com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
- 
- com.saperion.operations.LegacyOperation<SaSaveInfo>
- 
- com.saperion.operations.document.UpdateDocument
 
 
 
- 
- All Implemented Interfaces:
- com.lexmark.saperion.remote.common.operations.Operation<SaSaveInfo,SaBasicException,LegacyConnection>,- java.io.Serializable
 
 public class UpdateDocument extends LegacyOperation<SaSaveInfo> Updates a Document asSaRMIServerCommand.saveDocument(int, String, String, List)does. Theinvoke()method will return an instance ofSaSaveInfo.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UpdateDocument(UpdateDocumentInfo documentInfo)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeInvoke(int token, LegacyConnection connection)SaSaveInfoinvoke()- 
Methods inherited from class com.saperion.operations.LegacyOperationbeforeInvoke, getClientToken, mapEcmException, mapException
 - 
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperationafterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
UpdateDocumentpublic UpdateDocument(UpdateDocumentInfo documentInfo) - Parameters:
- documentInfo- information about the document to update
 
 
- 
 - 
Method Detail- 
beforeInvokepublic void beforeInvoke(int token, LegacyConnection connection) throws SaBasicException- Overrides:
- beforeInvokein class- LegacyOperation<SaSaveInfo>
- Throws:
- SaBasicException
 
 - 
invokepublic SaSaveInfo invoke() throws SaBasicException - Throws:
- SaBasicException
 
 
- 
 
-