public class Page extends Object implements IFileStructureElement, Serializable
Documentation in this class focus synchronization behavior. About
the use behind the fields in the portal,
see PageConfig
.
PageConfig
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
Page.CenterPageType |
static class |
Page.PageCacheType |
static class |
Page.PageCacheTypeHibernate |
static class |
Page.PageLayoutType |
static class |
Page.PageProtocolType |
static class |
Page.PageWebResourceDataProviderType |
Constructor and Description |
---|
Page() |
Modifier and Type | Method and Description |
---|---|
AccessControlList |
getAccessControlList() |
String |
getChannelId() |
List<PageCss> |
getCsss() |
String |
getDirectoryChannelId()
Returns the identifier of the channel that corresponds to the directory
this element's file resides in.
|
String |
getId()
Returns the element's identifier.
|
SortedSet<InterfaceInstance> |
getInterfaceInstances() |
List<MetaTag> |
getMetaTags() |
String |
getName() |
PropertyBag |
getPropertyBag() |
String |
getStructureFileName()
Returns the name of the structure file for this element.
|
boolean |
isImplicitForeignKeysSet()
Indicates whether the implicit foreign keys, set by
setImplicitForeignKeys(String, String, String, String) ,
have been set. |
void |
setFriendlyId(String friendlyId)
Sets the friendly identifier for this structure element.
|
void |
setImplicitForeignKeys(String accessControlListId,
String parentAccessControlListId,
String propertyBagId,
String parentPropertyBagId)
Sets the implicit foreign keys in this page.
|
public String getChannelId()
public SortedSet<InterfaceInstance> getInterfaceInstances()
public AccessControlList getAccessControlList()
public PropertyBag getPropertyBag()
public boolean isImplicitForeignKeysSet()
setImplicitForeignKeys(String, String, String, String)
,
have been set.public void setImplicitForeignKeys(String accessControlListId, String parentAccessControlListId, String propertyBagId, String parentPropertyBagId)
accessControlListId
- the identifier for this page's ACL.
Must be null
if the page will be added (will be
auto-generated).parentAccessControlListId
- the identifier of the parent of this
page's ACL.propertyBagId
- the identifier for this page's property bag.
Must be null
if the page will be added. (will be
auto-generated).parentPropertyBagId
- the identifier for the parent of this
page's property bag.public String getId()
IFileStructureElement
getId
in interface IFileStructureElement
public String getDirectoryChannelId()
IFileStructureElement
getDirectoryChannelId
in interface IFileStructureElement
public String getStructureFileName()
IFileStructureElement
getStructureFileName
in interface IFileStructureElement
public void setFriendlyId(String friendlyId)
IFileStructureElement
setFriendlyId
in interface IFileStructureElement
friendlyId
- the friendly identifier.public String getName()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.