| Package: | CQ.wcm.msm.MSM |
| Class: | Commands |
| Extends: | Object |
| Clientlib: | cq.widgets |
| Method | Defined By | |
|---|---|---|
Commands.addSkippedPage( String parentTargetPath, String[] childNames, [Function callback], [Object scope] ) : void <static> Adds a list of child pages to the skipped page list.
<static> Adds a list of child pages to the skipped page list.
Parameters:
|
Commands | |
Commands.attachLiveCopy( String srcPath, String targetPath, [Boolean deep], [Function callback], [Object scope] ) : void <static> Attaches a Live Copy page to its Blueprint page, i.e. transform a standalone page into
a Live Copy.
<static> Attaches a Live Copy page to its Blueprint page, i.e. transform a standalone page into
a Live Copy.
Parameters:
|
Commands | |
Commands.createCatalog( String parentPath ) : void Deprecated: since 5.6.1; use CQ.commerce.Edit.createCatalog
<static> Creates a Catalog from a Catalog Blueprint.
While very similar to creating a LiveCopy, Catalog creatio...
<static> Creates a Catalog from a Catalog Blueprint.
While very similar to creating a LiveCopy, Catalog creation uses special rolloutConfigs which
create LiveCopy pages from templates rather than from the blueprint pages themselves. The
blueprint pages define the templates, the page names, and other properties.
Catalog creation is always deep, and unlike livecopy creation, the catalog blueprint is always
in control of the rolloutConfig.
Parameters:
|
Commands | |
Commands.createLiveCopy( String srcPath, String destPath, [String before], [String pageName], [Boolean shallow], [String[] rolloutConfigs], [Function callback], [Object scope] ) : void <static> Creates a Live Copy.
<static> Creates a Live Copy.
Parameters:
|
Commands | |
Commands.detachLiveCopy( String targetPath, [Function callback], [Object scope] ) : void <static> Detaches a Live Copy, i.e. transform Live Copy into a standalone page.
<static> Detaches a Live Copy, i.e. transform Live Copy into a standalone page.
Parameters:
|
Commands | |
Commands.recreateLiveCopy( String srcPath, String targetPath, [Function callback], [Object scope] ) : void Deprecated: Use rollout with reset option instead
<static> Recreates a Live Copy. Warning: all local modifications will be lost.
<static> Recreates a Live Copy. Warning: all local modifications will be lost.
Parameters:
|
Commands | |
Commands.removeSkippedPage( String parentTargetPath, String[] childNames, [Function callback], [Object scope] ) : void <static> Removes a list of child pages from the skipped page list.
<static> Removes a list of child pages from the skipped page list.
Parameters:
|
Commands | |
Commands.resetLiveCopy( String srcPath, String targetPath, [Boolean deep], [Function callback], [Object scope] ) : void <static> Runs a reset rollout on a Live Copy. Warning !! Some local modifications will be lost:
deleted paragra...
<static> Runs a reset rollout on a Live Copy. Warning !! Some local modifications will be lost:
Parameters:
|
Commands | |
Commands.rollout( String srcPath, String targetPath, [Boolean deep], [Boolean reset], [Function callback], [Object scope] ) : void <static> Rolls out a Live Copy.
<static> Rolls out a Live Copy.
Parameters:
|
Commands | |
Commands.rolloutLiveCopy( String srcPath, String targetPath, [Boolean deep], [Function callback], [Object scope] ) : void <static> Rolls out a Live Copy.
<static> Rolls out a Live Copy.
Parameters:
|
Commands | |
Commands.skipLiveCopy( String targetPath, [Function callback], [Object scope] ) : void <static> Adds a page to the skipped page list.
<static> Adds a page to the skipped page list.
Parameters:
|
Commands | |
Commands.unskipLiveCopy( String targetPath, [Function callback], [Object scope] ) : void <static> Removes a page from the skipped page list.
<static> Removes a page from the skipped page list.
Parameters:
|
Commands | |