|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork.ActionSupport
com.atlassian.confluence.core.ConfluenceActionSupport
com.atlassian.confluence.user.actions.PagePickerAction
com.atlassian.confluence.user.actions.PagePickerInDraftAction
public class PagePickerInDraftAction
Field Summary |
---|
Fields inherited from class com.atlassian.confluence.user.actions.PagePickerAction |
---|
MAXRESULTS |
Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport |
---|
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, 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 | |
---|---|
PagePickerInDraftAction()
|
Method Summary | |
---|---|
ContentEntityObject |
getContentEntityObject()
|
DraftManager |
getDraftManager()
|
String |
getDraftType()
|
String |
getSpaceKey()
|
boolean |
isNewPage()
convenience method to decide whether to retrieve the page or the draft |
void |
setDraftManager(DraftManager draftManager)
|
void |
setDraftType(String draftType)
|
void |
setSpaceKey(String spaceKey)
|
Methods inherited from class com.atlassian.confluence.user.actions.PagePickerAction |
---|
execute, getAggregateOptions, getAvailableGlobalSpaces, getCurrentspace, getFavouriteSpaces, getFieldname, getFormname, getHistoryPages, getMode, getPageId, getQuery, getRecentlyUpdatedPages, getReferringPages, getSearchBean, getSearchQuery, getSearchResults, getStartIndex, hasAttachFilePermissions, isUpdate, resetSearchQueryBean, setContentEntityManager, setCurrentspace, setFieldname, setFormname, setLinkManager, setMode, setPageId, setPageManager, setQuery, setSearchBean, setSpaceManager, setStartIndex |
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 |
Constructor Detail |
---|
public PagePickerInDraftAction()
Method Detail |
---|
public ContentEntityObject getContentEntityObject()
getContentEntityObject
in class PagePickerAction
public boolean isNewPage()
PagePickerAction
isNewPage
in class PagePickerAction
public String getDraftType()
public void setDraftType(String draftType)
public String getSpaceKey()
public void setSpaceKey(String spaceKey)
public DraftManager getDraftManager()
public void setDraftManager(DraftManager draftManager)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |