Package | Description |
---|---|
org.apache.jetspeed.om.folder | |
org.apache.jetspeed.page | |
org.apache.jetspeed.page.document |
Modifier and Type | Class and Description |
---|---|
class |
InvalidFolderException
InvalidFolderException
|
Modifier and Type | Method and Description |
---|---|
DynamicPage |
Folder.getDynamicPage(String name)
getDynamicPage
|
NodeSet |
Folder.getDynamicPages()
getDynamicPages
|
FragmentDefinition |
Folder.getFragmentDefinition(String name)
getFragmentDefinition
|
NodeSet |
Folder.getFragmentDefinitions()
getFragmentDefinitions
|
Link |
Folder.getLink(String name)
getLink
|
NodeSet |
Folder.getLinks()
getLinks
|
Page |
Folder.getPage(String name)
getPage
|
NodeSet |
Folder.getPages()
getPages
|
PageSecurity |
Folder.getPageSecurity()
getPageSecurity
|
PageTemplate |
Folder.getPageTemplate(String name)
getPageTemplate
|
NodeSet |
Folder.getPageTemplates()
getPageTemplates
|
Modifier and Type | Class and Description |
---|---|
class |
FolderNotRemovedException
FolderNotRemovedException
|
class |
FolderNotUpdatedException
FolderNotUpdatedException
|
class |
LinkNotRemovedException
LinkNotRemovedException
|
class |
LinkNotUpdatedException
LinkNotUpdatedException
|
class |
PageNotRemovedException
PageNotRemovedException
|
class |
PageNotUpdatedException
PageNotUpdatedException
|
Modifier and Type | Method and Description |
---|---|
int |
PageManager.addPages(Page[] pages) |
DynamicPage |
PageManager.copyDynamicPage(DynamicPage source,
String path)
Copy the source dynamic page creating and returning a new copy of the dynamic
page with the same portlet and fragment collection as the source.
|
DynamicPage |
PageManager.copyDynamicPage(DynamicPage source,
String path,
boolean copyIds)
Copy the source dynamic page creating and returning a new copy of the dynamic
page with the same portlet and fragment collection as the source.
|
Folder |
PageManager.copyFolder(Folder source,
String path)
Copy the source folder creating and returning a new copy of the folder
without copying any content from within the folder
|
BaseFragmentElement |
PageManager.copyFragment(BaseFragmentElement source,
String name)
Copy the source fragment creating and returning a new copy of the fragment
with the parameter collection as the source
The fragment is created with a new fragment id
|
BaseFragmentElement |
PageManager.copyFragment(BaseFragmentElement source,
String name,
boolean copyIds)
Copy the source fragment creating and returning a new copy of the fragment
with the parameter collection as the source
|
FragmentDefinition |
PageManager.copyFragmentDefinition(FragmentDefinition source,
String path)
Copy the source fragment definition creating and returning a new copy of
the fragment definition with the same portlet and fragment collection as the
source.
|
FragmentDefinition |
PageManager.copyFragmentDefinition(FragmentDefinition source,
String path,
boolean copyIds)
Copy the source fragment definition creating and returning a new copy of
the fragment definition with the same portlet and fragment collection as the source.
|
Link |
PageManager.copyLink(Link source,
String path)
Copy the source link creating and returning a new copy of the link
|
Page |
PageManager.copyPage(Page source,
String path)
Copy the source page creating and returning a new copy of the page
with the same portlet and fragment collection as the source.
|
Page |
PageManager.copyPage(Page source,
String path,
boolean copyIds)
Copy the source page creating and returning a new copy of the page
with the same portlet and fragment collection as the source.
|
PageSecurity |
PageManager.copyPageSecurity(PageSecurity source)
Copy the source page security (both global constraints and constraint references)
creating and returning a new copy of the page security definition.
|
PageTemplate |
PageManager.copyPageTemplate(PageTemplate source,
String path)
Copy the source page template creating and returning a new copy of the page
template with the same portlet and fragment collection as the source.
|
PageTemplate |
PageManager.copyPageTemplate(PageTemplate source,
String path,
boolean copyIds)
Copy the source page template creating and returning a new copy of the page
template with the same portlet and fragment collection as the source.
|
void |
PageManager.createUserHomePagesFromRoles(Subject subject)
Creates a user's home page from the roles of the current user.
|
void |
PageManager.deepCopyFolder(Folder srcFolder,
String destinationPath,
String owner)
Deep copy a folder.
|
void |
PageManager.deepCopyFolder(Folder srcFolder,
String destinationPath,
String owner,
boolean copyIds)
Deep copy a folder.
|
void |
PageManager.deepMergeFolder(Folder srcFolder,
String destinationPath,
String owner)
Deep merges a source folder into a destination folder.
|
void |
PageManager.deepMergeFolder(Folder srcFolder,
String destinationPath,
String owner,
boolean copyIds)
Deep merges a source folder into a destination folder.
|
DynamicPage |
PageManager.getDynamicPage(Folder folder,
String name)
getDynamicPage
|
DynamicPage |
PageManager.getDynamicPage(String path)
getDynamicPage
|
NodeSet |
PageManager.getDynamicPages(Folder folder)
getDynamicPages
|
Folder |
PageManager.getFolder(String folderPath)
getFolder
|
FragmentDefinition |
PageManager.getFragmentDefinition(Folder folder,
String name)
getFragmentDefinition
|
FragmentDefinition |
PageManager.getFragmentDefinition(String path)
getFragmentDefinition
|
NodeSet |
PageManager.getFragmentDefinitions(Folder folder)
getFragmentDefinition
|
Link |
PageManager.getLink(Folder folder,
String name)
getLink
|
Link |
PageManager.getLink(String name)
getLink
|
NodeSet |
PageManager.getLinks(Folder folder)
getLinks
|
Page |
PageManager.getPage(Folder folder,
String name)
getPage
|
Page |
PageManager.getPage(String path)
getPage
|
NodeSet |
PageManager.getPages(Folder folder)
getPages
|
PageSecurity |
PageManager.getPageSecurity()
getPageSecurity
|
PageSecurity |
PageManager.getPageSecurity(Folder folder)
getPageSecurity
|
PageTemplate |
PageManager.getPageTemplate(Folder folder,
String name)
getPageTemplate
|
PageTemplate |
PageManager.getPageTemplate(String path)
getPageTemplate
|
NodeSet |
PageManager.getPageTemplates(Folder folder)
getPageTemplates
|
Folder |
PageManager.getUserFolder(String userName)
Retrieve a user's folder
|
Page |
PageManager.getUserPage(String userName,
String pageName)
Retrieve a page for the given user name and page name
|
void |
PageManager.removeDynamicPage(DynamicPage dynamicPage)
Remove a dynamic page.
|
void |
PageManager.removeFolder(Folder folder)
Remove a folder.
|
void |
PageManager.removeFragmentDefinition(FragmentDefinition fragmentDefinition)
Remove a fragment definition.
|
void |
PageManager.removeLink(Link link)
Remove a link.
|
void |
PageManager.removePage(Page page)
Remove a page.
|
void |
PageManager.removePageSecurity(PageSecurity pageSecurity)
Remove a page security document.
|
void |
PageManager.removePageTemplate(PageTemplate pageTemplate)
Remove a page template.
|
void |
PageManager.updateDynamicPage(DynamicPage dynamicPage)
Update a dynamic page in persistent storage
|
void |
PageManager.updateFolder(Folder folder)
Update a folder and all child folders
and documents in persistent storage
|
void |
PageManager.updateFolder(Folder folder,
boolean deep)
Update a folder in persistent storage
|
void |
PageManager.updateFragmentDefinition(FragmentDefinition fragmentDefinition)
Update a fragment definition in persistent storage
|
void |
PageManager.updateFragmentProperties(BaseFragmentElement fragment,
String scope)
Update fragment properties for specified scope.
|
void |
PageManager.updateLink(Link link)
Update a link in persistent storage
|
void |
PageManager.updatePage(Page page)
Update a page in persistent storage
|
void |
PageManager.updatePageSecurity(PageSecurity pageSecurity)
Update a page security document in persistent storage
|
void |
PageManager.updatePageTemplate(PageTemplate pageTemplate)
Update a page template in persistent storage
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentException
DocumentException
|
class |
DocumentTypeAlreadyRegisteredException
DocumentTypeAlreadyRegisteredException
|
class |
FailedToDeleteDocumentException
FailedToDeleteDocument
|
class |
FailedToDeleteFolderException
FailedToDeleteFolderException
|
class |
FailedToUpdateDocumentException
FailedToUpdateDocumentException
|
class |
FailedToUpdateFolderException
FailedToUpdateFolderException
|
class |
UnsupportedDocumentTypeException
UnsupportedDocumentTypeException
|
Modifier and Type | Method and Description |
---|---|
Document |
DocumentHandler.getDocument(String name) |
Document |
DocumentHandler.getDocument(String name,
boolean fromCahe) |
Folder |
FolderHandler.getFolder(String path)
getFolder
|
Folder |
FolderHandler.getFolder(String path,
boolean fromCache)
getFolder
|
NodeSet |
FolderHandler.getFolders(String path)
getFolders
|
NodeSet |
FolderHandler.getNodes(String path,
boolean regexp,
String documentType)
getNodes
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.