com.evolveum.midpoint.provisioning.api
Interface ResourceObjectChangeListener

All Superinterfaces:
ProvisioningListener
All Known Subinterfaces:
ChangeNotificationDispatcher
All Known Implementing Classes:
ChangeNotificationDispatcherImpl, SynchronizationService

public interface ResourceObjectChangeListener
extends ProvisioningListener

Author:
Radovan Semancik

Field Summary
static String CHECK_SITUATION
           
static String CLASS_NAME_WITH_DOT
           
static String NOTIFY_CHANGE
           
 
Method Summary
 void notifyChange(ResourceObjectShadowChangeDescription change, Task task, OperationResult parentResult)
          Submits notification about a specific change that happened on the resource.
 
Methods inherited from interface com.evolveum.midpoint.provisioning.api.ProvisioningListener
getName
 

Field Detail

CLASS_NAME_WITH_DOT

static final String CLASS_NAME_WITH_DOT

NOTIFY_CHANGE

static final String NOTIFY_CHANGE

CHECK_SITUATION

static final String CHECK_SITUATION
Method Detail

notifyChange

void notifyChange(ResourceObjectShadowChangeDescription change,
                  Task task,
                  OperationResult parentResult)
Submits notification about a specific change that happened on the resource. This describes the change that has already happened on the resource. The upper layers are notified to take that change into an account (synchronize it). The call should return without a major delay. It means that the implementation can do calls to repository, but it should not (synchronously) initiate a long-running process or provisioning request. This operation may be called multiple times with the same change, e.g. in case of failures in IDM or on the resource. The implementation must be able to handle such duplicates.

Parameters:
change - change description


Copyright © 2013 evolveum. All Rights Reserved.