Uses of Interface
com.atlassian.bamboo.index.quicksearch.QuickSearchItem
-
Packages that use QuickSearchItem Package Description com.atlassian.bamboo.index.quicksearch -
-
Uses of QuickSearchItem in com.atlassian.bamboo.index.quicksearch
Classes in com.atlassian.bamboo.index.quicksearch that implement QuickSearchItem Modifier and Type Class Description class
QuickSearchItemImpl
Methods in com.atlassian.bamboo.index.quicksearch that return types with arguments of type QuickSearchItem Modifier and Type Method Description @NotNull List<QuickSearchItem>
QuickSearchItemDao. findMatchingItems(@NotNull Set<String> searchTerms, int offset, int pageSize)
@NotNull List<QuickSearchItem>
QuickSearchItemDao. findMatchingItems(@NotNull Set<String> searchTerms, QuickSearchItem.Type type, int offset, int pageSize)
@NotNull List<QuickSearchItem>
QuickSearchItemDaoImpl. findMatchingItems(@NotNull Set<String> searchTerms, int offset, int pageSize)
@NotNull List<QuickSearchItem>
QuickSearchItemDaoImpl. findMatchingItems(@NotNull Set<String> searchTerms, QuickSearchItem.Type type, int offset, int pageSize)
Methods in com.atlassian.bamboo.index.quicksearch with parameters of type QuickSearchItem Modifier and Type Method Description static @Nullable org.acegisecurity.acls.objectidentity.ObjectIdentity
QuickSearchDocumentFactory. getObjectIdentityForItem(@NotNull QuickSearchItem item)
Method parameters in com.atlassian.bamboo.index.quicksearch with type arguments of type QuickSearchItem Modifier and Type Method Description void
QuickSearchItemDao. indexItems(@NotNull List<QuickSearchItem> items)
Insert provided search terms.void
QuickSearchItemDaoImpl. indexItems(@NotNull List<QuickSearchItem> items)
-