Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.MappingsStatisticsType
-
Packages that use MappingsStatisticsType Package Description com.evolveum.midpoint.schema.util.task com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of MappingsStatisticsType in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task with parameters of type MappingsStatisticsType Modifier and Type Method Description static boolean
TaskOperationStatsUtil. isEmpty(MappingsStatisticsType mappingsStatistics)
-
Uses of MappingsStatisticsType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as MappingsStatisticsType Modifier and Type Field Description protected MappingsStatisticsType
EnvironmentalPerformanceInformationType. mappingsStatistics
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return MappingsStatisticsType Modifier and Type Method Description MappingsStatisticsType
EnvironmentalPerformanceInformationType. beginMappingsStatistics()
MappingsStatisticsType
MappingsStatisticsType. clone()
Creates and returns a deep copy of this object.MappingsStatisticsType
ObjectFactory. createMappingsStatisticsType()
Create an instance ofMappingsStatisticsType
MappingsStatisticsType
MappingsStatisticsType. entry(MappingsStatisticsEntryType value)
MappingsStatisticsType
EnvironmentalPerformanceInformationType. getMappingsStatistics()
Gets the value of the mappingsStatistics property.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type MappingsStatisticsType Modifier and Type Method Description EnvironmentalPerformanceInformationType
EnvironmentalPerformanceInformationType. mappingsStatistics(MappingsStatisticsType value)
void
EnvironmentalPerformanceInformationType. setMappingsStatistics(MappingsStatisticsType value)
Sets the value of the mappingsStatistics property.Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type MappingsStatisticsType Constructor Description MappingsStatisticsType(MappingsStatisticsType o)
Creates a newMappingsStatisticsType
instance by deeply copying a givenMappingsStatisticsType
instance.
-