Skip navigation links
com.bea.portal.tools.da.taxonomy.content
Class CheckedOutItemTaxonomy
java.lang.Object
com.bea.p13n.delegation.taxonomy.ParentedTaxonomyBuilder
com.bea.portal.tools.da.taxonomy.content.CheckedOutItemTaxonomy
- All Implemented Interfaces
- TaxonomyBuilder, Serializable
-
public class CheckedOutItemTaxonomy
- extends ParentedTaxonomyBuilder
Taxonomy for a content CheckedOutItem, which is contained within the content CheckedOutItems folder.
- See Also
- Serialized Form
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. |
CheckedOutItemTaxonomy
public CheckedOutItemTaxonomy(CheckedOutItemsTaxonomy parentTaxonomy,
String repoName,
VirtualNode node)
- Constructs a CheckedOutItem taxonomy, parented by the CheckedOutItems folder taxonomy. This additionally requires the repository name and the VirtualNode associated with the CheckedOutItem.
- Parameters
parentTaxonomy
- the parent CheckedOutItemsTaxonomy
repoName
- the repository name
node
- the VirtualNode associated with the CheckedOutItem
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.