Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkBucketContentType
-
Packages that use AbstractWorkBucketContentType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of AbstractWorkBucketContentType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of AbstractWorkBucketContentType in com.evolveum.midpoint.xml.ns._public.common.common_3 Modifier and Type Class Description classFilterWorkBucketContentTypeWork bucket content defined explicitly by a filter.classNullWorkBucketContentType"Null" work bucket content: does not restrict the query in any way.classNumericIntervalWorkBucketContentTypeWork bucket content defined as a interval of numeric values of discriminator item.classStringIntervalWorkBucketContentTypeWork bucket content defined as interval of string values.classStringPrefixWorkBucketContentTypeWork bucket content defined using string value prefix.classStringValueWorkBucketContentTypeWork bucket content defined using string value.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AbstractWorkBucketContentType Modifier and Type Method Description AbstractWorkBucketContentTypeBucketProcessingRecordType. beginContent()AbstractWorkBucketContentTypeExplicitWorkSegmentationType. beginContent()AbstractWorkBucketContentTypeWorkBucketType. beginContent()AbstractWorkBucketContentTypeAbstractWorkBucketContentType. clone()Creates and returns a deep copy of this object.AbstractWorkBucketContentTypeObjectFactory. createAbstractWorkBucketContentType()Create an instance ofAbstractWorkBucketContentTypeAbstractWorkBucketContentTypeBucketProcessingRecordType. getContent()AbstractWorkBucketContentTypeWorkBucketType. getContent()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type AbstractWorkBucketContentType Modifier and Type Method Description List<AbstractWorkBucketContentType>ExplicitWorkSegmentationType. createContentList()List<AbstractWorkBucketContentType>ExplicitWorkSegmentationType. getContent()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AbstractWorkBucketContentType Modifier and Type Method Description BucketProcessingRecordTypeBucketProcessingRecordType. content(AbstractWorkBucketContentType value)ExplicitWorkSegmentationTypeExplicitWorkSegmentationType. content(AbstractWorkBucketContentType value)WorkBucketTypeWorkBucketType. content(AbstractWorkBucketContentType value)voidBucketProcessingRecordType. setContent(AbstractWorkBucketContentType value)voidWorkBucketType. setContent(AbstractWorkBucketContentType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AbstractWorkBucketContentType Constructor Description AbstractWorkBucketContentType(AbstractWorkBucketContentType o)Creates a newAbstractWorkBucketContentTypeinstance by deeply copying a givenAbstractWorkBucketContentTypeinstance.
-