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 classMoveBlogPostActionMove a blog post to a new space.classMovePageActionMove a page and its children to a new location in the system.classRemoveHistoricalVersionActionclassRevertPageOrderActionRemoves page position information from the children of the provided page, effectively reverting their order to alphabetical.classSetPageOrderActionSets 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 classRenderContentActionAction used for rendering content, specifically for PREVIEW
-