| Methods in org.rhq.enterprise.server.sync that throw ValidationException |
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,
byte[] 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)
|
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)
|
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,
byte[] exportFile)
|
void |
SynchronizationManagerBean.validate(org.rhq.core.domain.auth.Subject subject,
InputStream exportFile)
|
void |
SynchronizationManagerLocal.validate(org.rhq.core.domain.auth.Subject subject,
InputStream exportFile)
|