Class CompositeCorrelatorType
- 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.CompositeCorrelatorType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class CompositeCorrelatorType extends AbstractCorrelatorType
TODO User-friendly way of defining a correlator or correlators.- 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_COMPOSITE
static ItemName
F_EXPRESSION
static ItemName
F_EXTENSION
static ItemName
F_FILTER
static ItemName
F_ID_MATCH
static ItemName
F_ITEMS
static ItemName
F_NONE
static Producer<CompositeCorrelatorType>
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 CompositeCorrelatorType()
CompositeCorrelatorType(PrismContext context)
Deprecated.
-
Method Summary
-
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_EXTENSION
public static final ItemName F_EXTENSION
-
F_NONE
public static final ItemName F_NONE
-
F_ITEMS
public static final ItemName F_ITEMS
-
F_FILTER
public static final ItemName F_FILTER
-
F_EXPRESSION
public static final ItemName F_EXPRESSION
-
F_ID_MATCH
public static final ItemName F_ID_MATCH
-
F_COMPOSITE
public static final ItemName F_COMPOSITE
-
FACTORY
public static final Producer<CompositeCorrelatorType> FACTORY
-
-
Constructor Detail
-
CompositeCorrelatorType
public CompositeCorrelatorType()
-
CompositeCorrelatorType
@Deprecated public CompositeCorrelatorType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getExtension
public ExtensionType getExtension()
-
setExtension
public void setExtension(ExtensionType value)
-
getNone
public List<NoOpCorrelatorType> getNone()
-
createNoneList
public List<NoOpCorrelatorType> createNoneList()
-
getItems
public List<ItemsCorrelatorType> getItems()
-
createItemsList
public List<ItemsCorrelatorType> createItemsList()
-
getFilter
public List<FilterCorrelatorType> getFilter()
-
createFilterList
public List<FilterCorrelatorType> createFilterList()
-
getExpression
public List<ExpressionCorrelatorType> getExpression()
-
createExpressionList
public List<ExpressionCorrelatorType> createExpressionList()
-
getIdMatch
public List<IdMatchCorrelatorType> getIdMatch()
-
createIdMatchList
public List<IdMatchCorrelatorType> createIdMatchList()
-
getComposite
public List<CompositeCorrelatorType> getComposite()
-
createCompositeList
public List<CompositeCorrelatorType> createCompositeList()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractCorrelatorType
-
id
public CompositeCorrelatorType id(Long value)
- Overrides:
id
in classAbstractCorrelatorType
-
extension
public CompositeCorrelatorType extension(ExtensionType value)
-
beginExtension
public ExtensionType beginExtension()
-
none
public CompositeCorrelatorType none(NoOpCorrelatorType value)
-
beginNone
public NoOpCorrelatorType beginNone()
-
items
public CompositeCorrelatorType items(ItemsCorrelatorType value)
-
beginItems
public ItemsCorrelatorType beginItems()
-
filter
public CompositeCorrelatorType filter(FilterCorrelatorType value)
-
beginFilter
public FilterCorrelatorType beginFilter()
-
expression
public CompositeCorrelatorType expression(ExpressionCorrelatorType value)
-
beginExpression
public ExpressionCorrelatorType beginExpression()
-
idMatch
public CompositeCorrelatorType idMatch(IdMatchCorrelatorType value)
-
beginIdMatch
public IdMatchCorrelatorType beginIdMatch()
-
composite
public CompositeCorrelatorType composite(CompositeCorrelatorType value)
-
beginComposite
public CompositeCorrelatorType beginComposite()
-
order
public CompositeCorrelatorType order(Integer value)
- Overrides:
order
in classAbstractCorrelatorType
-
authority
public CompositeCorrelatorType authority(CorrelatorAuthorityLevelType value)
- Overrides:
authority
in classAbstractCorrelatorType
-
using
public CompositeCorrelatorType using(String value)
- Overrides:
using
in classAbstractCorrelatorType
-
extending
public CompositeCorrelatorType extending(String value)
- Overrides:
extending
in classAbstractCorrelatorType
-
name
public CompositeCorrelatorType name(String value)
- Overrides:
name
in classAbstractCorrelatorType
-
displayName
public CompositeCorrelatorType displayName(String value)
- Overrides:
displayName
in classAbstractCorrelatorType
-
description
public CompositeCorrelatorType description(String value)
- Overrides:
description
in classAbstractCorrelatorType
-
documentation
public CompositeCorrelatorType documentation(String value)
- Overrides:
documentation
in classAbstractCorrelatorType
-
definitions
public CompositeCorrelatorType 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 CompositeCorrelatorType clone()
- Overrides:
clone
in classAbstractCorrelatorType
-
-