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>, Serializable

public class UpdateDocument extends LegacyOperation<SaSaveInfo>
Updates a Document as SaRMIServerCommand.saveDocument(int, String, String, List) does. The invoke() method will return an instance of SaSaveInfo.
See Also: