public interface BaseSearchResult
Modifier and Type | Method and Description |
---|---|
String |
getField(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(String fieldName)
Deprecated.
since 5.9.
|
com.atlassian.bonnie.Handle getHandle()
AnyTypeDao.findByHandle(com.atlassian.bonnie.Handle)
String getField(String fieldName)
fieldName
- @Deprecated boolean isFieldRequested(String fieldName)
fieldName
- Copyright © 2003–2015 Atlassian. All rights reserved.