|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseSearchResult
A simpler super interface of SearchResult. Represents an individual search result hit in the confluence search API.
Method Summary | |
---|---|
java.lang.String |
getField(java.lang.String fieldName)
Returns the contents of the field as a string. |
com.atlassian.bonnie.Handle |
getHandle()
Retrieves the handle that can then be used by the AnyTypeDao to retrieve the database object referenced by this search result. |
boolean |
isFieldRequested(java.lang.String fieldName)
check to see if this SearchFieldName has been requested during the search, if this method returns false then getField will throw a FieldNotRequestedException |
Method Detail |
---|
com.atlassian.bonnie.Handle getHandle()
AnyTypeDao.findByHandle(com.atlassian.bonnie.Handle)
java.lang.String getField(java.lang.String fieldName)
fieldName
-
FieldNotRequestedException
- if the searchFieldName was not included when the searchResult was requested from the searchManager. If the
set of fields requested from the searchManager is null or empty, then no exception will be thrown and all
fields will be loaded into the searchResult at the time of the search.boolean isFieldRequested(java.lang.String fieldName)
fieldName
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |