Package | Description |
---|---|
com.atlassian.jira.index | |
com.atlassian.jira.index.property | |
com.atlassian.jira.jql.query | |
com.atlassian.query.clause |
Modifier and Type | Method and Description |
---|---|
IndexDocumentConfiguration.Type |
IndexDocumentConfiguration.ExtractConfiguration.getType() |
IndexDocumentConfiguration.Type |
IndexDocumentConfiguration.ConfigurationElement.getType() |
static IndexDocumentConfiguration.Type |
IndexDocumentConfiguration.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexDocumentConfiguration.Type[] |
IndexDocumentConfiguration.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static io.atlassian.fugue.Option<IndexDocumentConfiguration.Type> |
IndexDocumentConfiguration.Type.getValue(String value) |
Constructor and Description |
---|
ConfigurationElement(String entityKey,
String propertyKey,
String path,
IndexDocumentConfiguration.Type type) |
ExtractConfiguration(String path,
IndexDocumentConfiguration.Type type) |
ExtractConfiguration(String path,
IndexDocumentConfiguration.Type type,
io.atlassian.fugue.Option<String> alias) |
ExtractConfiguration(String path,
IndexDocumentConfiguration.Type type,
io.atlassian.fugue.Option<String> alias,
Optional<String> pluginName) |
Constructor and Description |
---|
AliasClauseInformation(IndexDocumentConfiguration.Type type,
String alias,
String luceneFieldName,
ClauseNames clauseNames,
IssuePropertyJql issuePropertyJql,
String pluginName,
Property propertyAliasedFrom) |
Modifier and Type | Method and Description |
---|---|
protected Iterable<IndexDocumentConfiguration.Type> |
IssuePropertyClauseQueryFactory.getPropertyTypes(Property property) |
protected abstract Iterable<IndexDocumentConfiguration.Type> |
AbstractPropertyClauseQueryFactory.getPropertyTypes(Property property) |
protected Iterable<IndexDocumentConfiguration.Type> |
AliasedIssuePropertyClauseQueryFactory.getPropertyTypes(Property property) |
Constructor and Description |
---|
AliasedIssuePropertyClauseQueryFactory(DoubleConverter doubleConverter,
JqlDateSupport jqlDateSupport,
JqlOperandResolver operandResolver,
JiraAuthenticationContext authenticationContext,
Property property,
IndexDocumentConfiguration.Type type,
Set<Operator> operators) |
Modifier and Type | Method and Description |
---|---|
IndexDocumentConfiguration.Type |
Property.getType() |
Constructor and Description |
---|
Property(List<String> keys,
List<String> objectReferences,
IndexDocumentConfiguration.Type type) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.