|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.xwork.ActionSupport com.atlassian.confluence.core.ConfluenceActionSupport com.atlassian.confluence.search.actions.ContentNameSearchAction
@Deprecated public class ContentNameSearchAction
An action that will take a query String from the front end and apply it as a search across the 'universal title' field within the Confluence search index.
Field Summary |
---|
Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport |
---|
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, messageHolder, permissionManager, permitted, pluginAccessor, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager |
Fields inherited from class com.opensymphony.xwork.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
ContentNameSearchAction()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
execute()
Deprecated. Perform the search and create the ContentNameSearchResult . |
java.lang.Object |
getBean()
Deprecated. |
ContentNameSearchResult |
getResult()
Deprecated. |
void |
setContentNameSearchService(ContentNameSearchService contentNameSearchService)
Deprecated. |
void |
setMaxPerCategory(int maxPerCategory)
Deprecated. |
void |
setQuery(java.lang.String query)
Deprecated. |
void |
setServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest)
Deprecated. |
void |
setSpaceKey(java.lang.String spaceKey)
Deprecated. |
void |
setType(java.lang.String[] types)
Deprecated. |
Methods inherited from class com.opensymphony.xwork.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.confluence.validation.MessageHolderAware |
---|
validate |
Constructor Detail |
---|
public ContentNameSearchAction()
Method Detail |
---|
public java.lang.String execute() throws java.lang.Exception
Perform the search and create the ContentNameSearchResult
. The individual
ContentNameMatch
objects within the result will be ordered and grouped, so you can count on getting
results ordered like -
execute
in interface com.opensymphony.xwork.Action
execute
in class com.opensymphony.xwork.ActionSupport
java.lang.Exception
public void setQuery(java.lang.String query)
public void setType(java.lang.String[] types)
public void setSpaceKey(java.lang.String spaceKey)
public void setMaxPerCategory(int maxPerCategory)
public ContentNameSearchResult getResult()
public java.lang.Object getBean()
getBean
in interface Beanable
ContentNameSearchResult
) on successful execution of this action. If the
action has not executed then the return value will be null.public void setServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest)
setServletRequest
in interface com.opensymphony.webwork.interceptor.ServletRequestAware
public void setContentNameSearchService(ContentNameSearchService contentNameSearchService)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |