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

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

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

Methods in org.rhq.core.domain.content that return ProductVersionPackageVersion
 ProductVersionPackageVersion PackageVersion.addProductVersion(ProductVersion productVersion)
          Directly assign a product version to this package version.
 ProductVersionPackageVersion PackageVersion.removeProductVersion(ProductVersion productVersion)
          Removes the product version from this package version, if it exists.
 

Methods in org.rhq.core.domain.content that return types with arguments of type ProductVersionPackageVersion
 Set<ProductVersionPackageVersion> PackageVersion.getProductVersionPackageVersions()
          Returns the explicit mapping entities.
 

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

Methods in org.rhq.core.domain.resource that return ProductVersionPackageVersion
 ProductVersionPackageVersion ProductVersion.addPackageVersion(PackageVersion packageVersion)
          Directly assign a package version to this product version.
 ProductVersionPackageVersion ProductVersion.removePackageVersion(PackageVersion packageVersion)
          Removes the package version from this product version, if it exists.
 

Methods in org.rhq.core.domain.resource that return types with arguments of type ProductVersionPackageVersion
 Set<ProductVersionPackageVersion> ProductVersion.getProductVersionPackageVersions()
          Returns the explicit mapping entities.
 



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