Class ItemsCorrelatorType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCorrelatorType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ItemsCorrelatorType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ItemsCorrelatorType extends AbstractCorrelatorType
TODO- 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_ITEM
static Producer<ItemsCorrelatorType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCorrelatorType
F_AUTHORITY, F_DEFINITIONS, F_DESCRIPTION, F_DISPLAY_NAME, F_DOCUMENTATION, F_EXTENDING, F_NAME, F_ORDER, F_USING
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ItemsCorrelatorType()
ItemsCorrelatorType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemsCorrelatorType
authority(CorrelatorAuthorityLevelType value)
CorrelatorDefinitionsType
beginDefinitions()
ItemCorrelationType
beginItem()
ItemsCorrelatorType
clone()
List<ItemCorrelationType>
createItemList()
ItemsCorrelatorType
definitions(CorrelatorDefinitionsType value)
ItemsCorrelatorType
description(String value)
ItemsCorrelatorType
displayName(String value)
ItemsCorrelatorType
documentation(String value)
<X> X
end()
boolean
equals(Object other)
ItemsCorrelatorType
extending(String value)
List<ItemCorrelationType>
getItem()
ItemsCorrelatorType
id(Long value)
ItemsCorrelatorType
item(ItemCorrelationType value)
ItemsCorrelatorType
name(String value)
ItemsCorrelatorType
order(Integer value)
ItemsCorrelatorType
using(String value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCorrelatorType
getAuthority, getDefinitions, getDescription, getDisplayName, getDocumentation, getExtending, getName, getOrder, getUsing, setAuthority, setDefinitions, setDescription, setDisplayName, setDocumentation, setExtending, setName, setOrder, setUsing
-
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_ITEM
public static final ItemName F_ITEM
-
FACTORY
public static final Producer<ItemsCorrelatorType> FACTORY
-
-
Constructor Detail
-
ItemsCorrelatorType
public ItemsCorrelatorType()
-
ItemsCorrelatorType
@Deprecated public ItemsCorrelatorType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getItem
public List<ItemCorrelationType> getItem()
-
createItemList
public List<ItemCorrelationType> createItemList()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractCorrelatorType
-
id
public ItemsCorrelatorType id(Long value)
- Overrides:
id
in classAbstractCorrelatorType
-
item
public ItemsCorrelatorType item(ItemCorrelationType value)
-
beginItem
public ItemCorrelationType beginItem()
-
order
public ItemsCorrelatorType order(Integer value)
- Overrides:
order
in classAbstractCorrelatorType
-
authority
public ItemsCorrelatorType authority(CorrelatorAuthorityLevelType value)
- Overrides:
authority
in classAbstractCorrelatorType
-
using
public ItemsCorrelatorType using(String value)
- Overrides:
using
in classAbstractCorrelatorType
-
extending
public ItemsCorrelatorType extending(String value)
- Overrides:
extending
in classAbstractCorrelatorType
-
name
public ItemsCorrelatorType name(String value)
- Overrides:
name
in classAbstractCorrelatorType
-
displayName
public ItemsCorrelatorType displayName(String value)
- Overrides:
displayName
in classAbstractCorrelatorType
-
description
public ItemsCorrelatorType description(String value)
- Overrides:
description
in classAbstractCorrelatorType
-
documentation
public ItemsCorrelatorType documentation(String value)
- Overrides:
documentation
in classAbstractCorrelatorType
-
definitions
public ItemsCorrelatorType definitions(CorrelatorDefinitionsType value)
- Overrides:
definitions
in classAbstractCorrelatorType
-
beginDefinitions
public CorrelatorDefinitionsType beginDefinitions()
- Overrides:
beginDefinitions
in classAbstractCorrelatorType
-
end
public <X> X end()
- Overrides:
end
in classAbstractCorrelatorType
-
clone
public ItemsCorrelatorType clone()
- Overrides:
clone
in classAbstractCorrelatorType
-
-