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.projector with parameters of type LensProjectionContext |
|
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)
|
|
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)
|
|
CredentialsProcessor.processCredentials(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
OperationResult result)
|
void |
CredentialsProcessor.processCredentialsUser(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accCtx,
OperationResult result)
|