com.day.cq.wcm.core.impl.commands
Interface WCMCommand

All Known Implementing Classes:
CopyMoveCommand, CreatePageCommand, CreateVersionCommand, DeletePageCommand, LanguageCopyCommand, LockUnlockCommand, RestoreTreeCommand, RestoreVersionCommand, ScheduleVersionCommand

public interface WCMCommand

WCMCommand...


Field Summary
static String ADJUST_PARAM
          adjust (for heavy move)
static String BEFORE_PARAM
          before param
static String DATE_PARAM
          date to restore to
static String DEST_NAME_PARAM
          destination name
static String DEST_PARENT_PATH_PARAM
          parent path
static String DEST_PATH_PARAM
          destination path
static String PAGE_LABEL_PARAM
          page label
static String PAGE_TITLE_PARAM
          page title
static String PARENT_PATH_PARAM
          parent path
static String PATH_PARAM
          default path parameter name
static String PUBLISH_PARAM
          publish (for heavy move)
static String REVISION_ID_PARAM
          version name
static String SHALLOW_PARAM
          shallow flag
static String SRC_PATH_PARAM
          parent path
static String TEMPLATE_PARAM
          template path
 
Method Summary
 String getCommandName()
           
 org.apache.sling.api.servlets.HtmlResponse performCommand(WCMCommandServlet ctx, org.apache.sling.api.SlingHttpServletRequest request, PageManager pageManager)
           
 

Field Detail

PATH_PARAM

static final String PATH_PARAM
default path parameter name

See Also:
Constant Field Values

PARENT_PATH_PARAM

static final String PARENT_PATH_PARAM
parent path

See Also:
Constant Field Values

SRC_PATH_PARAM

static final String SRC_PATH_PARAM
parent path

See Also:
Constant Field Values

DEST_PARENT_PATH_PARAM

static final String DEST_PARENT_PATH_PARAM
parent path

See Also:
Constant Field Values

DEST_PATH_PARAM

static final String DEST_PATH_PARAM
destination path

See Also:
Constant Field Values

DEST_NAME_PARAM

static final String DEST_NAME_PARAM
destination name

See Also:
Constant Field Values

ADJUST_PARAM

static final String ADJUST_PARAM
adjust (for heavy move)

See Also:
Constant Field Values

PUBLISH_PARAM

static final String PUBLISH_PARAM
publish (for heavy move)

See Also:
Constant Field Values

BEFORE_PARAM

static final String BEFORE_PARAM
before param

See Also:
Constant Field Values

PAGE_LABEL_PARAM

static final String PAGE_LABEL_PARAM
page label

See Also:
Constant Field Values

PAGE_TITLE_PARAM

static final String PAGE_TITLE_PARAM
page title

See Also:
Constant Field Values

TEMPLATE_PARAM

static final String TEMPLATE_PARAM
template path

See Also:
Constant Field Values

SHALLOW_PARAM

static final String SHALLOW_PARAM
shallow flag

See Also:
Constant Field Values

REVISION_ID_PARAM

static final String REVISION_ID_PARAM
version name

See Also:
Constant Field Values

DATE_PARAM

static final String DATE_PARAM
date to restore to

See Also:
Constant Field Values
Method Detail

getCommandName

String getCommandName()

performCommand

org.apache.sling.api.servlets.HtmlResponse performCommand(WCMCommandServlet ctx,
                                                          org.apache.sling.api.SlingHttpServletRequest request,
                                                          PageManager pageManager)


Copyright © 2008 Day Management AG. All Rights Reserved.