Uses of Class
com.atlassian.query.clause.Property
Packages that use Property
Package
Description
-
Uses of Property in com.atlassian.jira.index.property
Methods in com.atlassian.jira.index.property that return PropertyMethods in com.atlassian.jira.index.property with parameters of type PropertyModifier and TypeMethodDescriptionstatic IssuePropertyJql
IssuePropertyJql.getIssuePropertyJql
(Property property) Constructors in com.atlassian.jira.index.property with parameters of type PropertyModifierConstructorDescriptionAliasClauseInformation
(IndexDocumentConfiguration.Type type, String alias, String luceneFieldName, ClauseNames clauseNames, IssuePropertyJql issuePropertyJql, String pluginName, Property propertyAliasedFrom) -
Uses of Property in com.atlassian.jira.jql.query
Methods in com.atlassian.jira.jql.query that return types with arguments of type PropertyModifier 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) Methods in com.atlassian.jira.jql.query with parameters of type PropertyModifier 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) Constructors in com.atlassian.jira.jql.query with parameters of type PropertyModifierConstructorDescriptionAliasedIssuePropertyClauseQueryFactory
(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
Methods in com.atlassian.jira.jql.util that return Property -
Uses of Property in com.atlassian.query.clause
Methods in com.atlassian.query.clause that return types with arguments of type PropertyModifier and TypeMethodDescriptionio.atlassian.fugue.Option<Property>
TerminalClause.getProperty()
io.atlassian.fugue.Option<Property>
TerminalClauseImpl.getProperty()
io.atlassian.fugue.Option<Property>
WasClauseImpl.getProperty()
Constructor parameters in com.atlassian.query.clause with type arguments of type PropertyModifierConstructorDescriptionTerminalClauseImpl
(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
Methods in com.atlassian.query.order that return types with arguments of type PropertyConstructor parameters in com.atlassian.query.order with type arguments of type PropertyModifierConstructorDescriptionSearchSort
(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