Skip navigation links


com.bea.portal.tools.da.taxonomy.usermgmt
Class GroupTaxonomy

java.lang.Object
  extended by com.bea.p13n.delegation.taxonomy.ParentedTaxonomyBuilder
      extended by com.bea.portal.tools.da.taxonomy.usermgmt.GroupTaxonomy

All Implemented Interfaces
TaxonomyBuilder, Serializable

public class GroupTaxonomy
extends ParentedTaxonomyBuilder

Taxonomy for a Group, which is contained within the Groups top level taxonomy node.

See Also
Serialized Form

Field Summary

 

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

 

Constructor Summary
GroupTaxonomy(GroupTaxonomy parentTaxonomy, GroupView groupView)
          Constructor for a nested group that has a parent group
GroupTaxonomy(GroupTaxonomy parentTaxonomy, String groupName)
          Constructor for a nested group that has a parent group
GroupTaxonomy(GroupView groupView)
          Constructor for the top level "Everyone" group
GroupTaxonomy(String groupName)
          Constructor for the top level "Everyone" group

 

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

GroupTaxonomy

public GroupTaxonomy(GroupView groupView)
Constructor for the top level "Everyone" group
Parameters
groupView - the GroupView object that defines "Everyone"

GroupTaxonomy

public GroupTaxonomy(String groupName)
Constructor for the top level "Everyone" group

GroupTaxonomy

public GroupTaxonomy(GroupTaxonomy parentTaxonomy,
                     GroupView groupView)
Constructor for a nested group that has a parent group
Parameters
parentTaxonomy - the parent GroupTaxonomy
groupView - the GroupView that defines the nested group

GroupTaxonomy

public GroupTaxonomy(GroupTaxonomy parentTaxonomy,
                     String groupName)
Constructor for a nested group that has a parent group
Parameters
parentTaxonomy - the parent GroupTaxonomy

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.