| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pdftron.pdf.RequestHandler.JobRequestResult | |
Job request result state
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RequestHandler.JobRequestResult | CANCELLED | The request was cancelled before it was processed. | |||||||||
| RequestHandler.JobRequestResult | FAILED | The request could not be retrieved. | |||||||||
| RequestHandler.JobRequestResult | FINISHED | Successful retrieval of the request. | |||||||||
| RequestHandler.JobRequestResult | PACKAGE_ERROR | Failure due to encountering a PDF package | |||||||||
| RequestHandler.JobRequestResult | POSTPONED | The request was a duplicate of another finished request | |||||||||
| RequestHandler.JobRequestResult | PREVIOUS_CRASH | Abort this request because we've crashed on this file previously | |||||||||
| RequestHandler.JobRequestResult | SECURITY_ERROR | Failure due to password restriction. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | getValue() | ||||||||||
| static RequestHandler.JobRequestResult | valueOf(String name) | ||||||||||
| static RequestHandler.JobRequestResult | valueOf(int result) | ||||||||||
| final static JobRequestResult[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The request was cancelled before it was processed.
Failure due to encountering a PDF package
The request was a duplicate of another finished request
Abort this request because we've crashed on this file previously
Failure due to password restriction.