Class SetDocumentRead

  • All Implemented Interfaces:
    com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,​SaBasicException,​LegacyConnection>, java.io.Serializable

    public class SetDocumentRead
    extends VoidOperation
    Sets the state of the specified document to 'read'. Invoking this method on a document in a DDC without SYSDOCSTATE-field has no effect. This operation does not create a new revision.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SetDocumentRead​(java.lang.String ddcName, java.lang.String hdoc)  
    • Constructor Detail

      • SetDocumentRead

        public SetDocumentRead​(java.lang.String ddcName,
                               java.lang.String hdoc)
        Parameters:
        ddcName - name of the DDC the document is contained in
        hdoc - HDOC of the document
    • Method Detail

      • voidInvoke

        protected void voidInvoke()
                           throws java.lang.Exception
        Description copied from class: VoidOperation
        Invokes this void operation.
        Specified by:
        voidInvoke in class VoidOperation
        Throws:
        java.lang.Exception - exception when invoking this operation