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