Uses of Class
com.evolveum.midpoint.model.lens.LensProjectionContext

Packages that use LensProjectionContext
com.evolveum.midpoint.model.lens   
com.evolveum.midpoint.model.lens.projector   
com.evolveum.midpoint.model.sync.action   
 

Uses of LensProjectionContext in com.evolveum.midpoint.model.lens
 

Methods in com.evolveum.midpoint.model.lens that return LensProjectionContext
 LensProjectionContext<O> LensProjectionContext.clone(LensContext lensContext)
           
 LensProjectionContext<P> LensContext.createProjectionContext()
           
 LensProjectionContext<P> LensContext.createProjectionContext(ResourceShadowDiscriminator rat)
           
 LensProjectionContext<P> LensContext.findOrCreateProjectionContext(ResourceShadowDiscriminator rat)
           
 LensProjectionContext<P> LensContext.findProjectionContext(ResourceShadowDiscriminator rat)
           
 LensProjectionContext<P> LensContext.findProjectionContextByOid(java.lang.String oid)
           
 LensProjectionContext<AccountShadowType> ShadowConstraintsChecker.getAccountContext()
           
static LensProjectionContext<AccountShadowType> LensUtil.getAccountContext(LensContext<UserType,AccountShadowType> context, PrismObject<AccountShadowType> equivalentAccount, ProvisioningService provisioningService, PrismContext prismContext, OperationResult result)
           
static LensProjectionContext<AccountShadowType> LensUtil.getAccountContext(LensContext<UserType,AccountShadowType> context, java.lang.String resourceOid, java.lang.String intent, ProvisioningService provisioningService, PrismContext prismContext, OperationResult result)
           
static LensProjectionContext<AccountShadowType> LensUtil.getOrCreateAccountContext(LensContext<UserType,AccountShadowType> context, ResourceShadowDiscriminator rsd)
           
static LensProjectionContext<AccountShadowType> LensUtil.getOrCreateAccountContext(LensContext<UserType,AccountShadowType> context, java.lang.String resourceOid, java.lang.String intent, ProvisioningService provisioningService, PrismContext prismContext, OperationResult result)
           
 

Methods in com.evolveum.midpoint.model.lens that return types with arguments of type LensProjectionContext
 java.util.Collection<LensProjectionContext<P>> LensContext.getProjectionContexts()
           
 

Methods in com.evolveum.midpoint.model.lens with parameters of type LensProjectionContext
 void LensContext.addProjectionContext(LensProjectionContext<P> projectionContext)
           
protected  void LensProjectionContext.copyValues(LensProjectionContext<O> clone, LensContext lensContext)
           
 void ShadowConstraintsChecker.setAccountContext(LensProjectionContext<AccountShadowType> accountContext)
           
 

Constructors in com.evolveum.midpoint.model.lens with parameters of type LensProjectionContext
ShadowConstraintsChecker(LensProjectionContext<AccountShadowType> accountContext)
           
 

Uses of LensProjectionContext in com.evolveum.midpoint.model.lens.projector
 

Methods in com.evolveum.midpoint.model.lens.projector with parameters of type LensProjectionContext
<F extends ObjectType,P extends ObjectType>
void
AccountValuesProcessor.process(LensContext<F,P> context, LensProjectionContext<P> projectionContext, java.lang.String activityDescription, OperationResult result)
           
 void AccountValuesProcessor.processAccounts(LensContext<UserType,AccountShadowType> context, LensProjectionContext<AccountShadowType> accountContext, java.lang.String activityDescription, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
void
ActivationProcessor.processActivation(LensContext<F,P> context, LensProjectionContext<P> projectionContext, OperationResult result)
           
 void ActivationProcessor.processActivationUser(LensContext<UserType,AccountShadowType> context, LensProjectionContext<AccountShadowType> accCtx, OperationResult result)
           
 void AssignmentProcessor.processAssignmentsAccountValues(LensProjectionContext<AccountShadowType> accountContext, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
void
CredentialsProcessor.processCredentials(LensContext<F,P> context, LensProjectionContext<P> projectionContext, OperationResult result)
           
 void CredentialsProcessor.processCredentialsUser(LensContext<UserType,AccountShadowType> context, LensProjectionContext<AccountShadowType> accCtx, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.sync.action that return LensProjectionContext
protected  LensProjectionContext<AccountShadowType> BaseAction.createAccountLensContext(LensContext<UserType,AccountShadowType> context, ResourceObjectShadowChangeDescription change, SynchronizationIntent syncIntent, com.evolveum.midpoint.model.sync.action.ActivationDecision activationDecision)
           
 

Methods in com.evolveum.midpoint.model.sync.action with parameters of type LensProjectionContext
protected  void ModifyUserAction.updateContextBeforeSync(LensContext<UserType,AccountShadowType> context, LensProjectionContext<AccountShadowType> accountContext)
          A chance to update the context before a sync is executed.
 



Copyright © 2012 evolveum. All Rights Reserved.