Uses of Record Class
com.evolveum.midpoint.model.api.BulkActionExecutionOptions
-
Uses of BulkActionExecutionOptions in com.evolveum.midpoint.model.api
Modifier 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.Modifier 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).