Uses of Class
com.atlassian.query.clause.Property
Package
Description
-
Uses of Property in com.atlassian.jira.index.property
Modifier and TypeMethodDescriptionstatic IssuePropertyJql
IssuePropertyJql.getIssuePropertyJql
(Property property) ModifierConstructorDescriptionAliasClauseInformation
(IndexDocumentConfiguration.Type type, String alias, String luceneFieldName, ClauseNames clauseNames, IssuePropertyJql issuePropertyJql, String pluginName, Property propertyAliasedFrom) -
Uses of Property in com.atlassian.jira.jql.query
Modifier and TypeMethodDescriptionprotected abstract io.atlassian.fugue.Option<Property>
AbstractPropertyClauseQueryFactory.getProperty
(TerminalClause terminalClause) protected io.atlassian.fugue.Option<Property>
AliasedIssuePropertyClauseQueryFactory.getProperty
(TerminalClause terminalClause) protected io.atlassian.fugue.Option<Property>
IssuePropertyClauseQueryFactory.getProperty
(TerminalClause terminalClause) Modifier and TypeMethodDescriptionstatic String
AbstractPropertyClauseQueryFactory.getLuceneFieldName
(Property property) protected abstract Iterable<IndexDocumentConfiguration.Type>
AbstractPropertyClauseQueryFactory.getPropertyTypes
(Property property) protected Iterable<IndexDocumentConfiguration.Type>
AliasedIssuePropertyClauseQueryFactory.getPropertyTypes
(Property property) protected Iterable<IndexDocumentConfiguration.Type>
IssuePropertyClauseQueryFactory.getPropertyTypes
(Property property) ModifierConstructorDescriptionAliasedIssuePropertyClauseQueryFactory
(DoubleConverter doubleConverter, JqlDateSupport jqlDateSupport, JqlOperandResolver operandResolver, JiraAuthenticationContext authenticationContext, Property property, IndexDocumentConfiguration.Type type, Set<Operator> operators) -
Uses of Property in com.atlassian.jira.jql.util
-
Uses of Property in com.atlassian.query.clause
Modifier and TypeMethodDescriptionio.atlassian.fugue.Option<Property>
TerminalClause.getProperty()
io.atlassian.fugue.Option<Property>
TerminalClauseImpl.getProperty()
io.atlassian.fugue.Option<Property>
WasClauseImpl.getProperty()
ModifierConstructorDescriptionTerminalClauseImpl
(String name, Operator operator, Operand operand, io.atlassian.fugue.Option<Property> property) Creates a terminal clause with the specified name, operator, operand and property. -
Uses of Property in com.atlassian.query.order
ModifierConstructorDescriptionSearchSort
(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