Uses of Class
com.atlassian.confluence.pages.actions.AbstractCommandAction
-
Packages that use AbstractCommandAction Package Description com.atlassian.confluence.pages.actions com.atlassian.confluence.renderer.actions -
-
Uses of AbstractCommandAction in com.atlassian.confluence.pages.actions
Subclasses of AbstractCommandAction in com.atlassian.confluence.pages.actions Modifier and Type Class Description class
MoveBlogPostAction
Move a blog post to a new space.class
MovePageAction
Move a page and its children to a new location in the system.class
RemoveHistoricalVersionAction
class
RevertPageOrderAction
Removes page position information from the children of the provided page, effectively reverting their order to alphabetical.class
SetPageOrderAction
Sets the order of a page's children to the order specified by the provided child IDs. -
Uses of AbstractCommandAction in com.atlassian.confluence.renderer.actions
Subclasses of AbstractCommandAction in com.atlassian.confluence.renderer.actions Modifier and Type Class Description class
RenderContentAction
Action used for rendering content, specifically for PREVIEW
-