public interface IResult
Common interface for signature process result.
| Modifier and Type | Method and Description |
|---|---|
long |
getDestinDocumentSize()
Returns destination document size
|
List<BaseSignature> |
getFailed()
List of signatures that were not processed
BaseSignature. |
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
|
long getDestinDocumentSize()
Returns destination document size
List<BaseSignature> getFailed()
List of signatures that were not processed BaseSignature.
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
Copyright © 2024. All rights reserved.