|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelPackageVersion | |
---|---|
org.rhq.core.domain.content |
Uses of ChannelPackageVersion in org.rhq.core.domain.content |
---|
Methods in org.rhq.core.domain.content that return ChannelPackageVersion | |
---|---|
ChannelPackageVersion |
PackageVersion.addChannel(Channel channel)
Directly assign this package version to the given channel. |
ChannelPackageVersion |
Channel.addPackageVersion(PackageVersion packageVersion)
Directly assign a package version to this channel. |
ChannelPackageVersion |
PackageVersion.removeChannel(Channel channel)
Removes the channel as one that this package version is related to. |
ChannelPackageVersion |
Channel.removePackageVersion(PackageVersion packageVersion)
Removes the package version from this channel, if it exists. |
Methods in org.rhq.core.domain.content that return types with arguments of type ChannelPackageVersion | |
---|---|
Set<ChannelPackageVersion> |
Channel.getChannelPackageVersions()
Returns the explicit mapping entities. |
Set<ChannelPackageVersion> |
PackageVersion.getChannelPackageVersions()
Returns the explicit mapping entities. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |