Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.BucketsDefinitionType
Packages that use BucketsDefinitionType
Package
Description
Supports the definitions of activities and their various aspects:
- work,
- distribution,
- control flow,
- reporting,
- ...
-
Uses of BucketsDefinitionType in com.evolveum.midpoint.repo.common.activity.definition
Methods in com.evolveum.midpoint.repo.common.activity.definition that return BucketsDefinitionType -
Uses of BucketsDefinitionType in com.evolveum.midpoint.repo.common.activity.run.buckets.segmentation
Methods in com.evolveum.midpoint.repo.common.activity.run.buckets.segmentation with parameters of type BucketsDefinitionTypeModifier and TypeMethodDescription@NotNull BucketContentFactoryBucketContentFactoryGenerator.createContentFactory(@Nullable BucketsDefinitionType bucketing, @Nullable ImplicitSegmentationResolver implicitSegmentationResolver) Creates work state management strategy based on provided configuration. -
Uses of BucketsDefinitionType in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task with parameters of type BucketsDefinitionTypeModifier and TypeMethodDescriptionstatic @Nullable AbstractWorkSegmentationTypeBucketingUtil.getWorkSegmentationConfiguration(BucketsDefinitionType buckets) -
Uses of BucketsDefinitionType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type BucketsDefinitionTypeModifier and TypeFieldDescriptionstatic final Producer<BucketsDefinitionType>BucketsDefinitionType.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return BucketsDefinitionTypeModifier and TypeMethodDescriptionBucketsDefinitionType.allocation(WorkAllocationDefinitionType value) ActivityDistributionDefinitionTailoringType.beginBuckets()ActivityDistributionDefinitionType.beginBuckets()BucketsDefinitionType.clone()ObjectFactory.createBucketsDefinitionType()BucketsDefinitionType.explicitSegmentation(ExplicitWorkSegmentationType value) ActivityDistributionDefinitionType.getBuckets()BucketsDefinitionType.implicitSegmentation(ImplicitWorkSegmentationType value) BucketsDefinitionType.numericSegmentation(NumericWorkSegmentationType value) BucketsDefinitionType.oidSegmentation(OidWorkSegmentationType value) BucketsDefinitionType.sampling(BucketsSamplingDefinitionType value) BucketsDefinitionType.segmentation(AbstractWorkSegmentationType value) BucketsDefinitionType.stringSegmentation(StringWorkSegmentationType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type BucketsDefinitionTypeModifier and TypeMethodDescriptionActivityDistributionDefinitionTailoringType.buckets(BucketsDefinitionType value) ActivityDistributionDefinitionType.buckets(BucketsDefinitionType value) voidActivityDistributionDefinitionType.setBuckets(BucketsDefinitionType value)