Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.OutcomeKeyedCounterType
Packages that use OutcomeKeyedCounterType
Package
Description
-
Uses of OutcomeKeyedCounterType in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics that return types with arguments of type OutcomeKeyedCounterTypeModifier and TypeMethodDescriptionstatic Predicate<OutcomeKeyedCounterType>
OutcomeKeyedCounterTypeUtil.getCounterFilter
(ItemProcessingOutcomeType outcome) Methods in com.evolveum.midpoint.schema.statistics with parameters of type OutcomeKeyedCounterTypeModifier and TypeMethodDescriptionstatic ItemProcessingOutcomeType
OutcomeKeyedCounterTypeUtil.getOutcome
(OutcomeKeyedCounterType counter) static boolean
OutcomeKeyedCounterTypeUtil.isFailure
(OutcomeKeyedCounterType counter) static boolean
OutcomeKeyedCounterTypeUtil.isSkip
(OutcomeKeyedCounterType counter) static boolean
OutcomeKeyedCounterTypeUtil.isSuccess
(OutcomeKeyedCounterType counter) Method parameters in com.evolveum.midpoint.schema.statistics with type arguments of type OutcomeKeyedCounterTypeModifier and TypeMethodDescriptionstatic void
OutcomeKeyedCounterTypeUtil.addCounters
(List<OutcomeKeyedCounterType> sumCounters, List<OutcomeKeyedCounterType> deltaCounters) Adds two lists of counters: finds matching pairs and adds them.static int
OutcomeKeyedCounterTypeUtil.getCount
(List<? extends OutcomeKeyedCounterType> counters, Predicate<OutcomeKeyedCounterType> filter) static int
OutcomeKeyedCounterTypeUtil.getCount
(List<? extends OutcomeKeyedCounterType> counters, Predicate<OutcomeKeyedCounterType> filter) static int
OutcomeKeyedCounterTypeUtil.getFailureCount
(List<? extends OutcomeKeyedCounterType> counters) static int
OutcomeKeyedCounterTypeUtil.getSkipCount
(List<? extends OutcomeKeyedCounterType> counters) static int
OutcomeKeyedCounterTypeUtil.getSuccessCount
(List<? extends OutcomeKeyedCounterType> counters) static int
OutcomeKeyedCounterTypeUtil.incrementCounter
(List<OutcomeKeyedCounterType> counters, QualifiedItemProcessingOutcomeType outcome) Increments counter corresponding to given outcome. -
Uses of OutcomeKeyedCounterType in com.evolveum.midpoint.xml.ns._public.common.common_3
Modifier and TypeClassDescriptionclass
Describes set of items that are or have been processed.Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type OutcomeKeyedCounterTypeModifier and TypeFieldDescriptionstatic final Producer<OutcomeKeyedCounterType>
OutcomeKeyedCounterType.FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return OutcomeKeyedCounterTypeModifier and TypeMethodDescriptionActivityProgressType.beginCommitted()
SynchronizationSituationTransitionType.beginCounter()
ActivityProgressType.beginUncommitted()
OutcomeKeyedCounterType.clone()
ObjectFactory.createOutcomeKeyedCounterType()
OutcomeKeyedCounterType.outcome
(QualifiedItemProcessingOutcomeType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type OutcomeKeyedCounterTypeModifier and TypeMethodDescriptionActivityProgressType.createCommittedList()
SynchronizationSituationTransitionType.createCounterList()
jakarta.xml.bind.JAXBElement<OutcomeKeyedCounterType>
ObjectFactory.createOutcomeKeyedCounter
(OutcomeKeyedCounterType value) ActivityProgressType.createUncommittedList()
ActivityProgressType.getCommitted()
SynchronizationSituationTransitionType.getCounter()
ActivityProgressType.getUncommitted()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type OutcomeKeyedCounterTypeModifier and TypeMethodDescriptionActivityProgressType.committed
(OutcomeKeyedCounterType value) SynchronizationSituationTransitionType.counter
(OutcomeKeyedCounterType value) jakarta.xml.bind.JAXBElement<OutcomeKeyedCounterType>
ObjectFactory.createOutcomeKeyedCounter
(OutcomeKeyedCounterType value) ActivityProgressType.uncommitted
(OutcomeKeyedCounterType value) -
Uses of OutcomeKeyedCounterType in com.evolveum.midpoint.xml.ns._public.model.model_3
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return OutcomeKeyedCounterType