Class StringWorkSegmentationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkSegmentationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.StringWorkSegmentationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
OidWorkSegmentationType
public class StringWorkSegmentationType extends AbstractWorkSegmentationType
Segmentation 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.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_BOUNDARY
static ItemName
F_BOUNDARY_CHARACTERS
static ItemName
F_COMPARISON_METHOD
static ItemName
F_DEPTH
static Producer<StringWorkSegmentationType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkSegmentationType
F_DISCRIMINATOR, F_MATCHING_RULE, F_NUMBER_OF_BUCKETS
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description StringWorkSegmentationType()
StringWorkSegmentationType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkSegmentationType
getDiscriminator, getMatchingRule, getNumberOfBuckets, setDiscriminator, setMatchingRule, setNumberOfBuckets
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_BOUNDARY
public static final ItemName F_BOUNDARY
-
F_BOUNDARY_CHARACTERS
public static final ItemName F_BOUNDARY_CHARACTERS
-
F_DEPTH
public static final ItemName F_DEPTH
-
F_COMPARISON_METHOD
public static final ItemName F_COMPARISON_METHOD
-
FACTORY
public static final Producer<StringWorkSegmentationType> FACTORY
-
-
Constructor Detail
-
StringWorkSegmentationType
public StringWorkSegmentationType()
-
StringWorkSegmentationType
@Deprecated public StringWorkSegmentationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getBoundary
public List<BoundarySpecificationType> getBoundary()
-
createBoundaryList
public List<BoundarySpecificationType> createBoundaryList()
-
getDepth
public Integer getDepth()
-
setDepth
public void setDepth(Integer value)
-
getComparisonMethod
public StringWorkBucketsBoundaryMarkingType getComparisonMethod()
-
setComparisonMethod
public void setComparisonMethod(StringWorkBucketsBoundaryMarkingType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractWorkSegmentationType
-
id
public StringWorkSegmentationType id(Long value)
- Overrides:
id
in classAbstractWorkSegmentationType
-
boundary
public StringWorkSegmentationType boundary(BoundarySpecificationType value)
-
beginBoundary
public BoundarySpecificationType beginBoundary()
-
boundaryCharacters
public StringWorkSegmentationType boundaryCharacters(String value)
-
depth
public StringWorkSegmentationType depth(Integer value)
-
comparisonMethod
public StringWorkSegmentationType comparisonMethod(StringWorkBucketsBoundaryMarkingType value)
-
discriminator
public StringWorkSegmentationType discriminator(ItemPathType value)
- Overrides:
discriminator
in classAbstractWorkSegmentationType
-
matchingRule
public StringWorkSegmentationType matchingRule(String value)
- Overrides:
matchingRule
in classAbstractWorkSegmentationType
-
numberOfBuckets
public StringWorkSegmentationType numberOfBuckets(Integer value)
- Overrides:
numberOfBuckets
in classAbstractWorkSegmentationType
-
end
public <X> X end()
- Overrides:
end
in classAbstractWorkSegmentationType
-
clone
public StringWorkSegmentationType clone()
- Overrides:
clone
in classAbstractWorkSegmentationType
-
-