public interface Page extends Displayable, Describable, Comparable<Page>, Serializable
Portal.savePage(Page) is invoked.| Modifier and Type | Method and Description |
|---|---|
Permission |
getAccessPermission()
The permissions that represents what users are allowed to access the page
|
Permission |
getEditPermission()
The permissions that represents what users are allowed to modify the page
|
PageId |
getId()
The id of the page
|
String |
getName()
The name of the page
|
SiteId |
getSiteId()
The id of the site the page belongs to
|
void |
setAccessPermission(Permission permission)
Sets the access permission
|
void |
setEditPermission(Permission permission)
Sets the edit permission
|
getDisplayName, setDisplayNamegetDescription, setDescriptioncompareToPageId getId()
SiteId getSiteId()
String getName()
Permission getAccessPermission()
void setAccessPermission(Permission permission)
permission - the access permissionPermission getEditPermission()
void setEditPermission(Permission permission)
permission - the edit permissionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.