Uses of Class
org.rhq.enterprise.server.sync.ValidationException

Packages that use ValidationException
org.rhq.enterprise.server.sync   
org.rhq.enterprise.server.sync.validators   
org.rhq.enterprise.server.webservices   
 

Uses of ValidationException in org.rhq.enterprise.server.sync
 

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)
           
 

Uses of ValidationException in org.rhq.enterprise.server.sync.validators
 

Methods in org.rhq.enterprise.server.sync.validators that throw ValidationException
 void SystemSettingsValidator.validateExportedEntity(org.rhq.core.domain.sync.entity.SystemSettings entity)
           
 void MaxCountValidator.validateExportedEntity(T entity)
           
 void UniquenessValidator.validateExportedEntity(T entity)
           
 void EntityValidator.validateExportedEntity(T entity)
          Validates a single entity before it is imported.
 

Uses of ValidationException in org.rhq.enterprise.server.webservices
 

Methods in org.rhq.enterprise.server.webservices that throw ValidationException
 org.rhq.core.domain.sync.ImportReport WebservicesManagerBean.importAllSubsystems(org.rhq.core.domain.auth.Subject subject, byte[] exportFile, List<org.rhq.core.domain.sync.ImportConfiguration> importerConfigurations)
           
 void WebservicesManagerBean.validate(org.rhq.core.domain.auth.Subject subject, byte[] exportFile)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.