public class

PageDestinationSearchAction

extends ConfluenceActionSupport
implements Beanable
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.pages.actions.PageDestinationSearchAction

Class Overview

An action that will perform a search in Confluence returning results suitable as targets for moving a page to a new parent. This differs from the SearchSiteAction in that the results are restricted only to pages and spaces (spaces are the target for a move to the root of a space).

Summary

Nested Classes
class PageDestinationSearchAction.DestinationSearchResults  
class PageDestinationSearchAction.IndividualDestinationSearchResult  
[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
PageDestinationSearchAction()
Public Methods
String execute()
Object getBean()
String getQuery()
String getWhere()
void setPredefinedSearchBuilder(PredefinedSearchBuilder predefinedSearchBuilder)
void setQuery(String queryString)
void setSearchManager(SearchManager searchManager)
void setSearchMapper(LuceneSearchMapper searchMapper)
void setStartIndex(int startIndex)
void setWhere(String where)
void validate()
Ensure a valid query has been supplied.
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.core.Beanable
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public PageDestinationSearchAction ()

Public Methods

public String execute ()

Throws
Exception

public Object getBean ()

public String getQuery ()

public String getWhere ()

public void setPredefinedSearchBuilder (PredefinedSearchBuilder predefinedSearchBuilder)

public void setQuery (String queryString)

public void setSearchManager (SearchManager searchManager)

public void setSearchMapper (LuceneSearchMapper searchMapper)

public void setStartIndex (int startIndex)

public void setWhere (String where)

public void validate ()

Ensure a valid query has been supplied.