public interface ReconConfigService
Modifier and Type | Method and Description |
---|---|
void |
configure(Profile profile)
Configures reconciliation profile with the given Profile object.
|
void |
configureProfile(java.lang.String objName)
Configures reconciliation profile for the given resource name, if the resource has already been imported into OIM.
|
void |
deleteProfile(java.lang.String objName)
Deletes a reconciliation profile from OIM.
|
java.lang.String |
exportProfile(java.lang.String name)
Exports a reconciliation profile into a given Result object.
|
Profile |
getProfile(java.lang.String name)
Gets the Profile object from OIM for the given profile name.
|
void |
importProfile(java.lang.String profileDocument)
Imports and configures reconciliation profile with the given Source object.
|
void importProfile(java.lang.String profileDocument)
profileDocument
- well formed xml data to generate reconciliation profile.java.lang.String exportProfile(java.lang.String name)
name
- Profile name to be exported.void configureProfile(java.lang.String objName)
objName
- void configure(Profile profile)
profile
- Profile getProfile(java.lang.String name)
name
- void deleteProfile(java.lang.String objName)
objName
-