Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ActivityBucketManagementStatisticsType
-
Packages that use ActivityBucketManagementStatisticsType Package Description com.evolveum.midpoint.schema.statistics com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of ActivityBucketManagementStatisticsType in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics with parameters of type ActivityBucketManagementStatisticsType Modifier and Type Method Description static void
ActivityBucketManagementStatisticsUtil. addTo(@NotNull ActivityBucketManagementStatisticsType aggregate, @Nullable ActivityBucketManagementStatisticsType part)
static String
ActivityBucketManagementStatisticsUtil. format(ActivityBucketManagementStatisticsType i)
static String
ActivityBucketManagementStatisticsUtil. format(ActivityBucketManagementStatisticsType i, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds)
-
Uses of ActivityBucketManagementStatisticsType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ActivityBucketManagementStatisticsType Modifier and Type Method Description ActivityBucketManagementStatisticsType
ActivityStatisticsType. beginBucketManagement()
ActivityBucketManagementStatisticsType
ActivityBucketManagementStatisticsType. clone()
ActivityBucketManagementStatisticsType
ObjectFactory. createActivityBucketManagementStatisticsType()
ActivityBucketManagementStatisticsType
ActivityStatisticsType. getBucketManagement()
ActivityBucketManagementStatisticsType
ActivityBucketManagementStatisticsType. operation(BucketManagementOperationStatisticsType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ActivityBucketManagementStatisticsType Modifier and Type Method Description ActivityStatisticsType
ActivityStatisticsType. bucketManagement(ActivityBucketManagementStatisticsType value)
void
ActivityStatisticsType. setBucketManagement(ActivityBucketManagementStatisticsType value)
Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ActivityBucketManagementStatisticsType Constructor Description ActivityBucketManagementStatisticsType(ActivityBucketManagementStatisticsType other)
-