Uses of Class
com.evolveum.midpoint.repo.common.activity.run.state.ActivityState
Packages that use ActivityState
Package
Description
-
Uses of ActivityState in com.evolveum.midpoint.model.impl.sync.tasks.recon
Methods in com.evolveum.midpoint.model.impl.sync.tasks.recon that return ActivityStateModifier and TypeMethodDescriptionPartialReconciliationActivityRun.useOtherActivityStateForCounters(@NotNull OperationResult result) -
Uses of ActivityState in com.evolveum.midpoint.repo.common.activity.run
Methods in com.evolveum.midpoint.repo.common.activity.run that return ActivityStateModifier and TypeMethodDescriptionprotected @NotNull ActivityStateAbstractActivityRun.determineActivityStateForThresholds(@NotNull OperationResult result) protected final @NotNull ActivityStateIterativeActivityRun.determineActivityStateForThresholds(@NotNull OperationResult result) default ActivityStateIterativeActivityRunSpecifics.useOtherActivityStateForCounters(@NotNull OperationResult result) Should we use activity state other than the state of the current activity when keeping the counters (e.g. for thresholds)? -
Uses of ActivityState in com.evolveum.midpoint.repo.common.activity.run.state
Subclasses of ActivityState in com.evolveum.midpoint.repo.common.activity.run.stateModifier and TypeClassDescriptionclassCurrentActivityState<WS extends AbstractActivityWorkStateType>Activity state for the current activity run.classState of activity not connected to the current activity run.Methods in com.evolveum.midpoint.repo.common.activity.run.state that return ActivityStateModifier and TypeMethodDescriptionstatic @NotNull ActivityStateActivityState.getActivityStateDownwards(@NotNull ActivityPath activityPath, @NotNull Task task, @NotNull QName workStateTypeName, OperationResult result) Gets the state of the given activity, starting from the `task` and going downwards.static @NotNull ActivityStateActivityState.getActivityStateUpwards(@NotNull ActivityPath activityPath, @NotNull Task task, @Nullable QName workStateTypeName, OperationResult result) Returns activity state for given path, crawling from the current task upwards.@NotNull ActivityStateActivityState.getCurrentActivityStateInParentTask(boolean fresh, @NotNull QName workStateTypeName, @Nullable OperationResult result) Returns the state of the current activity in the parent task.@NotNull ActivityStateActivityState.getParentActivityState(@Nullable QName workStateTypeName, OperationResult result) Returns the state of the _parent activity_, e.g. operations completion sub-activity -> reconciliation activity.Methods in com.evolveum.midpoint.repo.common.activity.run.state that return types with arguments of type ActivityStateModifier and TypeMethodDescriptionActivityState.getActivityStatesUpwardsForParent(OperationResult result) Returns an iterator over activity states, from the parent of the current activity to the root.