com.day.cq.compat.migration
Interface MigrationConstants


public interface MigrationConstants

The MigrationConstants interface provides useful constants throughout the upgrade process.


Field Summary
static String APPLICATION_OCTET_STREAM
          The default content type, if non can be resolved for any page (value is "application/octet-stream")
static String ATOM_DATA
          The name of the data atom (value is "data")
static String ATOM_FILE
          The name of the file atom (value is "File")
static String ATOM_FILE_TITLE
          The name of the file name atom (value is "FileTitle")
static String ATOM_HIDE_IN_NAV
          The name of the HideInNav atom (value is "HideInNav")
static String ATOM_IMAGE
          The name of the image atom (value is "Image")
static String ATOM_IMAGE_TYPE
          The name of the image type atom (value is "ImageType")
static String ATOM_LANGUAGE
          The name of the Language atom (value is "Language")
static String ATOM_NAV_TITLE
          The name of the navigation title atom (value is "NavTitle")
static String ATOM_OFF_TIME
          The name of the OffTime atom (value is "OffTime")
static String ATOM_ON_TIME
          The name of the OnTime atom (value is "OnTime")
static String ATOM_PAGE_TITLE
          The name of the page title atom (value is "PageTitle")
static String ATOM_TEXT
          The name of text atom (value is "Text")
static String ATOM_TITLE
          The name of the title atom (value is "Title")
static String CLIST_PAR
          The name of the main paragraph container list (value is "Par")
static String EXT_RES
          The extension to assign to media lib file nodes representing media lib entries (value is ".res").
static String LOCATION_FACTORY_PID
          The Factory PID of the configuration objects describing the content locations to be migrated from the Communique 4 systems (value is "com.day.cq.compat.migration.factory.location").
static String PAR_CQ5_PASS
          The name of the form field used to provide password of the user to access the Communique 5 system when sending page modifications (value is "cq5pass").
static String PAR_CQ5_PASS_DEFAULT
          The default value for the password form field (value is "admin").
static String PAR_CQ5_UPDATE
          The name of the form field used to check whether the Communiqué 5 system is updated with page modifications after first sending thenselected content.
static String PAR_CQ5_URL
          The name of the form field used to provide the URL to the Communique 5 system to which modified pages are sent (value is "cq5url").
static String PAR_CQ5_USER
          The name of the form field used to provide the name of the user to access the Communique 5 system when sending page modifications (value is "cq5user").
static String PAR_CQ5_USER_DEFAULT
          The default value for the user form field (value is "admin").
static String PAR_PASS
          The name of the form field used to provide password of the user to access the Communique 4 system to upgrade (value is "pass").
static String PAR_PASS_DEFAULT
          The default value for the password form field (value is "superuser").
static String PAR_URL
          The name of the form field used to provide the URL to the Communique 4 system to upgrade (value is "url").
static String PAR_URL_DEFAULT
          The default value for the URL form field (value is "http://localhost:4402/author").
static String PAR_USER
          The name of the form field used to provide the name of the user to access the Communique 4 system to upgrade (value is "user").
static String PAR_USER_DEFAULT
          The default value for the user form field (value is "superuser").
static String TYPE_CQ_PAGE_CONTENT
          The type of the toplevel container of the page (value is "cq:PageContent")
static String UPDATE_PAGE
          The handle of the page access by the updater servlet to retriev content to be updated (value is "/libs/CQ5Update/content/update")
static String UPDATE_ROOT
          The root path of the template used on the Commnuniqué 4 system (value is "/libs/CQ5Update").
 

Field Detail

UPDATE_ROOT

static final String UPDATE_ROOT
The root path of the template used on the Commnuniqué 4 system (value is "/libs/CQ5Update").

See Also:
Constant Field Values

UPDATE_PAGE

static final String UPDATE_PAGE
The handle of the page access by the updater servlet to retriev content to be updated (value is "/libs/CQ5Update/content/update")

See Also:
Constant Field Values

PAR_URL

static final String PAR_URL
The name of the form field used to provide the URL to the Communique 4 system to upgrade (value is "url").

See Also:
PAR_URL_DEFAULT, Constant Field Values

PAR_URL_DEFAULT

static final String PAR_URL_DEFAULT
The default value for the URL form field (value is "http://localhost:4402/author").

See Also:
PAR_URL, Constant Field Values

PAR_USER

static final String PAR_USER
The name of the form field used to provide the name of the user to access the Communique 4 system to upgrade (value is "user").

See Also:
PAR_USER_DEFAULT, Constant Field Values

PAR_USER_DEFAULT

static final String PAR_USER_DEFAULT
The default value for the user form field (value is "superuser").

See Also:
PAR_USER, Constant Field Values

PAR_PASS

static final String PAR_PASS
The name of the form field used to provide password of the user to access the Communique 4 system to upgrade (value is "pass").

See Also:
PAR_PASS_DEFAULT, Constant Field Values

PAR_PASS_DEFAULT

static final String PAR_PASS_DEFAULT
The default value for the password form field (value is "superuser").

See Also:
PAR_PASS, Constant Field Values

PAR_CQ5_UPDATE

static final String PAR_CQ5_UPDATE
The name of the form field used to check whether the Communiqué 5 system is updated with page modifications after first sending thenselected content. The value of the form field does not matter, rather we except this field to be a checkbox.

See Also:
Constant Field Values

PAR_CQ5_URL

static final String PAR_CQ5_URL
The name of the form field used to provide the URL to the Communique 5 system to which modified pages are sent (value is "cq5url"). The default value for this field is computed at run time from the request to the JSP form.

See Also:
Constant Field Values

PAR_CQ5_USER

static final String PAR_CQ5_USER
The name of the form field used to provide the name of the user to access the Communique 5 system when sending page modifications (value is "cq5user").

See Also:
PAR_CQ5_USER_DEFAULT, Constant Field Values

PAR_CQ5_USER_DEFAULT

static final String PAR_CQ5_USER_DEFAULT
The default value for the user form field (value is "admin").

See Also:
PAR_CQ5_USER, Constant Field Values

PAR_CQ5_PASS

static final String PAR_CQ5_PASS
The name of the form field used to provide password of the user to access the Communique 5 system when sending page modifications (value is "cq5pass").

See Also:
PAR_CQ5_PASS_DEFAULT, Constant Field Values

PAR_CQ5_PASS_DEFAULT

static final String PAR_CQ5_PASS_DEFAULT
The default value for the password form field (value is "admin").

See Also:
PAR_CQ5_PASS, Constant Field Values

LOCATION_FACTORY_PID

static final String LOCATION_FACTORY_PID
The Factory PID of the configuration objects describing the content locations to be migrated from the Communique 4 systems (value is "com.day.cq.compat.migration.factory.location").

See Also:
Constant Field Values

ATOM_LANGUAGE

static final String ATOM_LANGUAGE
The name of the Language atom (value is "Language")

See Also:
Constant Field Values

ATOM_ON_TIME

static final String ATOM_ON_TIME
The name of the OnTime atom (value is "OnTime")

See Also:
Constant Field Values

ATOM_OFF_TIME

static final String ATOM_OFF_TIME
The name of the OffTime atom (value is "OffTime")

See Also:
Constant Field Values

ATOM_HIDE_IN_NAV

static final String ATOM_HIDE_IN_NAV
The name of the HideInNav atom (value is "HideInNav")

See Also:
Constant Field Values

ATOM_NAV_TITLE

static final String ATOM_NAV_TITLE
The name of the navigation title atom (value is "NavTitle")

See Also:
Constant Field Values

ATOM_PAGE_TITLE

static final String ATOM_PAGE_TITLE
The name of the page title atom (value is "PageTitle")

See Also:
Constant Field Values

ATOM_TITLE

static final String ATOM_TITLE
The name of the title atom (value is "Title")

See Also:
Constant Field Values

ATOM_TEXT

static final String ATOM_TEXT
The name of text atom (value is "Text")

See Also:
Constant Field Values

ATOM_DATA

static final String ATOM_DATA
The name of the data atom (value is "data")

See Also:
Constant Field Values

ATOM_IMAGE

static final String ATOM_IMAGE
The name of the image atom (value is "Image")

See Also:
Constant Field Values

ATOM_IMAGE_TYPE

static final String ATOM_IMAGE_TYPE
The name of the image type atom (value is "ImageType")

See Also:
Constant Field Values

ATOM_FILE

static final String ATOM_FILE
The name of the file atom (value is "File")

See Also:
Constant Field Values

ATOM_FILE_TITLE

static final String ATOM_FILE_TITLE
The name of the file name atom (value is "FileTitle")

See Also:
Constant Field Values

CLIST_PAR

static final String CLIST_PAR
The name of the main paragraph container list (value is "Par")

See Also:
Constant Field Values

TYPE_CQ_PAGE_CONTENT

static final String TYPE_CQ_PAGE_CONTENT
The type of the toplevel container of the page (value is "cq:PageContent")

See Also:
Constant Field Values

APPLICATION_OCTET_STREAM

static final String APPLICATION_OCTET_STREAM
The default content type, if non can be resolved for any page (value is "application/octet-stream")

See Also:
Constant Field Values

EXT_RES

static final String EXT_RES
The extension to assign to media lib file nodes representing media lib entries (value is ".res"). This extension allows forcing to use the Sling spool functionality of the file content and also easy handling in upgraded scripts.

See Also:
Constant Field Values


Copyright © 2009 Day Management AG. All Rights Reserved.