Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Uses of Class
oracle.stellent.wcm.core.project.structure.SectionNode

Packages that use SectionNode
oracle.stellent.wcm.client.generator   
oracle.stellent.wcm.client.generator.impl   
oracle.stellent.wcm.client.model   
oracle.stellent.wcm.client.script   
oracle.stellent.wcm.core.project.structure   
oracle.stellent.wcm.server.content   
oracle.stellent.wcm.server.content.fs   
oracle.stellent.wcm.server.request   
oracle.stellent.wcm.server.request.url   

 

Uses of SectionNode in oracle.stellent.wcm.client.generator

 

Methods in oracle.stellent.wcm.client.generator with parameters of type SectionNode
 void SectionVisitor.visit(SectionNode section, GeneratorState state)
          Visit the section and return a set of URLs generated from that section.

 

Uses of SectionNode in oracle.stellent.wcm.client.generator.impl

 

Methods in oracle.stellent.wcm.client.generator.impl with parameters of type SectionNode
protected  void BreadthFirstTraversal.traverse(SectionNode sectionNode, SectionVisitor visitor, GeneratorState state)
           

 

Uses of SectionNode in oracle.stellent.wcm.client.model

 

Methods in oracle.stellent.wcm.client.model that return SectionNode
 SectionNode SiteContext.getSection()
           

 

Methods in oracle.stellent.wcm.client.model with parameters of type SectionNode
 void SiteContext.setSection(SectionNode section)
          Set the active section

 

Uses of SectionNode in oracle.stellent.wcm.client.script

 

Methods in oracle.stellent.wcm.client.script that return SectionNode
static SectionNode ScriptMethods.lookupSection(SiteContext siteContext, java.lang.String id)
          Lookup a section by path or ID

 

Methods in oracle.stellent.wcm.client.script that return types with arguments of type SectionNode
static java.util.List<SectionNode> ScriptMethods.filterSections(SiteContext siteContext, java.util.List sections)
          Filter a section list to remove inactive sections and contributor-only sections if not in contribution mode.

 

Uses of SectionNode in oracle.stellent.wcm.core.project.structure

 

Fields in oracle.stellent.wcm.core.project.structure with type parameters of type SectionNode
protected  java.util.Map<java.lang.String,SectionNode> SectionTree.m_sectionMap
           

 

Methods in oracle.stellent.wcm.core.project.structure that return SectionNode
 SectionNode SectionNode.getParent()
           
 SectionNode NamedPageNode.getParent()
          Get the parent section of this named page
 SectionNode SectionTree.getRootSection()
           
 SectionNode SectionTree.getSectionByID(java.lang.String identifier)
          Retrieve the section by identifier
 SectionNode SectionTree.getSectionByPath(java.lang.String path)
          Retrieve the section by path

 

Methods in oracle.stellent.wcm.core.project.structure that return types with arguments of type SectionNode
 java.util.List<SectionNode> SectionNode.getActiveChildren()
           
 java.util.List<SectionNode> SectionNode.getAncestors()
           
 java.util.List<SectionNode> SectionNode.getChildren()
           
protected  java.util.Map<java.lang.String,SectionNode> SectionTree.getSectionMap()
           
 java.util.List<SectionNode> SectionTree.getSectionsAtLevel(int level)
          Retrieve all the sections at a given level, 0 representing just the Home section

 

Methods in oracle.stellent.wcm.core.project.structure with parameters of type SectionNode
 void SectionTree.addRecursiveSection(SectionNode section)
          Add a section and its children to the structure tree
 void SectionTree.addSection(SectionNode section)
          Add a section to this tree

 

Constructors in oracle.stellent.wcm.core.project.structure with parameters of type SectionNode
NamedPageNode(oracle.stellent.wcm.core.project.model.PageType pageType, SectionNode parentSection)
          Construct a new named page
NamedPageNode(oracle.stellent.wcm.core.project.model.PageType pageType, SectionNode parentSection, int parentChildCount)
           
SectionNode(oracle.stellent.wcm.core.project.model.SectionType sectionType, SectionNode parentNode, int index)
           
SectionNode(oracle.stellent.wcm.core.project.model.SectionType sectionType, SectionNode parentNode, int index, boolean recurse)
           

 

Uses of SectionNode in oracle.stellent.wcm.server.content

 

Methods in oracle.stellent.wcm.server.content with parameters of type SectionNode
 int SecurityAdapter.getAccessRightsForSection(oracle.stellent.ridc.IdcContext context, SectionNode section)
          Retrieve the access rights for a given section

 

Uses of SectionNode in oracle.stellent.wcm.server.content.fs

 

Methods in oracle.stellent.wcm.server.content.fs with parameters of type SectionNode
 int FSSecurityAdapter.getAccessRightsForSection(oracle.stellent.ridc.IdcContext context, SectionNode section)
          Retrieve the access rights for a given section

 

Uses of SectionNode in oracle.stellent.wcm.server.request

 

Methods in oracle.stellent.wcm.server.request that return SectionNode
 SectionNode SiteRequestLogic.getSection(SiteRequest siteRequest)
           
 SectionNode SiteRequestLogic.getSection(SiteRequest siteRequest, boolean errorIfNotFound)
           

 

Methods in oracle.stellent.wcm.server.request with parameters of type SectionNode
 boolean SiteRequestLogic.checkSecurity(R pageRequest, SectionNode section)
          Determine if the user has access rights to the given section
 boolean SiteRequestLogic.isSectionAvailable(R pageRequest, SectionNode section)
          Determine if the section is available to the user

 

Uses of SectionNode in oracle.stellent.wcm.server.request.url

 

Methods in oracle.stellent.wcm.server.request.url that return SectionNode
protected  SectionNode UrlLogic.getSectionByID(UrlRequest urlRequest, java.lang.String id)
          Lookup the section, determine if the section is a number or a path

 

Methods in oracle.stellent.wcm.server.request.url with parameters of type SectionNode
protected  oracle.stellent.wcm.server.request.url.UrlLogic.PageTemplateMapping UrlLogic.getPageTemplateForDataFile(UrlRequest urlRequest, SectionNode section, ContentID contentID)
          Determine which page template to use to display the given content ID

 


Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.