public class

PagePickerAction

extends ConfluenceActionSupport
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.user.actions.PagePickerAction
Known Direct Subclasses

Summary

Constants
int MAXRESULTS
[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
PagePickerAction()
Public Methods
String execute()
List getAggregateOptions()
List getAvailableGlobalSpaces()
ContentEntityObject getContentEntityObject()
String getCurrentspace()
List getFavouriteSpaces()
String getFieldname()
String getFormname()
List getHistoryPages()
String getMode()
long getPageId()
String getQuery()
Provie access to the current search query string.
List getRecentlyUpdatedPages()
List getReferringPages()
SearchBean getSearchBean()
SearchQueryBean getSearchQuery()
List getSearchResults()
int getStartIndex()
boolean hasAttachFilePermissions()
boolean isNewPage()
convenience method to decide whether to retrieve the page or the draft
boolean isUpdate()
void setContentEntityManager(ContentEntityManager contentEntityManager)
void setCurrentspace(String currentspace)
void setFieldname(String fieldname)
void setFormname(String formname)
void setLinkManager(LinkManager linkManager)
void setMode(String mode)
void setPageId(long pageId)
void setPageManager(PageManager pageManager)
void setQuery(String query)
Provide an interface for setting the search query string.
void setSearchBean(SearchBean searchBean)
void setSpaceManager(SpaceManager spaceManager)
void setStartIndex(int startIndex)
Protected Methods
void resetSearchQueryBean()
[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.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

Constants

public static final int MAXRESULTS

Constant Value: 10 (0x0000000a)

Public Constructors

public PagePickerAction ()

Public Methods

public String execute ()

Throws
Exception

public List getAggregateOptions ()

public List getAvailableGlobalSpaces ()

public ContentEntityObject getContentEntityObject ()

public String getCurrentspace ()

public List getFavouriteSpaces ()

public String getFieldname ()

public String getFormname ()

public List getHistoryPages ()

public String getMode ()

public long getPageId ()

public String getQuery ()

Provie access to the current search query string.

public List getRecentlyUpdatedPages ()

public List getReferringPages ()

public SearchBean getSearchBean ()

public SearchQueryBean getSearchQuery ()

public List getSearchResults ()

Throws
IOException

public int getStartIndex ()

public boolean hasAttachFilePermissions ()

public boolean isNewPage ()

convenience method to decide whether to retrieve the page or the draft

Returns
  • false

public boolean isUpdate ()

public void setContentEntityManager (ContentEntityManager contentEntityManager)

public void setCurrentspace (String currentspace)

public void setFieldname (String fieldname)

public void setFormname (String formname)

public void setLinkManager (LinkManager linkManager)

public void setMode (String mode)

public void setPageId (long pageId)

public void setPageManager (PageManager pageManager)

public void setQuery (String query)

Provide an interface for setting the search query string.

public void setSearchBean (SearchBean searchBean)

public void setSpaceManager (SpaceManager spaceManager)

public void setStartIndex (int startIndex)

Protected Methods

protected void resetSearchQueryBean ()