Class AbstractCorrelatorType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCorrelatorType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
CompositeCorrelatorType
,ExpressionCorrelatorType
,FilterCorrelatorType
,IdMatchCorrelatorType
,ItemsCorrelatorType
,NoOpCorrelatorType
public class AbstractCorrelatorType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Definition of a correlator.- 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_AUTHORITY
static ItemName
F_DEFINITIONS
static ItemName
F_DESCRIPTION
static ItemName
F_DISPLAY_NAME
static ItemName
F_DOCUMENTATION
static ItemName
F_EXTENDING
static ItemName
F_NAME
static ItemName
F_ORDER
static ItemName
F_USING
static Producer<AbstractCorrelatorType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AbstractCorrelatorType()
AbstractCorrelatorType(PrismContext context)
Deprecated.
-
Method Summary
-
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_ORDER
public static final ItemName F_ORDER
-
F_AUTHORITY
public static final ItemName F_AUTHORITY
-
F_USING
public static final ItemName F_USING
-
F_EXTENDING
public static final ItemName F_EXTENDING
-
F_NAME
public static final ItemName F_NAME
-
F_DISPLAY_NAME
public static final ItemName F_DISPLAY_NAME
-
F_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_DEFINITIONS
public static final ItemName F_DEFINITIONS
-
FACTORY
public static final Producer<AbstractCorrelatorType> FACTORY
-
-
Constructor Detail
-
AbstractCorrelatorType
public AbstractCorrelatorType()
-
AbstractCorrelatorType
@Deprecated public AbstractCorrelatorType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getOrder
public Integer getOrder()
-
setOrder
public void setOrder(Integer value)
-
getAuthority
public CorrelatorAuthorityLevelType getAuthority()
-
setAuthority
public void setAuthority(CorrelatorAuthorityLevelType value)
-
getUsing
public String getUsing()
-
setUsing
public void setUsing(String value)
-
getExtending
public String getExtending()
-
setExtending
public void setExtending(String value)
-
getName
public String getName()
-
setName
public void setName(String value)
-
getDisplayName
public String getDisplayName()
-
setDisplayName
public void setDisplayName(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getDefinitions
public CorrelatorDefinitionsType getDefinitions()
-
setDefinitions
public void setDefinitions(CorrelatorDefinitionsType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public AbstractCorrelatorType id(Long value)
-
order
public AbstractCorrelatorType order(Integer value)
-
authority
public AbstractCorrelatorType authority(CorrelatorAuthorityLevelType value)
-
using
public AbstractCorrelatorType using(String value)
-
extending
public AbstractCorrelatorType extending(String value)
-
name
public AbstractCorrelatorType name(String value)
-
displayName
public AbstractCorrelatorType displayName(String value)
-
description
public AbstractCorrelatorType description(String value)
-
documentation
public AbstractCorrelatorType documentation(String value)
-
definitions
public AbstractCorrelatorType definitions(CorrelatorDefinitionsType value)
-
beginDefinitions
public CorrelatorDefinitionsType beginDefinitions()
-
end
public <X> X end()
-
clone
public AbstractCorrelatorType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-