| Package | Description |
|---|---|
| org.rhq.enterprise.server.content | |
| org.rhq.enterprise.server.plugin.pc.content |
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.content.RepoSyncResults |
ContentSourceManagerBean._mergePackageSyncReportADD(org.rhq.core.domain.content.ContentSource contentSource,
org.rhq.core.domain.content.Repo repo,
Collection<ContentProviderPackageDetails> newPackages,
Map<ContentProviderPackageDetailsKey,org.rhq.core.domain.content.PackageVersionContentSource> previous,
org.rhq.core.domain.content.RepoSyncResults syncResults,
StringBuilder progress,
int addCount) |
org.rhq.core.domain.content.RepoSyncResults |
ContentSourceManagerLocal._mergePackageSyncReportADD(org.rhq.core.domain.content.ContentSource contentSource,
org.rhq.core.domain.content.Repo repo,
Collection<ContentProviderPackageDetails> newPackages,
Map<ContentProviderPackageDetailsKey,org.rhq.core.domain.content.PackageVersionContentSource> previous,
org.rhq.core.domain.content.RepoSyncResults syncResults,
StringBuilder progress,
int addCount) |
| Modifier and Type | Method and Description |
|---|---|
Set<ContentProviderPackageDetails> |
PackageSyncReport.getDeletedPackages() |
Set<ContentProviderPackageDetails> |
PackageSyncReport.getNewPackages() |
Set<ContentProviderPackageDetails> |
PackageSyncReport.getUpdatedPackages() |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageSyncReport.addDeletePackage(ContentProviderPackageDetails deletedPackage)
Add to the set of packages that are known to the server but no longer in the external source.
|
void |
PackageSyncReport.addNewPackage(ContentProviderPackageDetails newPackage)
Add to the set of packages that have been added to the external package source that are not yet known to the
server.
|
void |
PackageSyncReport.addUpdatedPackage(ContentProviderPackageDetails updatedPackage)
Add to the set of packages that are already known to the server and whose metadata has changed in the external
package source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackageSource.synchronizePackages(String repoName,
PackageSyncReport report,
Collection<ContentProviderPackageDetails> existingPackages)
Requests that this package source perform a synchronization with its external package source.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.