ProcessLog
Leave feedback
On this page
Inheritance: java.lang.Object
public final class ProcessLog
Represents document process details.
| Method | Description |
|---|---|
| getDate() | Get the process date and time. |
| getType() | Get the process type. |
| getMessage() | Get the process description. |
| getSucceeded() | Quantity of successfully processed signatures. |
| getFailed() | Quantity of signatures that failed during processing. |
| getSignatures() | The list of successfully processed signatures. |
public final Date getDate()
Get the process date and time.
Returns: java.util.Date
public final int getType()
Get the process type.
Returns: int
public final String getMessage()
Get the process description.
Returns: java.lang.String
public final int getSucceeded()
Quantity of successfully processed signatures.
Returns: int
public final int getFailed()
Quantity of signatures that failed during processing.
Returns: int
public final List<BaseSignature> getSignatures()
The list of successfully processed signatures.
Returns: java.util.List<com.groupdocs.signature.domain.signatures.BaseSignature>
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.