|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelContentSource | |
---|---|
org.rhq.core.domain.content |
Uses of ChannelContentSource in org.rhq.core.domain.content |
---|
Methods in org.rhq.core.domain.content that return ChannelContentSource | |
---|---|
ChannelContentSource |
ContentSource.addChannel(Channel channel)
Directly assign a channel to this content source. |
ChannelContentSource |
Channel.addContentSource(ContentSource contentSource)
Directly assign a content source to this channel. |
ChannelContentSource |
ContentSource.removeChannel(Channel channel)
Removes the channel from this content source, if it exists. |
ChannelContentSource |
Channel.removeContentSource(ContentSource contentSource)
Removes the content source from this channel, if it exists. |
Methods in org.rhq.core.domain.content that return types with arguments of type ChannelContentSource | |
---|---|
Set<ChannelContentSource> |
Channel.getChannelContentSources()
Returns the explicit mapping entities. |
Set<ChannelContentSource> |
ContentSource.getChannelContentSources()
Returns the explicit mapping entities. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |