Uses of Enum Class
com.evolveum.midpoint.task.api.ExecutionSupport.CountersGroup
Packages that use ExecutionSupport.CountersGroup
Package
Description
Classes that support execution (run) of activities.
-
Uses of ExecutionSupport.CountersGroup in com.evolveum.midpoint.repo.common.activity.run
Methods in com.evolveum.midpoint.repo.common.activity.run with parameters of type ExecutionSupport.CountersGroupModifier and TypeMethodDescriptionAbstractActivityRun.incrementCounters(@NotNull ExecutionSupport.CountersGroup counterGroup, @NotNull Collection<String> countersIdentifiers, @NotNull OperationResult result) -
Uses of ExecutionSupport.CountersGroup in com.evolveum.midpoint.repo.common.activity.run.state
Methods in com.evolveum.midpoint.repo.common.activity.run.state with parameters of type ExecutionSupport.CountersGroupModifier and TypeMethodDescriptionActivityState.incrementCounters(ExecutionSupport.CountersGroup counterGroup, @NotNull Collection<String> countersIdentifiers, @NotNull OperationResult result) -
Uses of ExecutionSupport.CountersGroup in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api that return ExecutionSupport.CountersGroupModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ExecutionSupport.CountersGroup[]ExecutionSupport.CountersGroup.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.task.api with parameters of type ExecutionSupport.CountersGroupModifier and TypeMethodDescriptionExecutionSupport.incrementCounters(@NotNull ExecutionSupport.CountersGroup counterGroup, @NotNull Collection<String> countersIdentifiers, @NotNull OperationResult result) Increments given counters related to the activity execution.