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

Packages that use ContentSource
org.rhq.core.domain.content   
 

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

Methods in org.rhq.core.domain.content that return ContentSource
 ContentSource PackageVersionContentSourcePK.getContentSource()
           
 ContentSource ContentSourceSyncResults.getContentSource()
          The content source that performed the sync.
 ContentSource ChannelContentSourcePK.getContentSource()
           
 

Methods in org.rhq.core.domain.content that return types with arguments of type ContentSource
 Set<ContentSource> ContentSourceType.getContentSources()
          Content sources of this type.
 Set<ContentSource> Channel.getContentSources()
          The content sources that this channel serves up.
 

Methods in org.rhq.core.domain.content with parameters of type ContentSource
 void ContentSourceType.addContentSource(ContentSource contentSource)
           
 ChannelContentSource Channel.addContentSource(ContentSource contentSource)
          Directly assign a content source to this channel.
 ChannelContentSource Channel.removeContentSource(ContentSource contentSource)
          Removes the content source from this channel, if it exists.
 void PackageVersionContentSourcePK.setContentSource(ContentSource contentSource)
           
 void ContentSourceSyncResults.setContentSource(ContentSource contentSource)
           
 void ChannelContentSourcePK.setContentSource(ContentSource contentSource)
           
 

Method parameters in org.rhq.core.domain.content with type arguments of type ContentSource
 void ContentSourceType.setContentSources(Set<ContentSource> contentSources)
           
 

Constructors in org.rhq.core.domain.content with parameters of type ContentSource
ChannelContentSource(Channel channel, ContentSource contentSource)
           
ChannelContentSourcePK(Channel channel, ContentSource contentSource)
           
ContentSourceSyncResults(ContentSource contentSource)
           
PackageVersionContentSource(PackageVersion packageVersion, ContentSource contentSource, String location)
           
PackageVersionContentSourcePK(PackageVersion pv, ContentSource cs)
           
 



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