public class

SetPageOrderAction

extends AbstractCommandAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.pages.actions.AbstractCommandAction
         ↳ com.atlassian.confluence.pages.actions.SetPageOrderAction

Class Overview

Sets the order of a page's children to the order specified by the provided child IDs.

Summary

[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
SetPageOrderAction()
Public Methods
void setOrderedChildIds(String orderedChildIds)
void setPageId(long pageId)
void setPageService(PageService pageService)
Protected Methods
ServiceCommand createCommand()
[Expand]
Inherited Methods
From class com.atlassian.confluence.pages.actions.AbstractCommandAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.core.Beanable
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

Public Constructors

public SetPageOrderAction ()

Public Methods

public void setOrderedChildIds (String orderedChildIds)

public void setPageId (long pageId)

public void setPageService (PageService pageService)

Protected Methods

protected ServiceCommand createCommand ()