Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkSegmentationType
Packages that use AbstractWorkSegmentationType
Package
Description
-
Uses of AbstractWorkSegmentationType in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task that return AbstractWorkSegmentationTypeModifier and TypeMethodDescriptionstatic @Nullable AbstractWorkSegmentationTypeBucketingUtil.getWorkSegmentationConfiguration(BucketsDefinitionType buckets) -
Uses of AbstractWorkSegmentationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Modifier and TypeClassDescriptionclassSegmentation strategy that explicitly enumerates the buckets.classA segmentation strategy that is interpreted by the specific activity run.classSegmentation strategy that divides the processing space (represented by an interval of numeric values) into a number of work buckets.classSegmentation strategy that divides the processing space into a number of buckets based on OID values.classSegmentation strategy that divides the processing space (represented by a set of string values) into a number of work buckets; either based on intervals, prefixes or exact value matching.Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type AbstractWorkSegmentationTypeModifier and TypeFieldDescriptionstatic final Producer<AbstractWorkSegmentationType>AbstractWorkSegmentationType.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AbstractWorkSegmentationTypeModifier and TypeMethodDescriptionBucketsDefinitionType.beginSegmentation()AbstractWorkSegmentationType.clone()ObjectFactory.createAbstractWorkSegmentationType()AbstractWorkSegmentationType.discriminator(ItemPathType value) BucketsDefinitionType.getSegmentation()AbstractWorkSegmentationType.matchingRule(String value) AbstractWorkSegmentationType.numberOfBuckets(Integer value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AbstractWorkSegmentationTypeModifier and TypeMethodDescriptionBucketsDefinitionType.segmentation(AbstractWorkSegmentationType value) voidBucketsDefinitionType.setSegmentation(AbstractWorkSegmentationType value)