Class SignatureService.StatusWithBlob

java.lang.Object
org.nuxeo.ecm.platform.signature.api.sign.SignatureService.StatusWithBlob
Enclosing interface:
SignatureService

public static class SignatureService.StatusWithBlob extends Object
Information about a blob and its signing status.
  • Field Details

    • UNSIGNABLE

      public static final int UNSIGNABLE
      The signing status for a document that is not signable (no attachment or unsupported attachment type).
      See Also:
    • UNSIGNED

      public static final int UNSIGNED
      The signing status for a document that is not signed.
      See Also:
    • SIGNED_CURRENT

      public static final int SIGNED_CURRENT
      The signing status for a document that is signed by the current user (and maybe others).
      See Also:
    • SIGNED_OTHER

      public static final int SIGNED_OTHER
      The signing status for a document that is signed by users other than the current user.
      See Also:
    • status

      public final int status
      A document's status may be:
    • blob

      public final Blob blob
    • blobHolder

      public final BlobHolder blobHolder
    • path

      public final String path
  • Constructor Details

    • StatusWithBlob

      public StatusWithBlob(int status, Blob blob, BlobHolder blobHolder, String path)
  • Method Details

    • getStatus

      public int getStatus()
    • getBlob

      public Blob getBlob()
    • getPath

      public String getPath()
    • toString

      public String toString()
      Overrides:
      toString in class Object