DocumentResultSignature

Inheritance: java.lang.Object, com.groupdocs.signature.domain.signatures.BaseSignature

public class DocumentResultSignature extends BaseSignature

Result of processing archive document signing process for document with newly created signatures.

Methods

Method Description
getFileName() Document file name
getProcessingTime() Returns the execution time of the process in milliseconds
getTotalSignatures() Returns the total processed signatures
getSourceDocumentSize() Returns source document size
getDestinDocumentSize() Returns destination document size
getSucceeded() List of successfully processed signatures BaseSignature.
getFailed() List of the signatures that failed during the process BaseSignature.
getErrorMessage() if document was processed with error this property will contain the error message

getFileName()

public final String getFileName()

Document file name

Returns: java.lang.String

getProcessingTime()

public final long getProcessingTime()

Returns the execution time of the process in milliseconds

Returns: long

getTotalSignatures()

public final int getTotalSignatures()

Returns the total processed signatures

Returns: int

getSourceDocumentSize()

public final long getSourceDocumentSize()

Returns source document size

Returns: long

getDestinDocumentSize()

public final long getDestinDocumentSize()

Returns destination document size

Returns: long

getSucceeded()

public final List<BaseSignature> getSucceeded()

List of successfully processed signatures BaseSignature.

Returns: java.util.List<com.groupdocs.signature.domain.signatures.BaseSignature>

getFailed()

public final List<BaseSignature> getFailed()

List of the signatures that failed during the process BaseSignature.

Returns: java.util.List<com.groupdocs.signature.domain.signatures.BaseSignature>

getErrorMessage()

public final String getErrorMessage()

if document was processed with error this property will contain the error message

Returns: java.lang.String