Interface SynchronizationService
-
- All Superinterfaces:
ProvisioningListener
,ResourceObjectChangeListener
- All Known Implementing Classes:
SynchronizationServiceImpl
public interface SynchronizationService extends ResourceObjectChangeListener
TODO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <F extends FocusType>
SynchronizationContext<F>loadSynchronizationContext(PrismObject<ShadowType> shadowedResourceObject, ObjectDelta<ShadowType> resourceObjectDelta, PrismObject<ResourceType> resource, String sourceChanel, String itemProcessingIdentifier, PrismObject<SystemConfigurationType> explicitSystemConfiguration, Task task, OperationResult result)
<F extends FocusType>
booleanmatchUserCorrelationRule(PrismObject<ShadowType> shadowedResourceObject, PrismObject<F> focus, ResourceType resourceType, PrismObject<SystemConfigurationType> configuration, Task task, OperationResult result)
-
Methods inherited from interface com.evolveum.midpoint.provisioning.api.ProvisioningListener
getName
-
Methods inherited from interface com.evolveum.midpoint.provisioning.api.ResourceObjectChangeListener
notifyChange
-
-
-
-
Method Detail
-
loadSynchronizationContext
<F extends FocusType> SynchronizationContext<F> loadSynchronizationContext(PrismObject<ShadowType> shadowedResourceObject, ObjectDelta<ShadowType> resourceObjectDelta, PrismObject<ResourceType> resource, String sourceChanel, String itemProcessingIdentifier, PrismObject<SystemConfigurationType> explicitSystemConfiguration, Task task, OperationResult result) throws SchemaException, ObjectNotFoundException, ExpressionEvaluationException, CommunicationException, ConfigurationException, SecurityViolationException
-
matchUserCorrelationRule
<F extends FocusType> boolean matchUserCorrelationRule(PrismObject<ShadowType> shadowedResourceObject, PrismObject<F> focus, ResourceType resourceType, PrismObject<SystemConfigurationType> configuration, Task task, OperationResult result) throws ConfigurationException, SchemaException, ObjectNotFoundException, ExpressionEvaluationException, CommunicationException, SecurityViolationException
-
-