Class ObjectChangesExecutorImpl
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.ObjectChangesExecutorImpl
- All Implemented Interfaces:
ObjectChangeExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<ObjectDeltaOperation<? extends ObjectType>>executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) Collection<ObjectDeltaOperation<? extends ObjectType>>executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult result) Executes changes on behalf of the parent page.Collection<ObjectDeltaOperation<? extends ObjectType>>executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target)
-
Constructor Details
-
ObjectChangesExecutorImpl
public ObjectChangesExecutorImpl()
-
-
Method Details
-
executeChanges
public Collection<ObjectDeltaOperation<? extends ObjectType>> executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, boolean previewOnly, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) - Specified by:
executeChangesin interfaceObjectChangeExecutor
-
executeChanges
public Collection<ObjectDeltaOperation<? extends ObjectType>> executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, Task task, OperationResult result, org.apache.wicket.ajax.AjaxRequestTarget target) -
executeChanges
public Collection<ObjectDeltaOperation<? extends ObjectType>> executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult result) Executes changes on behalf of the parent page. By default, changes are executed asynchronously (in a separate thread). However, when set in the midpoint configuration, changes are executed synchronously.- Parameters:
deltas- Deltas to be executed.options- Model execution options.task- Task in context of which the changes have to be executed.result- Operation result.
-