Class SignatureService.StatusWithBlob
java.lang.Object
org.nuxeo.ecm.platform.signature.api.sign.SignatureService.StatusWithBlob
- Enclosing interface:
- SignatureService
Information about a blob and its signing status.
-
Field Summary
Modifier and TypeFieldDescriptionfinal Blob
final BlobHolder
final String
static final int
The signing status for a document that is signed by the current user (and maybe others).static final int
The signing status for a document that is signed by users other than the current user.final int
A document's status may be: unsignable (UNSIGNABLE
), unsigned (UNSIGNED
), signed by the current user (and maybe also others) (SIGNED_CURRENT
), signed only by others (SIGNED_OTHER
).static final int
The signing status for a document that is not signable (no attachment or unsupported attachment type).static final int
The signing status for a document that is not signed. -
Constructor Summary
-
Method Summary
-
Field Details
-
UNSIGNABLE
public static final int UNSIGNABLEThe signing status for a document that is not signable (no attachment or unsupported attachment type).- See Also:
-
UNSIGNED
public static final int UNSIGNEDThe signing status for a document that is not signed.- See Also:
-
SIGNED_CURRENT
public static final int SIGNED_CURRENTThe signing status for a document that is signed by the current user (and maybe others).- See Also:
-
SIGNED_OTHER
public static final int SIGNED_OTHERThe signing status for a document that is signed by users other than the current user.- See Also:
-
status
public final int statusA document's status may be:- unsignable (
UNSIGNABLE
), - unsigned (
UNSIGNED
), - signed by the current user (and maybe also others) (
SIGNED_CURRENT
), - signed only by others (
SIGNED_OTHER
).
- unsignable (
-
blob
-
blobHolder
-
path
-
-
Constructor Details
-
StatusWithBlob
-
-
Method Details