Uses of Interface
org.rhq.enterprise.server.sync.importers.ExportedEntityMatcher

Packages that use ExportedEntityMatcher
org.rhq.enterprise.server.sync.importers   
 

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

Classes in org.rhq.enterprise.server.sync.importers that implement ExportedEntityMatcher
 class NoSingleEntityMatcher<T>
          This is a simple entity matcher that can be used by importers that do not need to find any matching entity in the database.
 

Methods in org.rhq.enterprise.server.sync.importers that return ExportedEntityMatcher
 ExportedEntityMatcher<org.rhq.core.domain.measurement.MeasurementDefinition,org.rhq.core.domain.sync.entity.MetricTemplate> MetricTemplateImporter.getExportedEntityMatcher()
           
 ExportedEntityMatcher<Entity,ExportedType> Importer.getExportedEntityMatcher()
          Returns an entity matcher that can match the entities from the export file with the real entities in the database.
 ExportedEntityMatcher<NoSingleEntity,org.rhq.core.domain.sync.entity.SystemSettings> SystemSettingsImporter.getExportedEntityMatcher()
           
 



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