Uses of Interface
com.evolveum.midpoint.model.api.context.ModelContext
-
-
Uses of ModelContext in com.evolveum.midpoint.gui.impl.page.admin.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.component that return ModelContext Modifier and Type Method Description ModelContext<? extends ObjectType>
ProgressPanel. getPreviewResult()
-
Uses of ModelContext in com.evolveum.midpoint.gui.impl.page.admin.component.preview
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.component.preview with type arguments of type ModelContext Constructor Description PreviewChangesTabPanel(String id, org.apache.wicket.model.IModel<ModelContext<O>> contextModel)
-
Uses of ModelContext in com.evolveum.midpoint.gui.impl.page.admin.focus
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.focus with type arguments of type ModelContext Modifier and Type Method Description protected void
PageFocusDetails. collectObjectsForPreview(Map<PrismObject<F>,ModelContext<? extends ObjectType>> modelContextMap)
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.focus with type arguments of type ModelContext Constructor Description PageFocusPreviewChanges(Map<PrismObject<O>,ModelContext<O>> modelContextMap, PageBase previousPage)
-
Uses of ModelContext in com.evolveum.midpoint.gui.impl.page.admin.user
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.user with type arguments of type ModelContext Modifier and Type Method Description protected void
PageUser. collectObjectsForPreview(Map<PrismObject<UserType>,ModelContext<? extends ObjectType>> prismObjectModelContextMap)
protected void
PageUser. processAdditionalFocalObjectsForPreview(Map<PrismObject<UserType>,ModelContext<? extends ObjectType>> modelContextMap)
for now used only for delegation changes -
Uses of ModelContext in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return ModelContext Modifier and Type Method Description <F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Computes the most likely changes triggered by the provided delta.<F extends ObjectType>
ModelContext<F>ModelInteractionService. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult result)
<F extends ObjectType>
ModelContext<F>ModelInteractionService. unwrapModelContext(LensContextType wrappedContext, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Methods in com.evolveum.midpoint.model.api with parameters of type ModelContext Modifier and Type Method Description void
ProgressListener. onProgressAchieved(ModelContext modelContext, ProgressInformation progressInformation)
Reports a progress achieved. -
Uses of ModelContext in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return ModelContext Modifier and Type Method Description @NotNull ModelContext<?>
ModelElementContext. getModelContext()
-
Uses of ModelContext in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return ModelContext Modifier and Type Method Description <F extends ObjectType>
ModelContext<F>MidpointFunctions. getModelContext()
<F extends ObjectType>
ModelContext<F>MidpointFunctions. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options)
<F extends ObjectType>
ModelContext<F>MidpointFunctions. previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, OperationResult result)
ModelContext
MidpointFunctions. unwrapModelContext(LensContextType lensContextType)
Methods in com.evolveum.midpoint.model.api.expr with parameters of type ModelContext Modifier and Type Method Description ObjectDeltaType
MidpointFunctions. getResourceDelta(ModelContext<?> context, String resourceOid)
Returns aggregated delta that is to be executed on a given resource.LensContextType
MidpointFunctions. wrapModelContext(ModelContext<?> lensContext)
-
Uses of ModelContext in com.evolveum.midpoint.model.api.hooks
Methods in com.evolveum.midpoint.model.api.hooks with parameters of type ModelContext Modifier and Type Method Description <O extends ObjectType>
HookOperationModeChangeHook. invoke(@NotNull ModelContext<O> context, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)
Generic method to be implemented by the hook.void
ChangeHook. invokeOnException(@NotNull ModelContext context, @NotNull Throwable throwable, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)
This method is invoked by the clockwork when an exception occurs.default void
ChangeHook. invokePreview(@NotNull ModelContext<? extends ObjectType> context, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Invokes the hook in "preview mode". -
Uses of ModelContext in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util that return ModelContext Modifier and Type Method Description static <O extends ObjectType>
ModelContext<O>ModelContextUtil. unwrapModelContext(LensContextType lensContextType, ModelInteractionService modelInteractionService, com.evolveum.midpoint.task.api.Task opTask, OperationResult result)
Methods in com.evolveum.midpoint.model.api.util with parameters of type ModelContext Modifier and Type Method Description <F extends ObjectType>
voidClockworkInspector. afterMappingEvaluation(ModelContext<F> context, Mapping<?,?> evaluatedMapping)
May be used to gather profiling data, etc.<F extends ObjectType>
voidClockworkInspector. clockworkFinish(ModelContext<F> context)
<F extends ObjectType>
voidClockworkInspector. clockworkStart(ModelContext<F> context)
<F extends ObjectType>
voidClockworkInspector. clockworkStateSwitch(ModelContext<F> contextBefore, ModelState newState)
<F extends ObjectType>
voidClockworkInspector. projectorFinish(ModelContext<F> context)
<F extends ObjectType>
voidClockworkInspector. projectorStart(ModelContext<F> context)
-
Uses of ModelContext in com.evolveum.midpoint.web.component.model.operationStatus
Constructors in com.evolveum.midpoint.web.component.model.operationStatus with parameters of type ModelContext Constructor Description ModelOperationStatusDto(ModelContext<?> modelContext, ModelInteractionService modelInteractionService, com.evolveum.midpoint.task.api.Task opTask, OperationResult result)
-
Uses of ModelContext in com.evolveum.midpoint.web.component.progress
Methods in com.evolveum.midpoint.web.component.progress that return ModelContext Modifier and Type Method Description ModelContext<? extends ObjectType>
ProgressPanel. getPreviewResult()
ModelContext<? extends ObjectType>
ProgressReporter. getPreviewResult()
Methods in com.evolveum.midpoint.web.component.progress with parameters of type ModelContext Modifier and Type Method Description void
ProgressReporter. onProgressAchieved(ModelContext modelContext, ProgressInformation progressInformation)
void
ProgressReporter. setPreviewResult(ModelContext<? extends ObjectType> previewResult)
-