Difference between revisions of "Commonly Used Constants"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 53: | Line 53: | ||
| ... || ... || ... | | ... || ... || ... | ||
|- | |- | ||
|CONSTANTS.SEARCH.SEARCH_RESULTS||Retrieve search results|| | |CONSTANTS.SEARCH.SEARCH_RESULTS||Retrieve search results|| | ||
|} | |} |
Revision as of 02:03, 12 January 2013
Constants are defined in the Template:Constants class. On that page, follow the links in the Nested Class Summary for a complete guide to AgileApps Cloud platform constants.
For convenience, some of the more common constants used in the Java APIs are listed here.
Documents
Constant Name | Description | Used in function |
---|---|---|
CONSTANTS.DOCUMENT.HTML | HTML format | generateDocument |
CONSTANTS.DOCUMENT.PDF | PDF format | generateDocument |
Search
Constant Name | Description | Used in function |
---|---|---|
CONSTANTS.SEARCH.SORT_ASCENDING | Ascending order | searchRecords |
CONSTANTS.SEARCH.SORT_DESCENDING | Descending order | searchRecords |
HttpConnection
Constant Name | Description | Used in function |
---|---|---|
CONSTANTS.HTTP. METHOD.GET | HTTP GET request | HttpConnection Constructor |
CONSTANTS.HTTP. METHOD.POST | HTTP POST request | HttpConnection Constructor |
Request Parameter
Constant Name | Description | Used in |
---|---|---|
... | ... | ... |
CONSTANTS.SEARCH.SEARCH_RESULTS | Retrieve search results |