Package com.atlassian.jira.issue.customfields.searchers.information

Examples of com.atlassian.jira.issue.customfields.searchers.information.CustomFieldSearcherInformation


        final FieldIndexer indexer = new LinkerMultiFieldIndexer(fieldVisibilityManager, field);
        final IndexValueConverter indexValueConverter = new SimpleIndexValueConverter(false);
        JqlSelectOptionsUtil jqlSelectOptionsUtil = ComponentManager.getComponentInstanceOfType(JqlSelectOptionsUtil.class);
        QueryContextConverter queryContextConverter = new QueryContextConverter();

        searcherInformation = new CustomFieldSearcherInformation(
                field.getId(),
                field.getNameKey(),
                Collections.<FieldIndexer>singletonList(indexer),
                new AtomicReference<CustomField>(field));
        searchInputTransformer = new LirkerFieldSearchInputTransformer(
View Full Code Here

TOP

Related Classes of com.atlassian.jira.issue.customfields.searchers.information.CustomFieldSearcherInformation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.