com.bea.portal.tools.da.taxonomy.contentselectors
Class ContentSelectorTaxonomy

java.lang.Object
  extended by com.bea.p13n.delegation.taxonomy.ParentedTaxonomyBuilder
      extended by com.bea.portal.tools.da.taxonomy.contentselectors.ContentSelectorTaxonomy
All Implemented Interfaces
TaxonomyBuilder, Serializable

public class ContentSelectorTaxonomy
extends ParentedTaxonomyBuilder

Taxonomy for a ContentSelector.

See Also
Serialized Form

Field Summary
 
Fields inherited from interface com.bea.p13n.delegation.taxonomy.TaxonomyBuilder
TAXONOMY_DELIMITER
 
Constructor Summary
ContentSelectorTaxonomy(ContentSelectorsRootTaxonomy parentTaxonomy, RuleModel selectorModel)
          Constructs a ContentSelector taxomy, which is parented by the main ContentSelector top level taxonomy node.
ContentSelectorTaxonomy(ContentSelectorsRootTaxonomy parentTaxonomy, String nodeId)
           
 
Method Summary
 String getLeafTaxonomy()
          Method that individual ParentedTaxonomyBuilder implementations implement to provide the leaf portion of their taxonomy, which will in most cases be directed derived from the resource they represent.
 
Methods inherited from class com.bea.p13n.delegation.taxonomy.ParentedTaxonomyBuilder
buildTaxonomy, getParentTaxonomy, getTaxonomyLevel, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentSelectorTaxonomy

public ContentSelectorTaxonomy(ContentSelectorsRootTaxonomy parentTaxonomy,
                               RuleModel selectorModel)
Constructs a ContentSelector taxomy, which is parented by the main ContentSelector top level taxonomy node.

Parameters
parentTaxonomy - the parent ContentSelectorsRootTaxonomy
selectorModel - the RuleModel ContentSelector

ContentSelectorTaxonomy

public ContentSelectorTaxonomy(ContentSelectorsRootTaxonomy parentTaxonomy,
                               String nodeId)
Method Detail

getLeafTaxonomy

public String getLeafTaxonomy()
Description copied from class: ParentedTaxonomyBuilder
Method that individual ParentedTaxonomyBuilder implementations implement to provide the leaf portion of their taxonomy, which will in most cases be directed derived from the resource they represent.

Specified by:
getLeafTaxonomy in class ParentedTaxonomyBuilder
Returns


Copyright © 2011, Oracle. All rights reserved.