com.bea.portal.tools.da.taxonomy.portal
Class DesktopTemplateTaxonomy

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

public class DesktopTemplateTaxonomy
extends com.bea.portal.tools.da.taxonomy.portal.DesktopTaxonomy

Taxonomy for a DesktopTemplate, which is contained within a DesktopTemplates taxonomy node.

See Also
Serialized Form

Field Summary
 
Fields inherited from interface com.bea.p13n.delegation.taxonomy.TaxonomyBuilder
TAXONOMY_DELIMITER
 
Constructor Summary
DesktopTemplateTaxonomy(DesktopTemplatesTaxonomy parentTaxonomy, DesktopDefinitionId deskDefId, String webApp, boolean isGlobal)
          Constructs a DesktopTemplate taxonomy, parented by the specified DesktopTemplatesTaxonomy, and based on the desktop defintion id of the DesktopTemplate, the name of its containing webapp and whether or not it is global.
 
Method Summary
protected  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.portal.tools.da.taxonomy.portal.DesktopTaxonomy
getDesktopTaxonomyNodeId
 
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

DesktopTemplateTaxonomy

public DesktopTemplateTaxonomy(DesktopTemplatesTaxonomy parentTaxonomy,
                               DesktopDefinitionId deskDefId,
                               String webApp,
                               boolean isGlobal)
Constructs a DesktopTemplate taxonomy, parented by the specified DesktopTemplatesTaxonomy, and based on the desktop defintion id of the DesktopTemplate, the name of its containing webapp and whether or not it is global.

Parameters
parentTaxonomy - the parent DesktopTemplatesTaxonomy
deskDefId - the desktop definition id of the DesktopTemplate
webApp - the name of the webapp containing the DesktopTemplate
isGlobal - flag specifying whether or not the DesktopTemplate is global
Method Detail

getLeafTaxonomy

protected 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 © 2006 BEA Systems, Inc. All Rights Reserved