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(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,
String resourceOid,
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,
String resourceOid,
String intent,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result)
|
Methods in com.evolveum.midpoint.model.lens.projector with parameters of type LensProjectionContext |
void |
AccountValuesProcessor.checkSchemaAndPolicies(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accountContext,
String activityDescription,
OperationResult result)
Check that the primary deltas do not violate schema and policies
TODO: implement schema check |
|
AccountValuesProcessor.process(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
String activityDescription,
OperationResult result)
|
void |
AccountValuesProcessor.processAccounts(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accountContext,
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)
|