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 QName
COMPLEX_TYPE
static ItemName
F_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 PrismContainerValue
asPrismContainerValue()
AbstractWorkBucketContentType
beginContent()
ItemPathType
beginDiscriminator()
ExplicitWorkSegmentationType
clone()
ExplicitWorkSegmentationType
content(AbstractWorkBucketContentType value)
List<AbstractWorkBucketContentType>
createContentList()
ExplicitWorkSegmentationType
discriminator(ItemPathType value)
<X> X
end()
boolean
equals(Object object)
List<AbstractWorkBucketContentType>
getContent()
int
hashCode()
ExplicitWorkSegmentationType
id(Long value)
ExplicitWorkSegmentationType
matchingRule(String value)
ExplicitWorkSegmentationType
numberOfBuckets(Integer value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.String
toString()
-
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:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classAbstractWorkSegmentationType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup 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:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classAbstractWorkSegmentationType
-
toString
public String toString()
- Overrides:
toString
in classAbstractWorkSegmentationType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAbstractWorkSegmentationType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractWorkSegmentationType
-
end
public <X> X end()
- Overrides:
end
in 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:
discriminator
in classAbstractWorkSegmentationType
-
beginDiscriminator
public ItemPathType beginDiscriminator()
- Overrides:
beginDiscriminator
in classAbstractWorkSegmentationType
-
matchingRule
public ExplicitWorkSegmentationType matchingRule(String value)
- Overrides:
matchingRule
in classAbstractWorkSegmentationType
-
numberOfBuckets
public ExplicitWorkSegmentationType numberOfBuckets(Integer value)
- Overrides:
numberOfBuckets
in classAbstractWorkSegmentationType
-
id
public ExplicitWorkSegmentationType id(Long value)
- Overrides:
id
in classAbstractWorkSegmentationType
-
clone
public ExplicitWorkSegmentationType clone()
- Overrides:
clone
in classAbstractWorkSegmentationType
-
-