Uses of Interface
org.rhq.enterprise.server.sync.validators.EntityValidator

Packages that use EntityValidator
org.rhq.enterprise.server.sync.importers   
org.rhq.enterprise.server.sync.validators   
 

Uses of EntityValidator in org.rhq.enterprise.server.sync.importers
 

Methods in org.rhq.enterprise.server.sync.importers that return types with arguments of type EntityValidator
 Set<EntityValidator<org.rhq.core.domain.sync.entity.MetricTemplate>> MetricTemplateImporter.getEntityValidators()
           
 Set<EntityValidator<ExportedType>> Importer.getEntityValidators()
          The set of entity validators that should be called on each entity before the import actually starts.
 Set<EntityValidator<org.rhq.core.domain.sync.entity.SystemSettings>> SystemSettingsImporter.getEntityValidators()
           
 

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

Classes in org.rhq.enterprise.server.sync.validators that implement EntityValidator
 class MaxCountValidator<T>
           
 class SystemSettingsValidator
           
 class UniquenessValidator<T>
          This validator merely checks that there are no duplicates in the export file.
 



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