public static class SignatureService.StatusWithBlob extends Object
Modifier and Type | Field and Description |
---|---|
Blob |
blob |
BlobHolder |
blobHolder |
String |
path |
static int |
SIGNED_CURRENT
The signing status for a document that is signed by the current user (and maybe others).
|
static int |
SIGNED_OTHER
The signing status for a document that is signed by users other than the current user.
|
int |
status
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 int |
UNSIGNABLE
The signing status for a document that is not signable (no attachment or unsupported attachment type).
|
static int |
UNSIGNED
The signing status for a document that is not signed.
|
Constructor and Description |
---|
StatusWithBlob(int status,
Blob blob,
BlobHolder blobHolder,
String path) |
public static final int UNSIGNABLE
public static final int UNSIGNED
public static final int SIGNED_CURRENT
public static final int SIGNED_OTHER
public final int status
UNSIGNABLE
),UNSIGNED
),SIGNED_CURRENT
),SIGNED_OTHER
).public final BlobHolder blobHolder
public StatusWithBlob(int status, Blob blob, BlobHolder blobHolder, String path)
Copyright © 2015 Nuxeo SA. All rights reserved.