|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@PublicSpi public interface ClauseValuesGenerator
Generates the possible values for a field.
| Nested Class Summary | |
|---|---|
static class |
ClauseValuesGenerator.Result
|
static class |
ClauseValuesGenerator.Results
|
| Method Summary | |
|---|---|
ClauseValuesGenerator.Results |
getPossibleValues(com.atlassian.crowd.embedded.api.User searcher,
String jqlClauseName,
String valuePrefix,
int maxNumResults)
Will return a string representation of only the possible values that match the value prefix for this clause. |
| Method Detail |
|---|
ClauseValuesGenerator.Results getPossibleValues(com.atlassian.crowd.embedded.api.User searcher,
String jqlClauseName,
String valuePrefix,
int maxNumResults)
searcher - the user preforming the search.jqlClauseName - the jql clause name that was entered by the user, represents the identifier that was used
to find this values generator. Note: for custom fields this can be used to identify the custom field we are
dealing with.valuePrefix - the portion of the value that has already been provided by the user.maxNumResults - the maximun number of results to return.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||