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 Details

  • Constructor Details

    • BaseBucketContentFactory

      protected BaseBucketContentFactory(@NotNull WSC segmentationConfig)