Class NoOpCorrelatorType
- 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.NoOpCorrelatorType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class NoOpCorrelatorType extends AbstractCorrelatorType
"No-op" correlation that always returns "certainly no owner" result. TODO NoneCorrelatorType?- 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 Producer<NoOpCorrelatorType>
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 NoOpCorrelatorType()
NoOpCorrelatorType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NoOpCorrelatorType
authority(CorrelatorAuthorityLevelType value)
CorrelatorDefinitionsType
beginDefinitions()
NoOpCorrelatorType
clone()
NoOpCorrelatorType
definitions(CorrelatorDefinitionsType value)
NoOpCorrelatorType
description(String value)
NoOpCorrelatorType
displayName(String value)
NoOpCorrelatorType
documentation(String value)
<X> X
end()
boolean
equals(Object other)
NoOpCorrelatorType
extending(String value)
NoOpCorrelatorType
id(Long value)
NoOpCorrelatorType
name(String value)
NoOpCorrelatorType
order(Integer value)
NoOpCorrelatorType
using(String value)
-
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
-
FACTORY
public static final Producer<NoOpCorrelatorType> FACTORY
-
-
Constructor Detail
-
NoOpCorrelatorType
public NoOpCorrelatorType()
-
NoOpCorrelatorType
@Deprecated public NoOpCorrelatorType(PrismContext context)
Deprecated.
-
-
Method Detail
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractCorrelatorType
-
id
public NoOpCorrelatorType id(Long value)
- Overrides:
id
in classAbstractCorrelatorType
-
order
public NoOpCorrelatorType order(Integer value)
- Overrides:
order
in classAbstractCorrelatorType
-
authority
public NoOpCorrelatorType authority(CorrelatorAuthorityLevelType value)
- Overrides:
authority
in classAbstractCorrelatorType
-
using
public NoOpCorrelatorType using(String value)
- Overrides:
using
in classAbstractCorrelatorType
-
extending
public NoOpCorrelatorType extending(String value)
- Overrides:
extending
in classAbstractCorrelatorType
-
name
public NoOpCorrelatorType name(String value)
- Overrides:
name
in classAbstractCorrelatorType
-
displayName
public NoOpCorrelatorType displayName(String value)
- Overrides:
displayName
in classAbstractCorrelatorType
-
description
public NoOpCorrelatorType description(String value)
- Overrides:
description
in classAbstractCorrelatorType
-
documentation
public NoOpCorrelatorType documentation(String value)
- Overrides:
documentation
in classAbstractCorrelatorType
-
definitions
public NoOpCorrelatorType 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 NoOpCorrelatorType clone()
- Overrides:
clone
in classAbstractCorrelatorType
-
-