Class ItemCorrelationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CorrelationItemDefinitionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ItemCorrelationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ItemCorrelationType extends CorrelationItemDefinitionType
TODO- 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_REF
static Producer<ItemCorrelationType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.CorrelationItemDefinitionType
F_DESCRIPTION, F_DOCUMENTATION, F_NAME, F_PATH, F_SOURCE, F_TARGET
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ItemCorrelationType()
ItemCorrelationType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CorrelationItemSourceDefinitionType
beginSource()
CorrelationItemTargetDefinitionType
beginTarget()
ItemCorrelationType
clone()
ItemCorrelationType
description(String value)
ItemCorrelationType
documentation(String value)
<X> X
end()
boolean
equals(Object other)
String
getRef()
ItemCorrelationType
id(Long value)
ItemCorrelationType
name(String value)
ItemCorrelationType
path(ItemPathType value)
ItemCorrelationType
ref(String value)
void
setRef(String value)
ItemCorrelationType
source(CorrelationItemSourceDefinitionType value)
ItemCorrelationType
target(CorrelationItemTargetDefinitionType value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.CorrelationItemDefinitionType
getDescription, getDocumentation, getName, getPath, getSource, getTarget, setDescription, setDocumentation, setName, setPath, setSource
-
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_REF
public static final ItemName F_REF
-
FACTORY
public static final Producer<ItemCorrelationType> FACTORY
-
-
Constructor Detail
-
ItemCorrelationType
public ItemCorrelationType()
-
ItemCorrelationType
@Deprecated public ItemCorrelationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getRef
public String getRef()
-
setRef
public void setRef(String value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classCorrelationItemDefinitionType
-
id
public ItemCorrelationType id(Long value)
- Overrides:
id
in classCorrelationItemDefinitionType
-
ref
public ItemCorrelationType ref(String value)
-
name
public ItemCorrelationType name(String value)
- Overrides:
name
in classCorrelationItemDefinitionType
-
description
public ItemCorrelationType description(String value)
- Overrides:
description
in classCorrelationItemDefinitionType
-
documentation
public ItemCorrelationType documentation(String value)
- Overrides:
documentation
in classCorrelationItemDefinitionType
-
path
public ItemCorrelationType path(ItemPathType value)
- Overrides:
path
in classCorrelationItemDefinitionType
-
source
public ItemCorrelationType source(CorrelationItemSourceDefinitionType value)
- Overrides:
source
in classCorrelationItemDefinitionType
-
beginSource
public CorrelationItemSourceDefinitionType beginSource()
- Overrides:
beginSource
in classCorrelationItemDefinitionType
-
target
public ItemCorrelationType target(CorrelationItemTargetDefinitionType value)
- Overrides:
target
in classCorrelationItemDefinitionType
-
beginTarget
public CorrelationItemTargetDefinitionType beginTarget()
- Overrides:
beginTarget
in classCorrelationItemDefinitionType
-
end
public <X> X end()
- Overrides:
end
in classCorrelationItemDefinitionType
-
clone
public ItemCorrelationType clone()
- Overrides:
clone
in classCorrelationItemDefinitionType
-
-