|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.search.actions.json.ContentNameSearchResult
public class ContentNameSearchResult
The json bean for performing a ContentNameSearch.
Constructor Summary | |
---|---|
ContentNameSearchResult(String query)
|
Method Summary | |
---|---|
void |
addMatchGroup(List<ContentNameMatch> matchGroup)
Add a grouped list of matches. |
List<List<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. |
void |
setQueryTokens(List<QueryToken> queryTokens)
|
void |
setStatusMessage(String statusMessage)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ContentNameSearchResult(String query)
Method Detail |
---|
public List<String> getQueryTokens()
public void setQueryTokens(List<QueryToken> queryTokens)
public String getStatusMessage()
public void setStatusMessage(String statusMessage)
public void addMatchGroup(List<ContentNameMatch> matchGroup)
public List<List<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 |