Class BaseBucketContentFactory<WSC extends AbstractWorkSegmentationType>
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.activity.run.buckets.BaseBucketContentFactory<WSC>
-
- Type Parameters:
WSC
- Work segmentation configuration type
- All Implemented Interfaces:
BucketContentFactory
- Direct Known Subclasses:
ExplicitBucketContentFactory
,NumericBucketContentFactory
,StringBucketContentFactory
public abstract class BaseBucketContentFactory<WSC extends AbstractWorkSegmentationType> extends Object implements BucketContentFactory
Base class for bucket content factories.
-
-
Field Summary
Fields Modifier and Type Field Description protected @NotNull PrismContext
prismContext
protected WSC
segmentationConfig
-
Constructor Summary
Constructors Modifier Constructor Description protected
BaseBucketContentFactory(WSC segmentationConfig)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.repo.common.activity.run.buckets.segmentation.BucketContentFactory
createNextBucketContent, estimateNumberOfBuckets
-
-
-
-
Field Detail
-
segmentationConfig
@NotNull protected final WSC extends AbstractWorkSegmentationType segmentationConfig
-
prismContext
@NotNull protected final @NotNull PrismContext prismContext
-
-
Constructor Detail
-
BaseBucketContentFactory
protected BaseBucketContentFactory(@NotNull WSC segmentationConfig)
-
-