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 IssuePropertyJqlIssuePropertyJql.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) Deprecated, for removal: This API element is subject to removal in a future version.protected io.atlassian.fugue.Option<Property>AliasedIssuePropertyClauseQueryFactory.getProperty(TerminalClause terminalClause) Deprecated, for removal: This API element is subject to removal in a future version.protected io.atlassian.fugue.Option<Property>IssuePropertyClauseQueryFactory.getProperty(TerminalClause terminalClause) Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.atlassian.jira.jql.query with parameters of type PropertyModifier and TypeMethodDescriptionstatic StringAbstractPropertyClauseQueryFactory.getLuceneFieldName(Property property) Deprecated, for removal: This API element is subject to removal in a future version.protected abstract Iterable<IndexDocumentConfiguration.Type>AbstractPropertyClauseQueryFactory.getPropertyTypes(Property property) Deprecated, for removal: This API element is subject to removal in a future version.protected Iterable<IndexDocumentConfiguration.Type>AliasedIssuePropertyClauseQueryFactory.getPropertyTypes(Property property) Deprecated, for removal: This API element is subject to removal in a future version.protected Iterable<IndexDocumentConfiguration.Type>IssuePropertyClauseQueryFactory.getPropertyTypes(Property property) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version. -
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.jira.search.jql
Methods in com.atlassian.jira.search.jql that return types with arguments of type PropertyModifier and TypeMethodDescriptionAbstractPropertyClauseQueryMapper.getProperty(TerminalClause terminalClause) AliasedIssuePropertyClauseQueryMapper.getProperty(TerminalClause terminalClause) IssuePropertyClauseQueryMapper.getProperty(TerminalClause terminalClause) Methods in com.atlassian.jira.search.jql with parameters of type PropertyModifier and TypeMethodDescriptionstatic StringAbstractPropertyClauseQueryMapper.getFieldName(Property property) protected abstract Iterable<IndexDocumentConfiguration.Type>AbstractPropertyClauseQueryMapper.getPropertyTypes(Property property) protected Iterable<IndexDocumentConfiguration.Type>AliasedIssuePropertyClauseQueryMapper.getPropertyTypes(Property property) protected Iterable<IndexDocumentConfiguration.Type>IssuePropertyClauseQueryMapper.getPropertyTypes(Property property) Constructors in com.atlassian.jira.search.jql with parameters of type PropertyModifierConstructorDescriptionAliasedIssuePropertyClauseQueryMapper(DoubleConverter doubleConverter, JqlDateSupport jqlDateSupport, JqlOperandResolver operandResolver, JiraAuthenticationContext authenticationContext, Property property, IndexDocumentConfiguration.Type type, Set<Operator> operators) -
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