public interface PageCollectionResource extends ManagedResource
| Modifier and Type | Method and Description |
|---|---|
void |
addToPages(PageResource page)
Adds an page to the list of pages referenced by this page collection
|
java.util.List<PageResource> |
getPages()
Gets the list of pages referenced by this page collection
|
void |
removeFromPages(PageResource page)
Removes an page from the list of pages referenced by this page collection
|
void |
setPages(java.util.List<PageResource> pages)
Sets the list of pages refernced by this page collection
|
getAuthorizedActions, getCreated, getCreator, getDescription, getDocumentRef, getId, getIsInitialized, getIsSecured, getIsSeeded, getModified, getModifier, getName, getNamespace, getPortal, getRootSecurityEntity, getSecurityEntity, getSecurityId, getShortId, getType, getVersionId, inheritsSecurity, lock, setCreated, setCreator, setDescription, setDocumentRef, setIsInitialized, setIsSeeded, setName, setNamespace, setPortal, setSecurityEntity, setSecurityId, setVersionId@PersistReference(eager=false, strong=false, export=true, autoPropagateNamespace=false) java.util.List<PageResource> getPages()
void setPages(java.util.List<PageResource> pages)
pages - the list of pagesvoid addToPages(PageResource page)
page - the page to addvoid removeFromPages(PageResource page)
page - the page to remove