|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AutoCompleteJsonGenerator
Used to generate JSON objects for the JQL autocomplete.
| Method Summary | |
|---|---|
String |
getJqlReservedWordsJson()
|
String |
getVisibleFieldNamesJson(com.atlassian.crowd.embedded.api.User user,
Locale locale)
Will return an array of JSON objects containing the field names that the user can see, listed in alphabetical order. |
String |
getVisibleFunctionNamesJson(com.atlassian.crowd.embedded.api.User user,
Locale locale)
Will return an array of JSON objects containing the functions names that are available in the system, listed in alphabetical order. |
| Method Detail |
|---|
String getVisibleFieldNamesJson(com.atlassian.crowd.embedded.api.User user,
Locale locale)
throws JSONException
user - that the page is being rendered for.locale - the locale of the user.
JSONException - if there is a problem generating the JSON object
String getVisibleFunctionNamesJson(com.atlassian.crowd.embedded.api.User user,
Locale locale)
throws JSONException
user - that the page is being rendered for.locale - the locale of the user.
JSONException - if there is a problem generating the JSON object
String getJqlReservedWordsJson()
throws JSONException
JSONException - if there is a problem generating the JSON object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||