|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstalledPackageHistory | |
---|---|
org.rhq.core.domain.content | |
org.rhq.core.domain.resource |
Uses of InstalledPackageHistory in org.rhq.core.domain.content |
---|
Methods in org.rhq.core.domain.content that return InstalledPackageHistory | |
---|---|
InstalledPackageHistory |
PackageInstallationStep.getInstalledPackageHistory()
|
Methods in org.rhq.core.domain.content that return types with arguments of type InstalledPackageHistory | |
---|---|
Set<InstalledPackageHistory> |
ContentServiceRequest.getInstalledPackageHistory()
Conveys which packages are being manipulated in this request. |
Methods in org.rhq.core.domain.content with parameters of type InstalledPackageHistory | |
---|---|
void |
ContentServiceRequest.addInstalledPackageHistory(InstalledPackageHistory installedPackage)
|
void |
PackageInstallationStep.setInstalledPackageHistory(InstalledPackageHistory installedPackageHistory)
|
Method parameters in org.rhq.core.domain.content with type arguments of type InstalledPackageHistory | |
---|---|
void |
ContentServiceRequest.setInstalledPackageHistory(Set<InstalledPackageHistory> installedPackageHistory)
|
Uses of InstalledPackageHistory in org.rhq.core.domain.resource |
---|
Methods in org.rhq.core.domain.resource that return types with arguments of type InstalledPackageHistory | |
---|---|
List<InstalledPackageHistory> |
Resource.getInstalledPackageHistory()
|
Methods in org.rhq.core.domain.resource with parameters of type InstalledPackageHistory | |
---|---|
void |
Resource.addInstalledPackageHistory(InstalledPackageHistory history)
|
Method parameters in org.rhq.core.domain.resource with type arguments of type InstalledPackageHistory | |
---|---|
void |
Resource.setInstalledPackageHistory(List<InstalledPackageHistory> installedPackageHistory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |