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

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

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

Methods in org.rhq.core.domain.content that return PackageType
 PackageType Package.getPackageType()
          The type definition of this package.
 

Methods in org.rhq.core.domain.content with parameters of type PackageType
 void Package.setPackageType(PackageType packageType)
           
 void PackageType.update(PackageType newType)
          Updates the contents of this definition with values from the specified new defintion.
 

Constructors in org.rhq.core.domain.content with parameters of type PackageType
Package(String name, PackageType type)
           
 

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

Methods in org.rhq.core.domain.resource that return types with arguments of type PackageType
 Set<PackageType> ResourceType.getPackageTypes()
           
 

Methods in org.rhq.core.domain.resource with parameters of type PackageType
 void ResourceType.addPackageType(PackageType packageType)
           
 void ResourceType.removePackageType(PackageType packageType)
           
 

Method parameters in org.rhq.core.domain.resource with type arguments of type PackageType
 void ResourceType.setPackageTypes(Set<PackageType> packageTypes)
           
 



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