| Modifier and Type | Method and Description |
|---|---|
long |
getDestinDocumentSize()
Returns destination document size
|
List<BaseSignature> |
getFailed()
List of signatures that were not updated
BaseSignature. |
long |
getProcessingTime()
Returns the execution time of the process in milliseconds
|
long |
getSourceDocumentSize()
Returns source document size
|
List<BaseSignature> |
getSucceeded()
List of successfully modified signatures
BaseSignature. |
int |
getTotalSignatures()
Returns the total processed signatures
|
public final long getDestinDocumentSize()
Returns destination document size
getDestinDocumentSize in interface IResultpublic final List<BaseSignature> getFailed()
List of signatures that were not updated BaseSignature.
public final long getProcessingTime()
Returns the execution time of the process in milliseconds
getProcessingTime in interface IResultpublic final long getSourceDocumentSize()
Returns source document size
getSourceDocumentSize in interface IResultpublic final List<BaseSignature> getSucceeded()
List of successfully modified signatures BaseSignature.
getSucceeded in interface IResultpublic final int getTotalSignatures()
Returns the total processed signatures
getTotalSignatures in interface IResultCopyright © 2024. All rights reserved.