Class SetDocumentUnread

java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
com.saperion.operations.LegacyOperation<com.lexmark.saperion.remote.common.operations.Void>
com.saperion.operations.VoidOperation
com.saperion.operations.document.SetDocumentUnread
All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>, Serializable

public class SetDocumentUnread extends VoidOperation
Sets the state of the specified document to 'unread'. 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:
  • Constructor Details

    • SetDocumentUnread

      public SetDocumentUnread(String ddcName, String hdoc)
      Parameters:
      ddcName - name of the DDC the document is contained in
      hdoc - HDOC of the document
  • Method Details