| Package | Description |
|---|---|
| org.rhq.enterprise.server.sync | |
| org.rhq.enterprise.server.sync.validators |
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.sync.ImportReport |
SynchronizationManagerLocal.importAllSubsystems(org.rhq.core.domain.auth.Subject subject,
byte[] exportFile,
List<org.rhq.core.domain.sync.ImportConfiguration> importerConfigurations) |
org.rhq.core.domain.sync.ImportReport |
SynchronizationManagerRemote.importAllSubsystems(org.rhq.core.domain.auth.Subject subject,
byte[] exportFile,
List<org.rhq.core.domain.sync.ImportConfiguration> importerConfigurations)
Imports everything from the export file.
|
org.rhq.core.domain.sync.ImportReport |
SynchronizationManagerBean.importAllSubsystems(org.rhq.core.domain.auth.Subject subject,
byte[] exportFile,
List<org.rhq.core.domain.sync.ImportConfiguration> configurations) |
org.rhq.core.domain.sync.ImportReport |
SynchronizationManagerLocal.importAllSubsystems(org.rhq.core.domain.auth.Subject subject,
InputStream exportFile,
List<org.rhq.core.domain.sync.ImportConfiguration> importerConfigurations) |
org.rhq.core.domain.sync.ImportReport |
SynchronizationManagerBean.importAllSubsystems(org.rhq.core.domain.auth.Subject subject,
InputStream exportFile,
List<org.rhq.core.domain.sync.ImportConfiguration> configurations) |
void |
SynchronizationManagerLocal.validate(org.rhq.core.domain.auth.Subject subject,
byte[] exportFile) |
void |
SynchronizationManagerRemote.validate(org.rhq.core.domain.auth.Subject subject,
byte[] exportFile) |
void |
SynchronizationManagerBean.validate(org.rhq.core.domain.auth.Subject subject,
byte[] exportFile) |
void |
SynchronizationManagerLocal.validate(org.rhq.core.domain.auth.Subject subject,
InputStream exportFile) |
void |
SynchronizationManagerBean.validate(org.rhq.core.domain.auth.Subject subject,
InputStream exportFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemSettingsValidator.validateExportedEntity(org.rhq.core.domain.sync.entity.SystemSettings entity) |
void |
UniquenessValidator.validateExportedEntity(T entity) |
void |
MaxCountValidator.validateExportedEntity(T entity) |
void |
EntityValidator.validateExportedEntity(T entity)
Validates a single entity before it is imported.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.