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