| Package: | CQ.wcm |
| Class: | Page |
| Extends: | Object |
| Clientlib: | cq.widgets |
| Property | Defined By | |
|---|---|---|
|
Page.STATUS_PATH : String
<static> The path to the service rendering page info.
|
Page | |
|
Page.STATUS_SELECTOR : String Deprecated:
<static> The name of the status selector. |
Page | |
| Method | Defined By | |
|---|---|---|
|
canUnlock() : Boolean Returns true if the current user has permission to unlock the page.
Returns true if the current user has permission to unlock the page.
Parameters:
|
Page | |
|
getLockOwner() : String Returns the ID of the user that has locked the page.
Returns the ID of the user that has locked the page.
Parameters:
|
Page | |
|
hasPermission() : Boolean Returns true if the user has the specified permission on the
path.
Returns true if the user has the specified permission on the
path.
Parameters:
|
Page | |
|
isDesignable() : Boolean Returns true if the page has a design and the user
has permission to edit the design.
Returns true if the page has a design and the user
has permission to edit the design.
Parameters:
|
Page | |
|
isInBlueprint() : Boolean Returns true if the page is part of a Blueprint.
Returns true if the page is part of a Blueprint.
Parameters:
|
Page | |
|
isLiveCopy() : Boolean Returns true if the page is a Live Copy.
Returns true if the page is a Live Copy.
Parameters:
|
Page | |
|
isLiveCopySource() : Boolean Returns true if the page is the source of a Live Copy.
Returns true if the page is the source of a Live Copy.
Parameters:
|
Page | |
|
isLocked() : Boolean Returns true if the page is currently locked by another user.
Returns true if the page is currently locked by another user.
Parameters:
|
Page | |
|
isReadOnly() : Boolean Returns true if the user has no update permission on the page.
Returns true if the user has no update permission on the page.
Parameters:
|
Page | |
lock( [Function callback], [Object scope] ) : void Locks the page.
Locks the page.
Parameters:
|
Page | |
unlock( [Function callback], [Object scope] ) : void Unlocks the page.
Unlocks the page.
Parameters:
|
Page | |