Modifier and Type | Field and Description |
---|---|
protected IndexInfoResolver<T> |
IdIndexedSearchInputTransformer.indexInfoResolver |
Constructor and Description |
---|
AbstractProjectAttributeClauseContextFactory(IndexInfoResolver<T> indexInfoResolver,
JqlOperandResolver jqlOperandResolver,
PermissionManager permissionManager) |
Constructor and Description |
---|
AbstractEqualityQueryFactory(IndexInfoResolver<T> indexInfoResolver) |
AbstractOperatorQueryFactory(IndexInfoResolver indexInfoResolver) |
EqualityQueryFactory(IndexInfoResolver<T> tIndexInfoResolver) |
EqualityWithSpecifiedEmptyValueQueryFactory(IndexInfoResolver<T> indexInfoResolver,
String emptyValue) |
RelationalOperatorIdIndexValueQueryFactory(Comparator<? super T> comparator,
NameResolver<T> resolver,
IndexInfoResolver<T> indexInfoResolver) |
RelationalOperatorMutatedIndexValueQueryFactory(IndexInfoResolver<?> indexInfoResolver) |
VersionSpecificRelationalOperatorQueryFactory(Comparator<? super Version> comparator,
NameResolver<Version> versionNameResolver,
IndexInfoResolver<Version> versionIndexInfoResolver) |
Modifier and Type | Class and Description |
---|---|
class |
ComponentIndexInfoResolver
Index resolver that can find the index values for components.
|
class |
IdentityIndexInfoResolver
A do-nothing IndexInfoResolver useful for numeric values that should not be even so much as padded to match
index values.
|
class |
IssueConstantInfoResolver<T extends IssueConstant>
Resolves index info with a lucene field using the id of the domain object T to get the
indexed values from a NameResolver<T> .
|
class |
IssueLinkTypesIndexInfoResolver
Resolves indexed issue links by the link label.
|
class |
LabelIndexInfoResolver
An index resolver for the Labels system field.
|
class |
ProjectIndexInfoResolver
Index resolver that can find the index values for projects.
|
class |
ResolutionIndexInfoResolver
Customisation of the
IssueConstantInfoResolver to allow handling of the "unresolved" operand in a special case. |
class |
SelectCustomFieldIndexInfoResolver
Index resolver that can find the index values for select fields.
|
class |
UserIndexInfoResolver
Index resolver that can find the index values for users.
|
class |
VersionIndexInfoResolver
Index resolver that can find the index values for versions.
|
class |
WorkRatioIndexInfoResolver
Work Ratios are stored as integers, but are padded in a specific way
|
Modifier and Type | Field and Description |
---|---|
protected IndexInfoResolver<Project> |
AbstractVersionsFunction.projectIndexInfoResolver |
Modifier and Type | Method and Description |
---|---|
protected IndexInfoResolver<Project> |
AbstractVersionsFunction.createIndexInfoResolver(NameResolver<Project> projectResolver) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.