public interface ExportedEntityMatcher<Entity,ExportedType>
This is used during the configuration synchronization where different types of entities are being obtained from the export file and it is necessary to find matches of them in the database that is being imported to.
There is a default set of matchers defined in the server for basic types of entitites like Subjects,
Roles, etc. but different export/import participants (like the alert senders) can
contribute new types of matchers for the data that they are exporting.
| Modifier and Type | Method and Description |
|---|---|
Entity |
findMatch(ExportedType object)
Tries to find a match for given object in the data available in the database.
|
Entity findMatch(ExportedType object)
object - Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.