Class ExplicitWorkSegmentationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkSegmentationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ExplicitWorkSegmentationType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class ExplicitWorkSegmentationType extends AbstractWorkSegmentationType implements Serializable, Cloneable, Containerable
Segmentation strategy that explicitly enumerates the buckets.Java class for ExplicitWorkSegmentationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExplicitWorkSegmentationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkSegmentationType"> <sequence> <element name="content" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkBucketContentType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_CONTENT-
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 ExplicitWorkSegmentationType()ExplicitWorkSegmentationType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueasPrismContainerValue()AbstractWorkBucketContentTypebeginContent()ItemPathTypebeginDiscriminator()ExplicitWorkSegmentationTypeclone()ExplicitWorkSegmentationTypecontent(AbstractWorkBucketContentType value)List<AbstractWorkBucketContentType>createContentList()ExplicitWorkSegmentationTypediscriminator(ItemPathType value)<X> Xend()booleanequals(Object object)List<AbstractWorkBucketContentType>getContent()inthashCode()ExplicitWorkSegmentationTypeid(Long value)ExplicitWorkSegmentationTypematchingRule(String value)ExplicitWorkSegmentationTypenumberOfBuckets(Integer value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.StringtoString()-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkSegmentationType
getDiscriminator, getId, getMatchingRule, getNumberOfBuckets, setDiscriminator, setId, setMatchingRule, setNumberOfBuckets
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
ExplicitWorkSegmentationType
public ExplicitWorkSegmentationType()
-
ExplicitWorkSegmentationType
public ExplicitWorkSegmentationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classAbstractWorkSegmentationType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classAbstractWorkSegmentationType
-
toString
public String toString()
- Overrides:
toStringin classAbstractWorkSegmentationType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractWorkSegmentationType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractWorkSegmentationType
-
end
public <X> X end()
- Overrides:
endin classAbstractWorkSegmentationType
-
getContent
public List<AbstractWorkBucketContentType> getContent()
-
createContentList
public List<AbstractWorkBucketContentType> createContentList()
-
content
public ExplicitWorkSegmentationType content(AbstractWorkBucketContentType value)
-
beginContent
public AbstractWorkBucketContentType beginContent()
-
discriminator
public ExplicitWorkSegmentationType discriminator(ItemPathType value)
- Overrides:
discriminatorin classAbstractWorkSegmentationType
-
beginDiscriminator
public ItemPathType beginDiscriminator()
- Overrides:
beginDiscriminatorin classAbstractWorkSegmentationType
-
matchingRule
public ExplicitWorkSegmentationType matchingRule(String value)
- Overrides:
matchingRulein classAbstractWorkSegmentationType
-
numberOfBuckets
public ExplicitWorkSegmentationType numberOfBuckets(Integer value)
- Overrides:
numberOfBucketsin classAbstractWorkSegmentationType
-
id
public ExplicitWorkSegmentationType id(Long value)
- Overrides:
idin classAbstractWorkSegmentationType
-
clone
public ExplicitWorkSegmentationType clone()
- Overrides:
clonein classAbstractWorkSegmentationType
-
-