| Package | Description | 
|---|---|
| com.atlassian.jira.index.property | |
| com.atlassian.jira.jql.query | |
| com.atlassian.jira.jql.util | |
| com.atlassian.query.clause | |
| com.atlassian.query.order | 
| Modifier and Type | Method and Description | 
|---|---|
Property | 
AliasClauseInformation.getPropertyAliasedFrom()  | 
| Modifier and Type | Method and Description | 
|---|---|
IssuePropertyClauseValueGenerator | 
IssuePropertyClauseValueGeneratorFactory.create(Property property)  | 
static IssuePropertyJql | 
IssuePropertyJql.getIssuePropertyJql(Property property)  | 
| Constructor and Description | 
|---|
AliasClauseInformation(IndexDocumentConfiguration.Type type,
                      String alias,
                      String luceneFieldName,
                      ClauseNames clauseNames,
                      IssuePropertyJql issuePropertyJql,
                      String pluginName,
                      Property propertyAliasedFrom)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected io.atlassian.fugue.Option<Property> | 
AliasedIssuePropertyClauseQueryFactory.getProperty(TerminalClause terminalClause)  | 
protected abstract io.atlassian.fugue.Option<Property> | 
AbstractPropertyClauseQueryFactory.getProperty(TerminalClause terminalClause)  | 
protected io.atlassian.fugue.Option<Property> | 
IssuePropertyClauseQueryFactory.getProperty(TerminalClause terminalClause)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
AbstractPropertyClauseQueryFactory.getLuceneFieldName(Property property)  | 
protected Iterable<IndexDocumentConfiguration.Type> | 
AliasedIssuePropertyClauseQueryFactory.getPropertyTypes(Property property)  | 
protected abstract Iterable<IndexDocumentConfiguration.Type> | 
AbstractPropertyClauseQueryFactory.getPropertyTypes(Property property)  | 
protected Iterable<IndexDocumentConfiguration.Type> | 
IssuePropertyClauseQueryFactory.getPropertyTypes(Property property)  | 
| Constructor and Description | 
|---|
AliasedIssuePropertyClauseQueryFactory(DoubleConverter doubleConverter,
                                      JqlDateSupport jqlDateSupport,
                                      JqlOperandResolver operandResolver,
                                      JiraAuthenticationContext authenticationContext,
                                      Property property,
                                      IndexDocumentConfiguration.Type type,
                                      Set<Operator> operators)  | 
| Modifier and Type | Method and Description | 
|---|---|
Property | 
FieldReference.getProperty()  | 
| Modifier and Type | Method and Description | 
|---|---|
io.atlassian.fugue.Option<Property> | 
WasClauseImpl.getProperty()  | 
io.atlassian.fugue.Option<Property> | 
TerminalClause.getProperty()  | 
io.atlassian.fugue.Option<Property> | 
TerminalClauseImpl.getProperty()  | 
| Constructor and Description | 
|---|
TerminalClauseImpl(String name,
                  Operator operator,
                  Operand operand,
                  io.atlassian.fugue.Option<Property> property)
Creates a terminal clause with the specified name, operator, operand and property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
io.atlassian.fugue.Option<Property> | 
SearchSort.getProperty()  | 
| Constructor and Description | 
|---|
SearchSort(String field,
          io.atlassian.fugue.Option<Property> property,
          SortOrder order)
Used to construct a search sort for a field with a direction and optional property 
 | 
Copyright © 2002-2024 Atlassian. All Rights Reserved.