Uses of Class
org.apache.jetspeed.page.document.NodeException

Packages that use NodeException
org.apache.jetspeed.om.folder   
org.apache.jetspeed.page   
org.apache.jetspeed.page.document   
 

Uses of NodeException in org.apache.jetspeed.om.folder
 

Subclasses of NodeException in org.apache.jetspeed.om.folder
 class InvalidFolderException
           InvalidFolderException
 

Methods in org.apache.jetspeed.om.folder that throw NodeException
 Link Folder.getLink(String name)
           getLink
 NodeSet Folder.getLinks()
           getLinks
 Page Folder.getPage(String name)
           getPage
 NodeSet Folder.getPages()
           getPages
 PageSecurity Folder.getPageSecurity()
           getPageSecurity
 

Uses of NodeException in org.apache.jetspeed.page
 

Subclasses of NodeException in org.apache.jetspeed.page
 class FolderNotRemovedException
           FolderNotRemovedException
 class FolderNotUpdatedException
           FolderNotUpdatedException
 class LinkNotRemovedException
           LinkNotRemovedException
 class LinkNotUpdatedException
           LinkNotUpdatedException
 class PageNotRemovedException
           PageNotRemovedException
 class PageNotUpdatedException
           PageNotUpdatedException
 

Methods in org.apache.jetspeed.page that throw NodeException
 int PageManager.addPages(Page[] pages)
           
 Folder PageManager.copyFolder(Folder source, String path)
          Copy the source folder creating and returning a new copy of the folder with the same content as the source All subobjects are created with new ids
 Fragment PageManager.copyFragment(Fragment 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
 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 All fragments are created with new fragment ids
 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.
 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.
 ContentPage PageManager.getContentPage(String path)
           ContentPage
 Folder PageManager.getFolder(String folderPath)
           getFolder
 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
 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.removeFolder(Folder folder)
          Remove a folder.
 void PageManager.removeLink(Link link)
          Remove a link.
 void PageManager.removePage(Page page)
          Remove a document.
 void PageManager.removePageSecurity(PageSecurity pageSecurity)
          Remove a page security document.
 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.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
 

Uses of NodeException in org.apache.jetspeed.page.document
 

Subclasses of NodeException in org.apache.jetspeed.page.document
 class DocumentException
           DocumentException
 class DocumentTypeAlreadyRegisteredException
           DocumentTypeAlreadyRegisteredException
 class FailedToDeleteDocumentException
           FailedToDeleteDocument
 class FailedToDeleteFolderException
           FailedToDeleteFolderException
 class FailedToUpdateDocumentException
           FailedToUpdateDocumentException
 class FailedToUpdateFolderException
           FailedToUpdateFolderException
 class UnsupportedDocumentTypeException
           UnsupportedDocumentTypeException
 

Methods in org.apache.jetspeed.page.document that throw NodeException
 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-2007 Apache Software Foundation. All Rights Reserved.