Class actuate.reportexplorer.Constants
Global constants used for the ReportExplorer class.
Member of: actuate.reportexplorer.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Global constants used for ReportExplorer class.
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
A client side error
|
| <static> |
A server side error
|
| <static> |
An API usage error
|
| <static> |
The first page navigation link
|
| <static> |
The last page navigation link
|
| <static> |
The next page navigation link
|
| <static> |
The previous page navigation link
|
Field Detail
<static>
ERR_CLIENT
A client side error
- Deprecated:
- Use actuate.Exception constants instead
<static>
ERR_SERVER
A server side error
- Deprecated:
- Use actuate.Exception constants instead
<static>
ERR_USAGE
An API usage error
- Deprecated:
- Use actuate.Exception constants instead
<static>
NAV_FIRST
The first page navigation link
<static>
NAV_LAST
The last page navigation link
<static>
NAV_NEXT
The next page navigation link
<static>
NAV_PREV
The previous page navigation link