public interface IResult
Common interface for signature process result.
Modifier and Type | Method and Description |
---|---|
List<BaseSignature> |
getFailed()
List of signatures that were not processed
BaseSignature . |
List<BaseSignature> |
getSucceeded()
List of successfully processed signatures
BaseSignature . |
List<BaseSignature> getFailed()
List of signatures that were not processed BaseSignature
.
List<BaseSignature> getSucceeded()
List of successfully processed signatures BaseSignature
.