| Package | Description |
|---|---|
| com.atlassian.bamboo.index.quicksearch | |
| com.atlassian.bamboo.plugins.rest.resource |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<QuickSearchItemImpl,QuickSearchItem.Type> |
QuickSearchItemImpl_.type |
| Modifier and Type | Method and Description |
|---|---|
@NotNull QuickSearchItem.Type |
QuickSearchItem.getType() |
@NotNull QuickSearchItem.Type |
QuickSearchItemImpl.getType() |
static QuickSearchItem.Type |
QuickSearchItem.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuickSearchItem.Type[] |
QuickSearchItem.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuickSearchItemDaoImpl.deIndexItem(QuickSearchItem.Type type,
long id) |
void |
QuickSearchItemDao.deIndexItem(QuickSearchItem.Type type,
long id)
Remove all search terms for a specified entity.
|
@NotNull List<QuickSearchDocument> |
QuickSearchSearcherImpl.findItemsMatching(@NotNull String searchTerm,
QuickSearchItem.Type type) |
@NotNull List<QuickSearchDocument> |
QuickSearchSearcher.findItemsMatching(@NotNull String searchTerm,
QuickSearchItem.Type type) |
@NotNull List<QuickSearchItem> |
QuickSearchItemDaoImpl.findMatchingItems(@NotNull Set<String> searchTerms,
QuickSearchItem.Type type,
int offset,
int pageSize) |
@NotNull List<QuickSearchItem> |
QuickSearchItemDao.findMatchingItems(@NotNull Set<String> searchTerms,
QuickSearchItem.Type type,
int offset,
int pageSize) |
boolean |
QuickSearchItemDaoImpl.reIndexItem(QuickSearchItem.Type type,
long id,
@NotNull Iterable<String> searchTerms) |
boolean |
QuickSearchItemDao.reIndexItem(QuickSearchItem.Type type,
long id,
@NotNull Iterable<String> searchTerms)
Update search terms for an entity.
|
boolean |
QuickSearchItemDaoImpl.reIndexItem(QuickSearchItem.Type type,
long id,
long aclId,
@NotNull Iterable<String> searchTerms) |
boolean |
QuickSearchItemDao.reIndexItem(QuickSearchItem.Type type,
long id,
long aclId,
@NotNull Iterable<String> searchTerms)
Update search terms for an entity.
|
void |
QuickSearchItemImpl.setType(QuickSearchItem.Type type) |
| Constructor and Description |
|---|
QuickSearchItemImpl(@NotNull QuickSearchItem.Type type,
long entityId,
long aclEntityId,
@NotNull String searchTerm) |
QuickSearchItemImpl(@NotNull QuickSearchItem.Type type,
long entityId,
@NotNull String searchTerm) |
| Modifier and Type | Method and Description |
|---|---|
QuickSearchItem.Type |
QuickSearchResource.findSearchEntity(String searchEntity) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.