Guvnor - Services API 6.2.0.Beta3

Uses of Class
org.guvnor.common.services.shared.metadata.model.CategoryItem

Packages that use CategoryItem
org.guvnor.common.services.shared.metadata.model   
 

Uses of CategoryItem in org.guvnor.common.services.shared.metadata.model
 

Subclasses of CategoryItem in org.guvnor.common.services.shared.metadata.model
 class Categories
           
 

Methods in org.guvnor.common.services.shared.metadata.model that return CategoryItem
 CategoryItem CategoryItem.addChildren(String name, String description)
           
 CategoryItem CategoryItem.getParent()
           
 

Methods in org.guvnor.common.services.shared.metadata.model that return types with arguments of type CategoryItem
 List<CategoryItem> CategoryItem.getChildren()
           
 Iterator<CategoryItem> Categories.iterator()
           
 

Constructors in org.guvnor.common.services.shared.metadata.model with parameters of type CategoryItem
CategoryItem(String name, String description, CategoryItem parent)
           
 


Guvnor - Services API 6.2.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.