java.lang.Object | |
↳ | com.atlassian.jira.jql.util.JqlSelectOptionsUtil |
Contains utility methods for processing select option clauses
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns all the options possible represented by the
QueryLiteral for a particular CustomField . | |||||||||||
Returns the options that are represented by the
QueryLiteral that are visible to
the User on the CustomField . | |||||||||||
Returns the options that are represented by the
QueryLiteral that are visible in
the QueryContext for a particular CustomField . | |||||||||||
Retreives all the options for the
FieldConfigScheme . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object |
Returns all the options possible represented by the QueryLiteral
for a particular CustomField
.
customField | the customField to retreive options from |
---|---|
literal | the literal to find options for |
checkOptionIds | If true, the method tries to resolve long literals to option Ids before option values, and vice versa for string literals. If false, literals are only resolved to option values. |
Returns the options that are represented by the QueryLiteral
that are visible to
the User
on the CustomField
.
customField | the customField to retreive options from |
---|---|
user | the User to check if the option is visible to |
literal | the literal to search for Option s for |
checkOptionIds | If true, the method tries to resolve long literals to option Ids before option values, and vice versa for string literals. If false, literals are only resolved to option values. |
Returns the options that are represented by the QueryLiteral
that are visible in
the QueryContext
for a particular CustomField
.
customField | the customField to retreive options from |
---|---|
queryContext | the context to check if the Option s are visible in |
literal | the literal to search for Option s for |
checkOptionIds | If true, the method tries to resolve long literals to option Ids before option values, and vice versa for string literals. If false, literals are only resolved to option values. |
Retreives all the options for the FieldConfigScheme
.
fieldConfigScheme | the config scheme to retrieve the options from. |
---|
FieldConfigScheme
in a mutable List
; never null.