public class DocumentResultSignature extends BaseSignature
Result of processing archive document signing process for document with newly created signatures.
| Modifier and Type | Method and Description |
|---|---|
long |
getDestinDocumentSize()
Returns destination document size
|
String |
getErrorMessage()
if document was processed with error this property will contain the error message
|
List<BaseSignature> |
getFailed()
List of the signatures that failed during the process
BaseSignature. |
String |
getFileName()
Document file name
|
long |
getProcessingTime()
Returns the execution time of the process in milliseconds
|
long |
getSourceDocumentSize()
Returns source document size
|
List<BaseSignature> |
getSucceeded()
List of successfully processed signatures
BaseSignature. |
int |
getTotalSignatures()
Returns the total processed signatures
|
equals, getCreatedOn, getDeleted, getHeight, getLeft, getModifiedOn, getPageNumber, getSignatureId, getSignatureType, getTop, getWidth, hashCode, isSignature, setCreatedOn, setHeight, setLeft, setModifiedOn, setPageNumber, setSignature, setTop, setWidth, supportMetaInfoLayer, toStringpublic final long getDestinDocumentSize()
Returns destination document size
public final String getErrorMessage()
if document was processed with error this property will contain the error message
public final List<BaseSignature> getFailed()
List of the signatures that failed during the process BaseSignature.
public final String getFileName()
Document file name
public final long getProcessingTime()
Returns the execution time of the process in milliseconds
public final long getSourceDocumentSize()
Returns source document size
public final List<BaseSignature> getSucceeded()
List of successfully processed signatures BaseSignature.
public final int getTotalSignatures()
Returns the total processed signatures
Copyright © 2024. All rights reserved.