Class FilterCorrelatorType
- 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.FilterCorrelatorType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class FilterCorrelatorType extends AbstractCorrelatorType
A correlator that uses a specified filter 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_CONFIRMATION
static ItemName
F_OWNER_FILTER
static ItemName
F_SELECTION
static ItemName
F_USE_CONFIRMATION_FOR_SINGLE_CANDIDATE
static Producer<FilterCorrelatorType>
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 FilterCorrelatorType()
FilterCorrelatorType(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_FILTER
public static final ItemName F_OWNER_FILTER
-
F_CONFIRMATION
public static final ItemName F_CONFIRMATION
-
F_USE_CONFIRMATION_FOR_SINGLE_CANDIDATE
public static final ItemName F_USE_CONFIRMATION_FOR_SINGLE_CANDIDATE
-
F_SELECTION
public static final ItemName F_SELECTION
-
FACTORY
public static final Producer<FilterCorrelatorType> FACTORY
-
-
Constructor Detail
-
FilterCorrelatorType
public FilterCorrelatorType()
-
FilterCorrelatorType
@Deprecated public FilterCorrelatorType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getOwnerFilter
public List<ConditionalSearchFilterType> getOwnerFilter()
-
getConfirmation
public ExpressionType getConfirmation()
-
setConfirmation
public void setConfirmation(ExpressionType value)
-
isUseConfirmationForSingleCandidate
public Boolean isUseConfirmationForSingleCandidate()
-
setUseConfirmationForSingleCandidate
public void setUseConfirmationForSingleCandidate(Boolean value)
-
getSelection
public ExpressionType getSelection()
-
setSelection
public void setSelection(ExpressionType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractCorrelatorType
-
id
public FilterCorrelatorType id(Long value)
- Overrides:
id
in classAbstractCorrelatorType
-
ownerFilter
public FilterCorrelatorType ownerFilter(ConditionalSearchFilterType value)
-
beginOwnerFilter
public ConditionalSearchFilterType beginOwnerFilter()
-
confirmation
public FilterCorrelatorType confirmation(ExpressionType value)
-
beginConfirmation
public ExpressionType beginConfirmation()
-
useConfirmationForSingleCandidate
public FilterCorrelatorType useConfirmationForSingleCandidate(Boolean value)
-
selection
public FilterCorrelatorType selection(ExpressionType value)
-
beginSelection
public ExpressionType beginSelection()
-
order
public FilterCorrelatorType order(Integer value)
- Overrides:
order
in classAbstractCorrelatorType
-
authority
public FilterCorrelatorType authority(CorrelatorAuthorityLevelType value)
- Overrides:
authority
in classAbstractCorrelatorType
-
using
public FilterCorrelatorType using(String value)
- Overrides:
using
in classAbstractCorrelatorType
-
extending
public FilterCorrelatorType extending(String value)
- Overrides:
extending
in classAbstractCorrelatorType
-
name
public FilterCorrelatorType name(String value)
- Overrides:
name
in classAbstractCorrelatorType
-
displayName
public FilterCorrelatorType displayName(String value)
- Overrides:
displayName
in classAbstractCorrelatorType
-
description
public FilterCorrelatorType description(String value)
- Overrides:
description
in classAbstractCorrelatorType
-
documentation
public FilterCorrelatorType documentation(String value)
- Overrides:
documentation
in classAbstractCorrelatorType
-
definitions
public FilterCorrelatorType 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 FilterCorrelatorType clone()
- Overrides:
clone
in classAbstractCorrelatorType
-
-