Uses of Class
com.evolveum.midpoint.provisioning.api.ResourceObjectShadowChangeDescription

Packages that use ResourceObjectShadowChangeDescription
com.evolveum.midpoint.model.sync   
com.evolveum.midpoint.model.sync.action   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
 

Uses of ResourceObjectShadowChangeDescription in com.evolveum.midpoint.model.sync
 

Methods in com.evolveum.midpoint.model.sync with parameters of type ResourceObjectShadowChangeDescription
 java.lang.String Action.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 void SynchronizationService.notifyChange(ResourceObjectShadowChangeDescription change, Task task, OperationResult parentResult)
           
 

Uses of ResourceObjectShadowChangeDescription in com.evolveum.midpoint.model.sync.action
 

Methods in com.evolveum.midpoint.model.sync.action with parameters of type ResourceObjectShadowChangeDescription
protected  LensProjectionContext<AccountShadowType> BaseAction.createAccountLensContext(LensContext<UserType,AccountShadowType> context, ResourceObjectShadowChangeDescription change, SynchronizationIntent syncIntent, com.evolveum.midpoint.model.sync.action.ActivationDecision activationDecision)
           
protected  LensContext<UserType,AccountShadowType> BaseAction.createEmptyLensContext(ResourceObjectShadowChangeDescription change)
          Creates empty lens context, filling in only the very basic metadata (such as channel).
 java.lang.String AddUserAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 java.lang.String BaseAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 java.lang.String DeleteUserAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 java.lang.String ModifyPasswordAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 java.lang.String SynchronizeAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
 java.lang.String ModifyUserAction.executeChanges(java.lang.String userOid, ResourceObjectShadowChangeDescription change, SynchronizationSituationType situation, AuditEventRecord auditRecord, Task task, OperationResult result)
           
protected  PrismObject<AccountShadowType> BaseAction.getAccountShadowFromChange(ResourceObjectShadowChangeDescription change)
           
 

Uses of ResourceObjectShadowChangeDescription in com.evolveum.midpoint.provisioning.api
 

Methods in com.evolveum.midpoint.provisioning.api with parameters of type ResourceObjectShadowChangeDescription
 void ResourceObjectChangeListener.notifyChange(ResourceObjectShadowChangeDescription change, Task task, OperationResult parentResult)
          Submits notification about a specific change that happened on the resource.
 

Uses of ResourceObjectShadowChangeDescription in com.evolveum.midpoint.provisioning.impl
 

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type ResourceObjectShadowChangeDescription
 void ChangeNotificationDispatcherImpl.notifyChange(ResourceObjectShadowChangeDescription change, Task task, OperationResult parentResult)
           
 



Copyright © 2012 evolveum. All Rights Reserved.