Class ExpressionSubCorrelatorType
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
com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionSubCorrelatorType
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
Composition-enabled expression correlator.
- See Also:
-
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
FieldsModifier and TypeFieldDescriptionstatic final QName
static final ItemName
static final Producer<ExpressionSubCorrelatorType>
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionCorrelatorType
F_OWNER, F_OWNER_REF
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCorrelatorType
F_CONFIDENCE, F_DESCRIPTION, F_DISPLAY_NAME, F_DOCUMENTATION, F_ENABLED, F_NAME, F_SUPER
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
description
(String value) displayName
(String value) documentation
(String value) <X> X
end()
boolean
owner
(ExpressionType value) ownerRef
(ExpressionType value) void
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionCorrelatorType
getOwner, getOwnerRef, setOwner, setOwnerRef
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCorrelatorType
getConfidence, getDescription, getDisplayName, getDocumentation, getEnabled, getName, getSuper, isEnabled, setConfidence, setDescription, setDisplayName, setDocumentation, setEnabled, setName, setSuper
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 Details
-
COMPLEX_TYPE
-
F_COMPOSITION
-
FACTORY
-
-
Constructor Details
-
ExpressionSubCorrelatorType
public ExpressionSubCorrelatorType() -
ExpressionSubCorrelatorType
Deprecated.
-
-
Method Details
-
getComposition
-
setComposition
-
equals
- Overrides:
equals
in classExpressionCorrelatorType
-
id
- Overrides:
id
in classExpressionCorrelatorType
-
composition
-
beginComposition
-
owner
- Overrides:
owner
in classExpressionCorrelatorType
-
beginOwner
- Overrides:
beginOwner
in classExpressionCorrelatorType
-
ownerRef
- Overrides:
ownerRef
in classExpressionCorrelatorType
-
beginOwnerRef
- Overrides:
beginOwnerRef
in classExpressionCorrelatorType
-
name
- Overrides:
name
in classExpressionCorrelatorType
-
displayName
- Overrides:
displayName
in classExpressionCorrelatorType
-
description
- Overrides:
description
in classExpressionCorrelatorType
-
documentation
- Overrides:
documentation
in classExpressionCorrelatorType
-
confidence
- Overrides:
confidence
in classExpressionCorrelatorType
-
beginConfidence
- Overrides:
beginConfidence
in classExpressionCorrelatorType
-
enabled
- Overrides:
enabled
in classExpressionCorrelatorType
-
_super
- Overrides:
_super
in classExpressionCorrelatorType
-
beginSuper
- Overrides:
beginSuper
in classExpressionCorrelatorType
-
end
public <X> X end()- Overrides:
end
in classExpressionCorrelatorType
-
clone
- Overrides:
clone
in classExpressionCorrelatorType
-