|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LensContext | |
---|---|
com.evolveum.midpoint.model.lens | |
com.evolveum.midpoint.model.lens.projector | |
com.evolveum.midpoint.model.sync.action |
Uses of LensContext in com.evolveum.midpoint.model.lens |
---|
Methods in com.evolveum.midpoint.model.lens that return LensContext | ||
---|---|---|
LensContext<F,P> |
LensContext.clone()
|
|
LensContext<UserType,AccountShadowType> |
ShadowConstraintsChecker.getContext()
|
|
LensContext<? extends ObjectType,? extends ObjectType> |
LensElementContext.getLensContext()
|
|
static
|
LensUtil.objectDeltasToContext(Collection<ObjectDelta<? extends ObjectType>> deltas,
ProvisioningService provisioningService,
PrismContext prismContext,
Task task,
OperationResult result)
|
Constructors in com.evolveum.midpoint.model.lens with parameters of type LensContext | |
---|---|
LensElementContext(Class<O> objectTypeClass,
LensContext<? extends ObjectType,? extends ObjectType> lensContext)
|
|
LensFocusContext(Class<O> objectTypeClass,
LensContext<O,? extends ObjectType> lensContext)
|
Uses of LensContext in com.evolveum.midpoint.model.lens.projector |
---|
Methods in com.evolveum.midpoint.model.lens.projector with parameters of type LensContext | ||
---|---|---|
|
AssignmentProcessor.checkForAssignmentConflicts(LensContext<F,P> context,
OperationResult result)
|
|
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 |
|
|
ContextLoader.determineFocusContext(LensContext<F,P> context,
OperationResult result)
try to load focus context from the projections, e.g. |
|
|
ContextLoader.load(LensContext<F,P> context,
String activityDescription,
OperationResult result)
|
|
|
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.processAssignmentsAccounts(LensContext<UserType,AccountShadowType> context,
OperationResult result)
Processing user-account assignments (including roles). |
|
|
AssignmentProcessor.processAssignmentsProjections(LensContext<F,P> context,
OperationResult result)
Processing all the assignments to determine which projections should be added, deleted or kept as they are. |
|
|
CredentialsProcessor.processCredentials(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
OperationResult result)
|
|
void |
CredentialsProcessor.processCredentialsUser(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accCtx,
OperationResult result)
|
|
|
AssignmentProcessor.processOrgAssignments(LensContext<F,P> context,
OperationResult result)
|
|
|
Projector.project(LensContext<F,P> context,
String activityDescription,
OperationResult parentResult)
|
|
|
Projector.sortAccountsToWaves(LensContext<F,P> context)
|
Uses of LensContext in com.evolveum.midpoint.model.sync.action |
---|
Methods in com.evolveum.midpoint.model.sync.action that return LensContext | |
---|---|
protected LensContext<UserType,AccountShadowType> |
BaseAction.createEmptyLensContext(ResourceObjectShadowChangeDescription change)
Creates empty lens context, filling in only the very basic metadata (such as channel). |
Methods in com.evolveum.midpoint.model.sync.action with parameters of type LensContext | |
---|---|
protected LensProjectionContext<AccountShadowType> |
BaseAction.createAccountLensContext(LensContext<UserType,AccountShadowType> context,
ResourceObjectShadowChangeDescription change,
SynchronizationIntent syncIntent,
com.evolveum.midpoint.model.sync.action.ActivationDecision activationDecision)
|
protected void |
BaseAction.executeChanges(LensContext<UserType,AccountShadowType> context,
Task task,
OperationResult result)
|
protected void |
BaseAction.synchronizeUser(LensContext<UserType,AccountShadowType> context,
Task task,
OperationResult result)
|
protected void |
ModifyUserAction.updateContextBeforeSync(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accountContext)
A chance to update the context before a sync is executed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |