Uses of Class
org.rhq.core.domain.resource.ResourceSubCategory

Packages that use ResourceSubCategory
org.rhq.core.domain.resource   
org.rhq.core.domain.resource.group.composite   
 

Uses of ResourceSubCategory in org.rhq.core.domain.resource
 

Methods in org.rhq.core.domain.resource that return ResourceSubCategory
 ResourceSubCategory ResourceSubCategory.getParentSubCategory()
          Returns this subcategory's parent subcategory, or null if this subcateogry has no parent.
 ResourceSubCategory ResourceType.getSubCategory()
          Returns the ResourceSubCategory, if any, which this ResourceType has been tagged with.
 

Methods in org.rhq.core.domain.resource that return types with arguments of type ResourceSubCategory
 List<ResourceSubCategory> ResourceType.getChildSubCategories()
          Returns the List of child ResourceSubCategorys which have been defined on this ResourceType.
 List<ResourceSubCategory> ResourceSubCategory.getChildSubCategories()
           
 

Methods in org.rhq.core.domain.resource with parameters of type ResourceSubCategory
 void ResourceType.addChildSubCategory(ResourceSubCategory subCategory)
          Adds a child ResourceSubCategory to the List which has been defined on this ResourceType.
 void ResourceSubCategory.addChildSubCategory(ResourceSubCategory childSubCategory)
          add a child ResourceSubCategory to this instance
 int ResourceSubCategory.compareTo(ResourceSubCategory that)
           
 void ResourceSubCategory.removeChildSubCategory(ResourceSubCategory oldChildSubCategory)
          Removes the given ResourceSubCategory as a child of this ResourceSubCategory
 void ResourceSubCategory.setParentSubCategory(ResourceSubCategory parentSubCategory)
           
 void ResourceType.setSubCategory(ResourceSubCategory subcategory)
          Tags this ResourceType as being part of the specified ResourceSubCategory
 void ResourceSubCategory.update(ResourceSubCategory newSubCategory)
          Updates the contents of this definition with values from the specified new defintion.
 

Method parameters in org.rhq.core.domain.resource with type arguments of type ResourceSubCategory
 void ResourceType.setChildSubCategories(List<ResourceSubCategory> subCategories)
          Sets the List of child ResourceSubCategorys for this ResourceType.
 void ResourceSubCategory.setChildSubCategories(List<ResourceSubCategory> childSubCategories)
           
 

Uses of ResourceSubCategory in org.rhq.core.domain.resource.group.composite
 

Methods in org.rhq.core.domain.resource.group.composite that return ResourceSubCategory
 ResourceSubCategory AutoGroupComposite.getSubcategory()
           
 

Constructors in org.rhq.core.domain.resource.group.composite with parameters of type ResourceSubCategory
AutoGroupComposite(Double availability, Resource parentResource, ResourceSubCategory subcategory, long memberCount)
           
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.