Uses of Interface
com.atlassian.bamboo.index.quicksearch.QuickSearchItem
-
Uses of QuickSearchItem in com.atlassian.bamboo.index.quicksearch
Modifier and TypeMethodDescription@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) Modifier and TypeMethodDescriptionstatic @Nullable org.acegisecurity.acls.objectidentity.ObjectIdentity
QuickSearchDocumentFactory.getObjectIdentityForItem
(@NotNull QuickSearchItem item) Modifier and TypeMethodDescriptionvoid
QuickSearchItemDao.indexItems
(@NotNull List<QuickSearchItem> items) Insert provided search terms.void
QuickSearchItemDaoImpl.indexItems
(@NotNull List<QuickSearchItem> items)