Modifier and Type | Method and Description |
---|---|
Set<Operator> |
IndexDocumentConfiguration.Type.getOperators() |
Modifier and Type | Method and Description |
---|---|
Set<Operator> |
AliasClauseInformation.getSupportedOperators() |
Modifier and Type | Method and Description |
---|---|
Set<Operator> |
SimpleCustomFieldSearcherClauseHandler.getSupportedOperators() |
Set<Operator> |
CustomFieldSearcherClauseHandler.getSupportedOperators()
Provides a set of the supported
Operator 's that this custom field searcher
can handle for its searching. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
MultiGroupCustomFieldSearchInputTransformer.isValidOperatorForFitness(Operator operator) |
protected boolean |
MultiSelectCustomFieldSearchInputTransformer.isValidOperatorForFitness(Operator operator) |
Modifier and Type | Method and Description |
---|---|
Set<Operator> |
IndexedChangeHistoryField.getSupportedOperators(Set<Operator> operators) |
Set<Operator> |
DefaultIndexedChangeHistoryFieldManager.getSupportedOperators(String fieldName,
Set<Operator> operators) |
Set<Operator> |
IndexedChangeHistoryFieldManager.getSupportedOperators(String fieldName,
Set<Operator> supportedOperators) |
Modifier and Type | Method and Description |
---|---|
Set<Operator> |
IndexedChangeHistoryField.getSupportedOperators(Set<Operator> operators) |
Set<Operator> |
DefaultIndexedChangeHistoryFieldManager.getSupportedOperators(String fieldName,
Set<Operator> operators) |
Set<Operator> |
IndexedChangeHistoryFieldManager.getSupportedOperators(String fieldName,
Set<Operator> supportedOperators) |
Modifier and Type | Field and Description |
---|---|
static Set<Operator> |
PropertyClauseInformation.operators |
Modifier and Type | Method and Description |
---|---|
Set<Operator> |
SavedFilterSearchConstants.getSupportedOperators() |
Set<Operator> |
AllTextSearchConstants.getSupportedOperators() |
Set<Operator> |
DefaultClauseInformation.getSupportedOperators() |
Set<Operator> |
IssueParentConstants.getSupportedOperators() |
Set<Operator> |
UserFieldSearchConstants.getSupportedOperators() |
Set<Operator> |
CommentsFieldSearchConstants.getSupportedOperators() |
Set<Operator> |
IssueKeyConstants.getSupportedOperators() |
Set<Operator> |
IssueIdConstants.getSupportedOperators() |
Set<Operator> |
PropertyClauseInformation.getSupportedOperators() |
Set<Operator> |
SimpleFieldSearchConstantsWithEmpty.getSupportedOperators() |
Set<Operator> |
SimpleFieldSearchConstants.getSupportedOperators() |
Constructor and Description |
---|
DefaultClauseInformation(String indexField,
ClauseNames names,
String fieldId,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
DefaultClauseInformation(String indexField,
String jqlClauseName,
String fieldId,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
SimpleFieldSearchConstants(String indexField,
ClauseNames names,
String urlParameter,
String searcherId,
String fieldId,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
SimpleFieldSearchConstants(String field,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
SimpleFieldSearchConstants(String indexField,
String jqlClauseName,
String urlParameter,
String searcherId,
String fieldId,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
SimpleFieldSearchConstantsWithEmpty(String indexField,
ClauseNames names,
String urlParameter,
String searcherId,
String emptySelectFlag,
String emptyIndexValue,
String fieldId,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
SimpleFieldSearchConstantsWithEmpty(String field,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
SimpleFieldSearchConstantsWithEmpty(String indexField,
String jqlClauseName,
String urlParameter,
String searcherId,
String emptySelectFlag,
String emptyIndexValue,
String fieldId,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
UserFieldSearchConstants(String indexField,
ClauseNames names,
String fieldUrlParameter,
String selectUrlParameter,
String searcherId,
String fieldId,
String currentUserSelectFlag,
String specificUserSelectFlag,
String specificGroupSelectFlag,
Set<Operator> supportedOperators) |
UserFieldSearchConstants(String indexField,
String jqlClauseName,
String fieldUrlParameter,
String selectUrlParameter,
String searcherId,
String emptySelectFlag,
String fieldId,
Set<Operator> supportedOperators) |
UserFieldSearchConstantsWithEmpty(String indexField,
ClauseNames names,
String fieldUrlParameter,
String selectUrlParameter,
String searcherId,
String emptySelectFlag,
String fieldId,
String currentUserSelectFlag,
String specificUserSelectFlag,
String specificGroupSelectFlag,
String emptyIndexValue,
Set<Operator> supportedOperators) |
UserFieldSearchConstantsWithEmpty(String indexField,
String jqlClauseName,
String fieldUrlParameter,
String selectUrlParameter,
String searcherId,
String emptySelectFlag,
String fieldId,
Set<Operator> supportedOperators) |
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableList<Operator> |
DeterminedProjectsInQueryVisitor.ALLOWED_OPERATORS |
Modifier and Type | Method and Description |
---|---|
Set<Operator> |
OperatorCollectingVisitor.getOperators() |
Modifier and Type | Method and Description |
---|---|
Set<Operator> |
ClauseInformation.getSupportedOperators()
Provides a set of the supported
Operator 's that this custom field searcher
can handle for its searching. |
Modifier and Type | Method and Description |
---|---|
JqlClauseBuilder |
JqlClauseBuilder.addCondition(String clauseName,
Operator operator,
Collection<? extends Operand> operands)
Add the JQL condition
clauseName operator (operands) to the query being built. |
JqlClauseBuilder |
JqlClauseBuilder.addCondition(String clauseName,
Operator operator,
Operand... operands)
Add the JQL condition
clauseName operator (operands) to the query being built. |
JqlClauseBuilder |
JqlClauseBuilder.addCondition(String clauseName,
Operator operator,
Operand operand)
Add the JQL condition
clauseName operator operand to the query being built. |
JqlClauseBuilder |
JqlClauseBuilder.addDateCondition(String clauseName,
Operator operator,
Collection<Date> dates)
Add the JQL condition
clauseName operator (clauseValues) to the query being built. |
JqlClauseBuilder |
JqlClauseBuilder.addDateCondition(String clauseName,
Operator operator,
Date... dates)
Add the JQL condition
clauseName operator (clauseValues) to the query being built. |
JqlClauseBuilder |
JqlClauseBuilder.addDateCondition(String clauseName,
Operator operator,
Date date)
Add the JQL condition
clausename operator date to the query being built. |
JqlClauseBuilder |
JqlClauseBuilder.addFunctionCondition(String clauseName,
Operator operator,
String functionName)
Add the JQL condition
clauseName operator functionName() to the query being built. |
JqlClauseBuilder |
JqlClauseBuilder.addFunctionCondition(String clauseName,
Operator operator,
String functionName,
Collection<String> args)
Add the JQL condition
clauseName operator functionName(arg1, arg2, arg3, ..., argN) to the query being
built. |
JqlClauseBuilder |
JqlClauseBuilder.addFunctionCondition(String clauseName,
Operator operator,
String functionName,
String... args)
Add the JQL condition
clauseName operator functionName(arg1, arg2, arg3, ..., argN) to the query being
built. |
JqlClauseBuilder |
JqlClauseBuilder.addNumberCondition(String clauseName,
Operator operator,
Collection<Long> clauseValues)
Add the JQL condition
clauseName operator (clauseValues) to the query being built. |
JqlClauseBuilder |
JqlClauseBuilder.addNumberCondition(String clauseName,
Operator operator,
Long... clauseValues)
Add the JQL condition
clauseName operator (clauseValues) to the query being built. |
JqlClauseBuilder |
JqlClauseBuilder.addNumberCondition(String clauseName,
Operator operator,
Long clauseValue)
Add the JQL condition
clauseName operator clauseValue to the query being built. |
JqlClauseBuilder |
JqlClauseBuilder.addStringCondition(String clauseName,
Operator operator,
Collection<String> clauseValues)
Add the JQL condition
clauseName operator (clauseValues) to the query being built. |
JqlClauseBuilder |
JqlClauseBuilder.addStringCondition(String clauseName,
Operator operator,
String... clauseValues)
Add the JQL condition
clauseName operator (clauseValues) to the query being built. |
JqlClauseBuilder |
JqlClauseBuilder.addStringCondition(String clauseName,
Operator operator,
String clauseValue)
Add the JQL condition
clauseName operator "clauseValue" to the query being built. |
Modifier and Type | Method and Description |
---|---|
IssueIdClauseContextFactory |
IssueIdClauseContextFactory.Factory.create(Set<Operator> supportedOperators) |
Modifier and Type | Field and Description |
---|---|
static Set<Operator> |
OperatorClasses.CHANGE_HISTORY_DATE_PREDICATES
A set of change history predicates that support date searching.
|
static Set<Operator> |
OperatorClasses.CHANGE_HISTORY_OPERATORS
A set of change history operators
|
static Set<Operator> |
OperatorClasses.CHANGE_HISTORY_PREDICATES
A set of change history predicates.
|
static Set<Operator> |
OperatorClasses.CHANGE_HISTORY_VALUE_PREDICATES
A set of change history predicates.
|
static Set<Operator> |
OperatorClasses.EMPTY_ONLY_OPERATORS
A set of operators that work exclusively on the EMPTY clause.
|
static Set<Operator> |
OperatorClasses.EMPTY_OPERATORS
A set of operators that can work on the EMPTY clause.
|
static Set<Operator> |
OperatorClasses.EQUALITY_AND_RELATIONAL
|
static Set<Operator> |
OperatorClasses.EQUALITY_AND_RELATIONAL_WITH_EMPTY
|
static Set<Operator> |
OperatorClasses.EQUALITY_OPERATORS
The set of operators that a clause needs to support if it supports the EQUALS operator.
|
static Set<Operator> |
OperatorClasses.EQUALITY_OPERATORS_WITH_EMPTY
A set of operators that a clause needs to support if it suppors the EQUALS operator and the EMPTY operand.
|
static Set<Operator> |
OperatorClasses.LIST_ONLY_OPERATORS
Set of operators that work with lists.
|
static Set<Operator> |
OperatorClasses.NEGATIVE_EQUALITY_OPERATORS
Contains NOT_EQUALS, NOT_IN, and IS_NOT.
|
static Set<Operator> |
OperatorClasses.NON_RELATIONAL_OPERATORS
A set of all non-relational operators.
|
static Set<Operator> |
OperatorClasses.POSITIVE_EQUALITY_OPERATORS
Contains EQUALS, IN, and IS.
|
static Set<Operator> |
OperatorClasses.RELATIONAL_ONLY_OPERATORS
Contains GREATER_THAN, GREATER_THAN_EQUALS, LESS_THAN and LESS_THAN_EQUALS.
|
static Set<Operator> |
OperatorClasses.TEXT_OPERATORS
A set of operators that can work on text clauses.
|
Modifier and Type | Method and Description |
---|---|
Operator |
JqlParser.historyPredicateOperator() |
Operator |
JqlParser.operator() |
Modifier and Type | Method and Description |
---|---|
QueryFactoryResult |
RelationalOperatorMutatedIndexValueQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator) |
QueryFactoryResult |
EqualityWithSpecifiedEmptyValueQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator) |
QueryFactoryResult |
DateEqualityQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator) |
QueryFactoryResult |
DateRelationalQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator) |
QueryFactoryResult |
LocalDateRelationalQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator) |
QueryFactoryResult |
EqualityQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator) |
QueryFactoryResult |
NumberRelationalQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator) |
QueryFactoryResult |
RelationalOperatorIdIndexValueQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator) |
QueryFactoryResult |
LocalDateEqualityQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator) |
QueryFactoryResult |
OperatorSpecificQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator)
Generates the query for an operand that has an
OperandHandler that
returns true for the isEmpty method. |
QueryFactoryResult |
ActualValueRelationalQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator) |
QueryFactoryResult |
ActualValueEqualityQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator) |
QueryFactoryResult |
LikeQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator) |
QueryFactoryResult |
NumberEqualityQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator) |
QueryFactoryResult |
RelationalOperatorMutatedIndexValueQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
DateEqualityQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
DateRelationalQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
LocalDateRelationalQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
NumberRelationalQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
RelationalOperatorIdIndexValueQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> listOfIds) |
QueryFactoryResult |
LocalDateEqualityQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
OperatorSpecificQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues)
Generates the Query for a list of operand ids.
|
QueryFactoryResult |
ActualValueRelationalQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
AbstractEqualityQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
ActualValueEqualityQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
LikeQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
NumberEqualityQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
RelationalOperatorMutatedIndexValueQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
DateEqualityQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
DateRelationalQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
LocalDateRelationalQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
NumberRelationalQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
RelationalOperatorIdIndexValueQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
LocalDateEqualityQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
OperatorSpecificQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues)
Generates the Query for a single operand id.
|
QueryFactoryResult |
ActualValueRelationalQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
AbstractEqualityQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
ActualValueEqualityQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
LikeQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
NumberEqualityQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues) |
QueryFactoryResult |
LikeQueryFactory.createResult(String fieldName,
List<QueryLiteral> rawValues,
Operator operator,
boolean handleEmpty) |
boolean |
RelationalOperatorMutatedIndexValueQueryFactory.handlesOperator(Operator operator) |
boolean |
DateEqualityQueryFactory.handlesOperator(Operator operator) |
boolean |
DateRelationalQueryFactory.handlesOperator(Operator operator) |
boolean |
LocalDateRelationalQueryFactory.handlesOperator(Operator operator) |
boolean |
NumberRelationalQueryFactory.handlesOperator(Operator operator) |
boolean |
RelationalOperatorIdIndexValueQueryFactory.handlesOperator(Operator operator) |
boolean |
LocalDateEqualityQueryFactory.handlesOperator(Operator operator) |
boolean |
OperatorSpecificQueryFactory.handlesOperator(Operator operator) |
boolean |
ActualValueRelationalQueryFactory.handlesOperator(Operator operator) |
boolean |
AbstractEqualityQueryFactory.handlesOperator(Operator operator) |
boolean |
ActualValueEqualityQueryFactory.handlesOperator(Operator operator) |
boolean |
LikeQueryFactory.handlesOperator(Operator operator) |
boolean |
NumberEqualityQueryFactory.handlesOperator(Operator operator) |
Constructor and Description |
---|
AliasedIssuePropertyClauseQueryFactory(DoubleConverter doubleConverter,
JqlDateSupport jqlDateSupport,
JqlOperandResolver operandResolver,
JiraAuthenticationContext authenticationContext,
Property property,
IndexDocumentConfiguration.Type type,
Set<Operator> operators) |
Constructor and Description |
---|
JqlVersionPredicate(Operator operator,
Version version) |
Modifier and Type | Method and Description |
---|---|
static Collection<Operator> |
EntityPropertyClauseValidator.supportedOperators() |
Modifier and Type | Method and Description |
---|---|
static boolean |
EntityPropertyClauseValidator.isSupportedOperator(Operator operator) |
Modifier and Type | Method and Description |
---|---|
Operator |
ChangedClauseImpl.getOperator() |
Operator |
WasClauseImpl.getOperator() |
Operator |
TerminalClauseImpl.getOperator() |
Operator |
TerminalClause.getOperator() |
Operator |
ChangedClause.getOperator() |
Constructor and Description |
---|
ChangedClauseImpl(String field,
Operator operator,
HistoryPredicate historyPredicate) |
TerminalClauseImpl(String name,
Operator operator,
long operand)
Creates a terminal clause with the specified name, operator and turns the long value into a
SingleValueOperand populated with a long value. |
TerminalClauseImpl(String name,
Operator operator,
Operand operand)
Creates a terminal clause with the specified name, operator and operand.
|
TerminalClauseImpl(String name,
Operator operator,
Operand operand,
com.atlassian.fugue.Option<Property> property)
Creates a terminal clause with the specified name, operator, operand and property.
|
TerminalClauseImpl(String name,
Operator operator,
String operand)
Creates a terminal clause with the specified name, operator and turns the string value into a
SingleValueOperand populated with a string value. |
WasClauseImpl(String field,
Operator operator,
Operand operand,
HistoryPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
Operator |
TerminalHistoryPredicate.getOperator() |
Constructor and Description |
---|
TerminalHistoryPredicate(Operator operator,
Operand operand) |
Modifier and Type | Method and Description |
---|---|
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002-2016 Atlassian. All Rights Reserved.