Class StringBucketContentFactory
java.lang.Object
com.evolveum.midpoint.repo.common.activity.run.buckets.BaseBucketContentFactory<StringWorkSegmentationType>
com.evolveum.midpoint.repo.common.activity.run.buckets.segmentation.StringBucketContentFactory
- All Implemented Interfaces:
BucketContentFactory
public class StringBucketContentFactory
extends BaseBucketContentFactory<StringWorkSegmentationType>
Creates content of string-based buckets (defined by
StringWorkSegmentationType
and its subtypes).-
Field Summary
Fields inherited from class com.evolveum.midpoint.repo.common.activity.run.buckets.BaseBucketContentFactory
prismContext, segmentationConfig
-
Method Summary
Modifier and TypeMethodDescriptioncreateNextBucketContent
(AbstractWorkBucketContentType lastBucketContent, Integer lastBucketSequentialNumber) Creates a content for the next bucket in a sequence.Estimates total number of buckets.
-
Method Details
-
createNextBucketContent
public AbstractWorkBucketContentType createNextBucketContent(AbstractWorkBucketContentType lastBucketContent, Integer lastBucketSequentialNumber) Description copied from interface:BucketContentFactory
Creates a content for the next bucket in a sequence.- Returns:
- null if there is no next bucket
-
estimateNumberOfBuckets
Description copied from interface:BucketContentFactory
Estimates total number of buckets.- Returns:
- null if the number cannot be determined
-
getBoundaries
-