StringWorkSegmentationType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Supertype: AbstractWorkSegmentationType
Work state management 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.
Item Summary  
Name Type Multiplicity Description
discriminator property
ItemPathType
[0,1] Item or OID whose values will used to divide objects into buckets - if applicable. 
matchingRule property
anyURI
[0,1] Matching rule to be applied when creating filters - if applicable. 
numberOfBuckets property
int
[0,1] Configurable number of buckets. 
boundaryCharacters property
string
[0,-1] Characters that make up the boundaries. 
depth property
int
[0,1] If a value N greater than 1 is specified here, boundaryCharacters values are repeated N times (if values of V1, V2, . 
comparisonMethod property
StringWorkBucketsBoundaryMarkingType
[0,1] Whether to use intervals, prefixes or exact value match.