|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.search.actions.ContentNameSearchAction.ContentNameSearchResult
public static class ContentNameSearchAction.ContentNameSearchResult
The result from performing a ContentNameSearch.
Constructor Summary | |
---|---|
ContentNameSearchAction.ContentNameSearchResult(String query)
|
Method Summary | |
---|---|
List<List<ContentNameSearchAction.ContentNameMatch>> |
getContentNameMatches()
Each sub-list within the returned list will have results of the same 'category'. |
String |
getQuery()
|
List<String> |
getQueryTokens()
The individual tokens from the query String that these results are for. |
String |
getStatusMessage()
A message indicating information about the search. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ContentNameSearchAction.ContentNameSearchResult(String query)
Method Detail |
---|
public List<String> getQueryTokens()
public String getStatusMessage()
public List<List<ContentNameSearchAction.ContentNameMatch>> getContentNameMatches()
ResultTemplate
.
ResultTemplate.DEFAULT
public String getQuery()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |