Interface QuickSearchItem
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
- All Known Implementing Classes:
QuickSearchItemImpl
public interface QuickSearchItem extends BambooObject
Database object for quick search.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QuickSearchItem.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getAclEntityId()
long
getEntityId()
String
getSearchTerm()
@NotNull QuickSearchItem.Type
getType()
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
-
-
-
Method Detail
-
getType
@NotNull @NotNull QuickSearchItem.Type getType()
-
getEntityId
long getEntityId()
-
getAclEntityId
long getAclEntityId()
-
getSearchTerm
String getSearchTerm()
-
-