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 ItemProcessingOutcomeTypeOutcomeKeyedCounterTypeUtil.getOutcome(OutcomeKeyedCounterType counter) static booleanOutcomeKeyedCounterTypeUtil.isFailure(OutcomeKeyedCounterType counter) static booleanOutcomeKeyedCounterTypeUtil.isSkip(OutcomeKeyedCounterType counter) static booleanOutcomeKeyedCounterTypeUtil.isSuccess(OutcomeKeyedCounterType counter) Method parameters in com.evolveum.midpoint.schema.statistics with type arguments of type OutcomeKeyedCounterTypeModifier and TypeMethodDescriptionstatic voidOutcomeKeyedCounterTypeUtil.addCounters(List<OutcomeKeyedCounterType> sumCounters, List<OutcomeKeyedCounterType> deltaCounters) Adds two lists of counters: finds matching pairs and adds them.static intOutcomeKeyedCounterTypeUtil.getCount(List<? extends OutcomeKeyedCounterType> counters, Predicate<OutcomeKeyedCounterType> filter) static intOutcomeKeyedCounterTypeUtil.getCount(List<? extends OutcomeKeyedCounterType> counters, Predicate<OutcomeKeyedCounterType> filter) static intOutcomeKeyedCounterTypeUtil.getFailureCount(List<? extends OutcomeKeyedCounterType> counters) static intOutcomeKeyedCounterTypeUtil.getSkipCount(List<? extends OutcomeKeyedCounterType> counters) static intOutcomeKeyedCounterTypeUtil.getSuccessCount(List<? extends OutcomeKeyedCounterType> counters) static intOutcomeKeyedCounterTypeUtil.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 TypeClassDescriptionclassDescribes 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.FACTORYMethods 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