Uses of Class
org.rhq.core.domain.content.InstalledPackage

Packages that use InstalledPackage
org.rhq.core.domain.resource   
 

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

Methods in org.rhq.core.domain.resource that return InstalledPackage
 InstalledPackage CreateResourceHistory.getInstalledPackage()
           
 

Methods in org.rhq.core.domain.resource that return types with arguments of type InstalledPackage
 Set<InstalledPackage> Resource.getInstalledPackages()
           
 

Methods in org.rhq.core.domain.resource with parameters of type InstalledPackage
 void Resource.addInstalledPackage(InstalledPackage installedPackage)
           
 void CreateResourceHistory.setInstalledPackage(InstalledPackage installedPackage)
           
 

Method parameters in org.rhq.core.domain.resource with type arguments of type InstalledPackage
 void Resource.setInstalledPackages(Set<InstalledPackage> installedPackages)
           
 

Constructors in org.rhq.core.domain.resource with parameters of type InstalledPackage
CreateResourceHistory(Resource parentResource, ResourceType resourceType, String subjectName, InstalledPackage installedPackage)
          Helper constructor when creating a request for a content-backed resource.
 



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