Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkSegmentationType
-
Packages that use AbstractWorkSegmentationType Package Description com.evolveum.midpoint.schema.util.task com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of AbstractWorkSegmentationType in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task that return AbstractWorkSegmentationType Modifier and Type Method Description static @Nullable AbstractWorkSegmentationTypeBucketingUtil. getWorkSegmentationConfiguration(BucketsDefinitionType buckets) -
Uses of AbstractWorkSegmentationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of AbstractWorkSegmentationType in com.evolveum.midpoint.xml.ns._public.common.common_3 Modifier and Type Class Description classExplicitWorkSegmentationTypeSegmentation strategy that explicitly enumerates the buckets.classImplicitWorkSegmentationTypeA segmentation strategy that is interpreted by the specific activity run.classNumericWorkSegmentationTypeSegmentation strategy that divides the processing space (represented by an interval of numeric values) into a number of work buckets.classOidWorkSegmentationTypeSegmentation strategy that divides the processing space into a number of buckets based on OID values.classStringWorkSegmentationTypeSegmentation 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.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AbstractWorkSegmentationType Modifier and Type Method Description AbstractWorkSegmentationTypeBucketsDefinitionType. beginSegmentation()AbstractWorkSegmentationTypeAbstractWorkSegmentationType. clone()AbstractWorkSegmentationTypeObjectFactory. createAbstractWorkSegmentationType()Create an instance ofAbstractWorkSegmentationTypeAbstractWorkSegmentationTypeAbstractWorkSegmentationType. discriminator(ItemPathType value)AbstractWorkSegmentationTypeBucketsDefinitionType. getSegmentation()AbstractWorkSegmentationTypeAbstractWorkSegmentationType. id(Long value)AbstractWorkSegmentationTypeAbstractWorkSegmentationType. matchingRule(String value)AbstractWorkSegmentationTypeAbstractWorkSegmentationType. numberOfBuckets(Integer value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AbstractWorkSegmentationType Modifier and Type Method Description BucketsDefinitionTypeBucketsDefinitionType. segmentation(AbstractWorkSegmentationType value)voidBucketsDefinitionType. setSegmentation(AbstractWorkSegmentationType value)
-