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

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> ContentSource.getChannelContentSources()
          Returns the explicit mapping entities.
 Set<ChannelContentSource> Channel.getChannelContentSources()
          Returns the explicit mapping entities.
 



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