Skip navigation links


com.bea.portal.tools.da.taxonomy.content
Class RepositoryInRepoModeTaxonomy

java.lang.Object
  extended by com.bea.p13n.delegation.taxonomy.ParentedTaxonomyBuilder
      extended by com.bea.portal.tools.da.taxonomy.content.NodeParentTaxonomy
          extended by com.bea.portal.tools.da.taxonomy.content.RepositoryInRepoModeTaxonomy

All Implemented Interfaces
TaxonomyBuilder, Serializable

public class RepositoryInRepoModeTaxonomy
extends NodeParentTaxonomy

Taxonomy for a Repository, which is contained by the VirtualContentRespository taxonomy

See Also
Serialized Form

Field Summary

 

Fields inherited from interface com.bea.p13n.delegation.taxonomy.TaxonomyBuilder
TAXONOMY_DELIMITER

 

Constructor Summary
RepositoryInRepoModeTaxonomy(VirtualContentRepositoryRootTaxonomy parentTaxonomy, String repositoryName)
          Constructs a Repository taxonomy, parented by the VirtualContentRepository root taxonomy.

 

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

RepositoryInRepoModeTaxonomy

public RepositoryInRepoModeTaxonomy(VirtualContentRepositoryRootTaxonomy parentTaxonomy,
                                    String repositoryName)
Constructs a Repository taxonomy, parented by the VirtualContentRepository root taxonomy.
Parameters
parentTaxonomy - the parent VirtualContentRepositoryRootTaxonomy
repositoryName - the name of the Repository

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

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.