|
||||||||||
| 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.pages.actions.AbstractPageAction
com.atlassian.confluence.pages.actions.AbstractPageChangeAction
com.atlassian.confluence.pages.actions.RemovePagePermissionAction
public class RemovePagePermissionAction
| Field Summary |
|---|
| Fields inherited from class com.atlassian.confluence.pages.actions.AbstractPageChangeAction |
|---|
suggestedContentToBeRefactored |
| Fields inherited from class com.atlassian.confluence.pages.actions.AbstractPageAction |
|---|
captchaManager, contentPermissionManager, expertView, incomingLinks, isXHtml, linkManager, MARKUP, pageManager, postingDay, PREVIEW, RICHTEXT, spaceManager, wysiwygConverter |
| Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport |
|---|
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, localeManager, log, permissionManager, permitted, 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 | |
|---|---|
RemovePagePermissionAction()
|
|
| Method Summary | |
|---|---|
String |
execute()
|
String |
getReturnPath()
|
boolean |
isPermitted()
This is slightly more complicated than usual, because we have to be granular on which locks we're trying to remove. |
void |
setPermissionCheckDispatcherResultCache(PermissionCheckDispatcherResultCache permissionCheckDispatcherResultCache)
|
void |
setPermissionId(long permissionId)
|
void |
setRemoveAll(boolean removeAll)
|
void |
setReturnPath(String returnPath)
|
| Methods inherited from class com.atlassian.confluence.pages.actions.AbstractPageChangeAction |
|---|
getNewPageTitle, getNewSpace, getNewSpaceKey, getPermissionTypes, getSuggestedContentToBeRefactored, pageAlreadyExists, setNewPageTitle, setNewSpaceKey |
| 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 RemovePagePermissionAction()
| Method Detail |
|---|
public void setPermissionCheckDispatcherResultCache(PermissionCheckDispatcherResultCache permissionCheckDispatcherResultCache)
public void setPermissionId(long permissionId)
public void setRemoveAll(boolean removeAll)
public String getReturnPath()
public void setReturnPath(String returnPath)
public String execute()
execute in interface com.opensymphony.xwork.Actionexecute in class AbstractPageChangeActionpublic boolean isPermitted()
isPermitted in class AbstractPageChangeAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||