Guvnor - Services API 6.2.0.CR4

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.CR4

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