Class CountersIncrementOperation
java.lang.Object
com.evolveum.midpoint.repo.common.activity.run.state.counters.CountersIncrementOperation
Represents/carries out an execution of a set of updates of a counter group in an activity.
-
Constructor Summary
ConstructorDescriptionCountersIncrementOperation
(@NotNull Task task, @NotNull ItemPath counterGroupItemPath, @NotNull Collection<String> countersIdentifiers, @NotNull CommonTaskBeans beans) -
Method Summary
-
Constructor Details
-
CountersIncrementOperation
public CountersIncrementOperation(@NotNull @NotNull Task task, @NotNull @NotNull ItemPath counterGroupItemPath, @NotNull @NotNull Collection<String> countersIdentifiers, @NotNull @NotNull CommonTaskBeans beans)
-
-
Method Details
-
execute
public Map<String,Integer> execute(OperationResult result) throws SchemaException, ObjectNotFoundException, ObjectAlreadyExistsException
-