Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.OutcomeKeyedCounterType
-
Packages that use OutcomeKeyedCounterType Package Description com.evolveum.midpoint.schema.statistics com.evolveum.midpoint.xml.ns._public.common.common_3 com.evolveum.midpoint.xml.ns._public.model.model_3 -
-
Uses of OutcomeKeyedCounterType in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics that return types with arguments of type OutcomeKeyedCounterType Modifier and Type Method Description static Predicate<OutcomeKeyedCounterType>OutcomeKeyedCounterTypeUtil. getCounterFilter(ItemProcessingOutcomeType outcome)Methods in com.evolveum.midpoint.schema.statistics with parameters of type OutcomeKeyedCounterType Modifier and Type Method Description static ItemProcessingOutcomeTypeOutcomeKeyedCounterTypeUtil. getOutcome(OutcomeKeyedCounterType counter)static StringOutcomeKeyedCounterTypeUtil. getOutcomeQualifierUri(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 OutcomeKeyedCounterType Modifier and Type Method Description static 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, PrismContext prismContext)Increments counter corresponding to given outcome. -
Uses of OutcomeKeyedCounterType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of OutcomeKeyedCounterType in com.evolveum.midpoint.xml.ns._public.common.common_3 Modifier and Type Class Description classProcessedItemSetTypeDescribes 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 OutcomeKeyedCounterType Modifier and Type Field Description static Producer<OutcomeKeyedCounterType>OutcomeKeyedCounterType. FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return OutcomeKeyedCounterType Modifier and Type Method Description OutcomeKeyedCounterTypeActivityProgressType. beginCommitted()OutcomeKeyedCounterTypeSynchronizationSituationTransitionType. beginCounter()OutcomeKeyedCounterTypeActivityProgressType. beginUncommitted()OutcomeKeyedCounterTypeOutcomeKeyedCounterType. clone()OutcomeKeyedCounterTypeOutcomeKeyedCounterType. count(Integer value)OutcomeKeyedCounterTypeObjectFactory. createOutcomeKeyedCounterType()OutcomeKeyedCounterTypeOutcomeKeyedCounterType. id(Long value)OutcomeKeyedCounterTypeOutcomeKeyedCounterType. outcome(QualifiedItemProcessingOutcomeType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type OutcomeKeyedCounterType Modifier and Type Method Description List<OutcomeKeyedCounterType>ActivityProgressType. createCommittedList()List<OutcomeKeyedCounterType>SynchronizationSituationTransitionType. createCounterList()javax.xml.bind.JAXBElement<OutcomeKeyedCounterType>ObjectFactory. createOutcomeKeyedCounter(OutcomeKeyedCounterType value)List<OutcomeKeyedCounterType>ActivityProgressType. createUncommittedList()List<OutcomeKeyedCounterType>ActivityProgressType. getCommitted()List<OutcomeKeyedCounterType>SynchronizationSituationTransitionType. getCounter()List<OutcomeKeyedCounterType>ActivityProgressType. getUncommitted()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type OutcomeKeyedCounterType Modifier and Type Method Description ActivityProgressTypeActivityProgressType. committed(OutcomeKeyedCounterType value)SynchronizationSituationTransitionTypeSynchronizationSituationTransitionType. counter(OutcomeKeyedCounterType value)javax.xml.bind.JAXBElement<OutcomeKeyedCounterType>ObjectFactory. createOutcomeKeyedCounter(OutcomeKeyedCounterType value)ActivityProgressTypeActivityProgressType. 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 Modifier and Type Method Description OutcomeKeyedCounterTypeObjectFactory. createOutcomeKeyedCounterType()
-