|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Operator in com.atlassian.jira.issue.customfields.searchers |
---|
Methods in com.atlassian.jira.issue.customfields.searchers that return types with arguments of type Operator | |
---|---|
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. |
Uses of Operator in com.atlassian.jira.issue.customfields.searchers.transformer |
---|
Methods in com.atlassian.jira.issue.customfields.searchers.transformer with parameters of type Operator | |
---|---|
protected boolean |
MultiSelectCustomFieldSearchInputTransformer.isValidOperatorForFitness(Operator operator)
|
Uses of Operator in com.atlassian.jira.issue.index |
---|
Methods in com.atlassian.jira.issue.index that return types with arguments of type Operator | |
---|---|
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)
|
Method parameters in com.atlassian.jira.issue.index with type arguments of type Operator | |
---|---|
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)
|
Uses of Operator in com.atlassian.jira.issue.search.constants |
---|
Methods in com.atlassian.jira.issue.search.constants that return types with arguments of type Operator | |
---|---|
Set<Operator> |
CommentsFieldSearchConstants.getSupportedOperators()
|
Set<Operator> |
SimpleFieldSearchConstants.getSupportedOperators()
|
Set<Operator> |
SavedFilterSearchConstants.getSupportedOperators()
|
Set<Operator> |
AllTextSearchConstants.getSupportedOperators()
|
Set<Operator> |
IssueIdConstants.getSupportedOperators()
|
Set<Operator> |
IssueParentConstants.getSupportedOperators()
|
Set<Operator> |
UserFieldSearchConstants.getSupportedOperators()
|
Set<Operator> |
DefaultClauseInformation.getSupportedOperators()
|
Set<Operator> |
SimpleFieldSearchConstantsWithEmpty.getSupportedOperators()
|
Set<Operator> |
IssueKeyConstants.getSupportedOperators()
|
Constructor parameters in com.atlassian.jira.issue.search.constants with type arguments of type Operator | |
---|---|
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)
|
Uses of Operator in com.atlassian.jira.issue.search.searchers.impl |
---|
Methods in com.atlassian.jira.issue.search.searchers.impl that return types with arguments of type Operator | |
---|---|
Set<Operator> |
OperatorCollectingVisitor.getOperators()
|
Uses of Operator in com.atlassian.jira.jql |
---|
Methods in com.atlassian.jira.jql that return types with arguments of type Operator | |
---|---|
Set<Operator> |
ClauseInformation.getSupportedOperators()
Provides a set of the supported Operator 's that this custom field searcher
can handle for its searching. |
Uses of Operator in com.atlassian.jira.jql.builder |
---|
Methods in com.atlassian.jira.jql.builder with parameters of type Operator | |
---|---|
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. |
Uses of Operator in com.atlassian.jira.jql.operator |
---|
Fields in com.atlassian.jira.jql.operator with type parameters of type Operator | |
---|---|
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.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
A set of OperatorClasses.EQUALITY_OPERATORS and OperatorClasses.RELATIONAL_ONLY_OPERATORS . |
static Set<Operator> |
OperatorClasses.EQUALITY_AND_RELATIONAL_WITH_EMPTY
A set of OperatorClasses.EQUALITY_OPERATORS_WITH_EMPTY and OperatorClasses.RELATIONAL_ONLY_OPERATORS . |
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. |
Uses of Operator in com.atlassian.jira.jql.parser.antlr |
---|
Methods in com.atlassian.jira.jql.parser.antlr that return Operator | |
---|---|
Operator |
JqlParser.changedOperator()
|
Operator |
JqlParser.historyPredicateOperator()
|
Operator |
JqlParser.operator()
|
Uses of Operator in com.atlassian.jira.jql.query |
---|
Methods in com.atlassian.jira.jql.query with parameters of type Operator | |
---|---|
QueryFactoryResult |
EqualityWithSpecifiedEmptyValueQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator)
|
QueryFactoryResult |
RelationalOperatorIdIndexValueQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator)
|
QueryFactoryResult |
EqualityQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator)
|
QueryFactoryResult |
RelationalOperatorMutatedIndexValueQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator)
|
QueryFactoryResult |
ActualValueRelationalQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator)
|
QueryFactoryResult |
LikeQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator)
|
QueryFactoryResult |
DateRelationalQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator)
|
QueryFactoryResult |
DateEqualityQueryFactory.createQueryForEmptyOperand(String fieldName,
Operator operator)
|
QueryFactoryResult |
ActualValueEqualityQueryFactory.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 |
RelationalOperatorIdIndexValueQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> listOfIds)
|
QueryFactoryResult |
RelationalOperatorMutatedIndexValueQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues)
|
QueryFactoryResult |
ActualValueRelationalQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues)
|
QueryFactoryResult |
LikeQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues)
|
QueryFactoryResult |
DateRelationalQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues)
|
QueryFactoryResult |
DateEqualityQueryFactory.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 |
OperatorSpecificQueryFactory.createQueryForMultipleValues(String fieldName,
Operator operator,
List<QueryLiteral> rawValues)
Generates the Query for a list of operand ids. |
QueryFactoryResult |
RelationalOperatorIdIndexValueQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues)
|
QueryFactoryResult |
RelationalOperatorMutatedIndexValueQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues)
|
QueryFactoryResult |
ActualValueRelationalQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues)
|
QueryFactoryResult |
LikeQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues)
|
QueryFactoryResult |
DateRelationalQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues)
|
QueryFactoryResult |
DateEqualityQueryFactory.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 |
OperatorSpecificQueryFactory.createQueryForSingleValue(String fieldName,
Operator operator,
List<QueryLiteral> rawValues)
Generates the Query for a single operand id. |
QueryFactoryResult |
LikeQueryFactory.createResult(String fieldName,
List<QueryLiteral> rawValues,
Operator operator,
boolean handleEmpty)
|
boolean |
RelationalOperatorIdIndexValueQueryFactory.handlesOperator(Operator operator)
|
boolean |
RelationalOperatorMutatedIndexValueQueryFactory.handlesOperator(Operator operator)
|
boolean |
ActualValueRelationalQueryFactory.handlesOperator(Operator operator)
|
boolean |
LikeQueryFactory.handlesOperator(Operator operator)
|
boolean |
DateRelationalQueryFactory.handlesOperator(Operator operator)
|
boolean |
DateEqualityQueryFactory.handlesOperator(Operator operator)
|
boolean |
AbstractEqualityQueryFactory.handlesOperator(Operator operator)
|
boolean |
ActualValueEqualityQueryFactory.handlesOperator(Operator operator)
|
boolean |
OperatorSpecificQueryFactory.handlesOperator(Operator operator)
|
Uses of Operator in com.atlassian.jira.jql.util |
---|
Constructors in com.atlassian.jira.jql.util with parameters of type Operator | |
---|---|
JqlVersionPredicate(Operator operator,
Version version)
|
Uses of Operator in com.atlassian.jira.upgrade.tasks.jql |
---|
Constructors in com.atlassian.jira.upgrade.tasks.jql with parameters of type Operator | |
---|---|
SimpleCustomFieldClauseXmlHandler(String valueAttribbute,
Operator operator)
|
Uses of Operator in com.atlassian.query.clause |
---|
Methods in com.atlassian.query.clause that return Operator | |
---|---|
Operator |
TerminalClauseImpl.getOperator()
|
Operator |
WasClauseImpl.getOperator()
|
Operator |
TerminalClause.getOperator()
|
Constructors in com.atlassian.query.clause with parameters of type Operator | |
---|---|
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,
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)
|
Uses of Operator in com.atlassian.query.history |
---|
Methods in com.atlassian.query.history that return Operator | |
---|---|
Operator |
TerminalHistoryPredicate.getOperator()
|
Constructors in com.atlassian.query.history with parameters of type Operator | |
---|---|
TerminalHistoryPredicate(Operator operator,
Operand operand)
|
Uses of Operator in com.atlassian.query.operator |
---|
Methods in com.atlassian.query.operator that return Operator | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |