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

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

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

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

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-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.