Class ExpressionCorrelatorType
- 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.ExpressionCorrelatorType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ExpressionCorrelatorType extends AbstractCorrelatorType
A correlator that uses a specified expression to find shadow owner.- 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_OWNER
static ItemName
F_OWNER_REF
static Producer<ExpressionCorrelatorType>
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 ExpressionCorrelatorType()
ExpressionCorrelatorType(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_OWNER
public static final ItemName F_OWNER
-
F_OWNER_REF
public static final ItemName F_OWNER_REF
-
FACTORY
public static final Producer<ExpressionCorrelatorType> FACTORY
-
-
Constructor Detail
-
ExpressionCorrelatorType
public ExpressionCorrelatorType()
-
ExpressionCorrelatorType
@Deprecated public ExpressionCorrelatorType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getOwner
public ExpressionType getOwner()
-
setOwner
public void setOwner(ExpressionType value)
-
getOwnerRef
public ExpressionType getOwnerRef()
-
setOwnerRef
public void setOwnerRef(ExpressionType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractCorrelatorType
-
id
public ExpressionCorrelatorType id(Long value)
- Overrides:
id
in classAbstractCorrelatorType
-
owner
public ExpressionCorrelatorType owner(ExpressionType value)
-
beginOwner
public ExpressionType beginOwner()
-
ownerRef
public ExpressionCorrelatorType ownerRef(ExpressionType value)
-
beginOwnerRef
public ExpressionType beginOwnerRef()
-
order
public ExpressionCorrelatorType order(Integer value)
- Overrides:
order
in classAbstractCorrelatorType
-
authority
public ExpressionCorrelatorType authority(CorrelatorAuthorityLevelType value)
- Overrides:
authority
in classAbstractCorrelatorType
-
using
public ExpressionCorrelatorType using(String value)
- Overrides:
using
in classAbstractCorrelatorType
-
extending
public ExpressionCorrelatorType extending(String value)
- Overrides:
extending
in classAbstractCorrelatorType
-
name
public ExpressionCorrelatorType name(String value)
- Overrides:
name
in classAbstractCorrelatorType
-
displayName
public ExpressionCorrelatorType displayName(String value)
- Overrides:
displayName
in classAbstractCorrelatorType
-
description
public ExpressionCorrelatorType description(String value)
- Overrides:
description
in classAbstractCorrelatorType
-
documentation
public ExpressionCorrelatorType documentation(String value)
- Overrides:
documentation
in classAbstractCorrelatorType
-
definitions
public ExpressionCorrelatorType 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 ExpressionCorrelatorType clone()
- Overrides:
clone
in classAbstractCorrelatorType
-
-