| Package | Description |
|---|---|
| com.atlassian.bamboo.index.quicksearch |
| Modifier and Type | Field and Description |
|---|---|
static IndexedEntityEnumField<QuickSearchDocumentFactory.Type> |
QuickSearchDocumentImpl.FIELD_TYPE |
| Modifier and Type | Method and Description |
|---|---|
QuickSearchDocumentFactory.Type |
QuickSearchDocument.getType() |
QuickSearchDocumentFactory.Type |
QuickSearchDocumentImpl.getType() |
static QuickSearchDocumentFactory.Type |
QuickSearchDocumentFactory.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuickSearchDocumentFactory.Type[] |
QuickSearchDocumentFactory.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
QuickSearchDocumentImpl(long id,
QuickSearchDocumentFactory.Type type,
String key,
Map<String,String> entity,
List<String> searchTokens) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.