Uses of Interface
com.day.cq.contentbus.Page

Packages that use Page
com.day.cq.contentbus   
 

Uses of Page in com.day.cq.contentbus
 

Methods in com.day.cq.contentbus that return Page
 Page Page.create(String csd, String labelhint, String above)
          Creates a new child page with the indicated csd above the one specified by 'above'. the contentid of the page will more or less be 'labelhint'
 Page Ticket.createPage(String handle, String csd)
          Creates a new page with a given handle and csd.
 Page Ticket.createPage(String parent, String csd, String labelhint, String aboveLabel)
          Same as Ticket.createPage(String, String, String, String, boolean) but passing false as exact parameter.
 Page Ticket.createPage(String parent, String csd, String labelhint, String aboveLabel, boolean exact)
          Creates a new page below the page indicated by parent for a given csd.
 Page Ticket.createPage(String handle, String csd, UUID uuid)
          Creates a new page with a given handle, csd and uuid.
 Page Ticket.createPageAbove(String handle, String csd, UUID uuid, String aboveLabel)
          Creates a new page with a given handle, csd and uuid above the page with the given label.
 Page Page.getEffectivePage()
          Returns the effective page.
 Page Ticket.getEffectivePage(String handle)
          Returns the effective page for the specified handle.
 Page Ticket.getEffectivePage(String handle, VersionId version)
          Returns the effective page for the specified handle. this means that no symlinks are resolved in order to aquired the correct hierarchy node.
 Page Ticket.getPage(String handle)
          Returns a page for the specified handle
 Page Ticket.getPage(String handle, PathContext path)
          Returns a page for the specified handle.
 Page Ticket.getPage(String handle, String versionKey)
          Returns a page for the specified handle and versionKey
 Page Ticket.getPage(String handle, VersionId version)
          returns a page for the specified handle and version. if the versionid is null the HEAD version is returned.
 Page Ticket.getUserPage()
          Returns the user page.
 Page PageIterator.nextPage()
          Returns the next Page in the interation.
 

Methods in com.day.cq.contentbus with parameters of type Page
 void FilterContentPackageBuilder.addFilter(Page page)
          Class constructor that creates a new FilterContentPackage from a Page.
 ACLResult ACL.apply(Page page)
          Compute the ACLResult for the indicated page.
 void ACL.apply(Page page, ACLResult result)
          Computes the ACLResult for the indicated page, combining it with a previously calculated ACLResult.
 boolean FilterContentPackageImpl.contains(Page page)
           
 boolean FilterContentPackage.contains(Page page)
          Deprecated.  
 boolean ContentPackage.contains(Page page)
          Checks if the page satisfies the rules that define this package.
 InputSource HierarchyMgr.createInputSource(Page page)
          Deprecated. since fennec. use com.day.cq.util.XMLUtil#createInputSource(Ticket, String) instead.
 InputStream HierarchyMgr.createInputStream(Page page)
          Optains an input stream on a system resource.
 Document HierarchyMgr.createXmlDocument(Page page, EntityResolver resolver)
          Returns a xml document using the specified resource by the page.
 InputSource HierarchyMgr.createXmlIncludingInputSource(Page page)
          Deprecated. since fennec. use com.day.cq.util.XMLUtil#createXmlIncludingInputSource(Ticket, String) instead.
 URL HierarchyMgr.getResource(Page page)
          Returns a ContentBus URL for the page.
 long HierarchyMgr.getResourceModificationTime(Page page)
          Returns the modification time of the specified resource.
 void Ticket.grant(Page page, int rights)
          Checks, if the ticket has enough access privilages to perform the operation, and throws a AccessControlException if not.
 boolean Ticket.isGranted(Page page, int rights)
          Checks, if the ticket has enough access privilages to perform the operation
 boolean PropertyPackageFilter.matches(Page page)
          Checks if the specified expression matches the atom in the page.
 boolean PackageFilter.matches(Page page)
          Compute if the handle of the page and eventual its content matches the rules of the filter.
 boolean HierarchicalPackageFilter.matches(Page page)
           
 boolean GroupPackageFilter.matches(Page page)
           
 boolean GlobPackageFilter.matches(Page page)
           
 boolean ExactPackageFilter.matches(Page page)
           
 

Constructors in com.day.cq.contentbus with parameters of type Page
FilterContentPackage(Page page)
          Deprecated. since iguana, use FilterContentPackageBuilder instead.
 



Copyright © 2011-2012 Adobe Systems Incorporated. All Rights Reserved.