Uses of Record Class
com.evolveum.midpoint.model.api.BulkActionExecutionOptions
Packages that use BulkActionExecutionOptions
-
Uses of BulkActionExecutionOptions in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return BulkActionExecutionOptionsModifier and TypeMethodDescriptionstatic BulkActionExecutionOptions
BulkActionExecutionOptions.create()
BulkActionExecutionOptions.withExecutionPhase()
If true, authorizations are checked for execution phase only.BulkActionExecutionOptions.withPrivileged()
The difference of "privileged", compared to the regular execution is in the default expression profile used.BulkActionExecutionOptions.withRecordProgressAndIterationStatistics()
Should the executor do its own progress and iteration stats reporting? Used e.g.Methods in com.evolveum.midpoint.model.api with parameters of type BulkActionExecutionOptionsModifier and TypeMethodDescriptionBulkActionsService.executeBulkAction
(@NotNull ExecuteScriptConfigItem executeScriptCommand, @NotNull VariablesMap initialVariables, @NotNull BulkActionExecutionOptions options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Synchronously executes any scripting expression (with no input data).