|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ChannelContentSourcePK.getContentSource()
|
ContentSource |
ContentSourceSyncResults.getContentSource()
The content source that performed the sync. |
ContentSource |
PackageVersionContentSourcePK.getContentSource()
|
Methods in org.rhq.core.domain.content that return types with arguments of type ContentSource | |
---|---|
Set<ContentSource> |
Channel.getContentSources()
The content sources that this channel serves up. |
Set<ContentSource> |
ContentSourceType.getContentSources()
Content sources of this type. |
Methods in org.rhq.core.domain.content with parameters of type ContentSource | |
---|---|
ChannelContentSource |
Channel.addContentSource(ContentSource contentSource)
Directly assign a content source to this channel. |
void |
ContentSourceType.addContentSource(ContentSource contentSource)
|
ChannelContentSource |
Channel.removeContentSource(ContentSource contentSource)
Removes the content source from this channel, if it exists. |
void |
ChannelContentSourcePK.setContentSource(ContentSource contentSource)
|
void |
ContentSourceSyncResults.setContentSource(ContentSource contentSource)
|
void |
PackageVersionContentSourcePK.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |