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

Packages that use ResourceCategory
org.rhq.core.domain.criteria   
org.rhq.core.domain.resource   
org.rhq.core.domain.resource.composite   
 

Uses of ResourceCategory in org.rhq.core.domain.criteria
 

Methods in org.rhq.core.domain.criteria with parameters of type ResourceCategory
 void ResourceTypeCriteria.addFilterCategory(ResourceCategory filterCategory)
           
 void ResourceCriteria.addFilterResourceCategory(ResourceCategory filterResourceCategory)
           
 

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

Methods in org.rhq.core.domain.resource that return ResourceCategory
 ResourceCategory ResourceType.getCategory()
           
static ResourceCategory ResourceCategory.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResourceCategory[] ResourceCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.core.domain.resource with parameters of type ResourceCategory
 void ResourceType.setCategory(ResourceCategory category)
           
 

Constructors in org.rhq.core.domain.resource with parameters of type ResourceCategory
ResourceType(String name, String plugin, ResourceCategory category, ResourceType parentResourceType)
           
 

Uses of ResourceCategory in org.rhq.core.domain.resource.composite
 

Methods in org.rhq.core.domain.resource.composite that return ResourceCategory
 ResourceCategory ResourceInstallCount.getCategory()
           
 

Methods in org.rhq.core.domain.resource.composite with parameters of type ResourceCategory
 void ResourceInstallCount.setCategory(ResourceCategory category)
           
 

Constructors in org.rhq.core.domain.resource.composite with parameters of type ResourceCategory
ResourceInstallCount(String typeName, String typePlugin, ResourceCategory category, int typeId, long count)
           
ResourceInstallCount(String typeName, String typePlugin, ResourceCategory category, int typeId, long count, String version)
           
 



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