Uses of Enum Class
com.atlassian.jira.index.IndexDocumentConfiguration.Type
Packages that use IndexDocumentConfiguration.Type
Package
Description
-
Uses of IndexDocumentConfiguration.Type in com.atlassian.jira.index
Methods in com.atlassian.jira.index that return IndexDocumentConfiguration.TypeModifier and TypeMethodDescriptionIndexDocumentConfiguration.ConfigurationElement.getType()IndexDocumentConfiguration.ExtractConfiguration.getType()Returns the enum constant of this class with the specified name.static IndexDocumentConfiguration.Type[]IndexDocumentConfiguration.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.jira.index that return types with arguments of type IndexDocumentConfiguration.TypeModifier and TypeMethodDescriptionstatic io.atlassian.fugue.Option<IndexDocumentConfiguration.Type> Constructors in com.atlassian.jira.index with parameters of type IndexDocumentConfiguration.TypeModifierConstructorDescriptionConfigurationElement(String entityKey, String propertyKey, 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) -
Uses of IndexDocumentConfiguration.Type in com.atlassian.jira.index.property
Constructors in com.atlassian.jira.index.property with parameters of type IndexDocumentConfiguration.TypeModifierConstructorDescriptionAliasClauseInformation(IndexDocumentConfiguration.Type type, String alias, String luceneFieldName, ClauseNames clauseNames, IssuePropertyJql issuePropertyJql, String pluginName, Property propertyAliasedFrom) -
Uses of IndexDocumentConfiguration.Type in com.atlassian.jira.search.jql
Methods in com.atlassian.jira.search.jql that return types with arguments of type IndexDocumentConfiguration.TypeModifier and TypeMethodDescriptionprotected 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 IndexDocumentConfiguration.TypeModifierConstructorDescriptionAliasedIssuePropertyClauseQueryMapper(DoubleConverter doubleConverter, JqlDateSupport jqlDateSupport, JqlOperandResolver operandResolver, JiraAuthenticationContext authenticationContext, Property property, IndexDocumentConfiguration.Type type, Set<Operator> operators) -
Uses of IndexDocumentConfiguration.Type in com.atlassian.query.clause
Methods in com.atlassian.query.clause that return IndexDocumentConfiguration.TypeConstructors in com.atlassian.query.clause with parameters of type IndexDocumentConfiguration.Type