Class IdMatchCorrelatorStateType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCorrelatorStateType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.IdMatchCorrelatorStateType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class IdMatchCorrelatorStateType extends AbstractCorrelatorStateType
State of the process driven by ID Match correlator.- 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_MATCH_REQUEST_ID
static ItemName
F_REFERENCE_ID
static Producer<IdMatchCorrelatorStateType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCorrelatorStateType
F_CORRELATOR_NAME, F_CORRELATOR_TYPE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description IdMatchCorrelatorStateType()
IdMatchCorrelatorStateType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdMatchCorrelatorStateType
clone()
IdMatchCorrelatorStateType
correlatorName(String value)
IdMatchCorrelatorStateType
correlatorType(QName value)
<X> X
end()
boolean
equals(Object other)
String
getMatchRequestId()
String
getReferenceId()
IdMatchCorrelatorStateType
id(Long value)
IdMatchCorrelatorStateType
matchRequestId(String value)
IdMatchCorrelatorStateType
referenceId(String value)
void
setMatchRequestId(String value)
void
setReferenceId(String value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCorrelatorStateType
getCorrelatorName, getCorrelatorType, setCorrelatorName, setCorrelatorType
-
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_REFERENCE_ID
public static final ItemName F_REFERENCE_ID
-
F_MATCH_REQUEST_ID
public static final ItemName F_MATCH_REQUEST_ID
-
FACTORY
public static final Producer<IdMatchCorrelatorStateType> FACTORY
-
-
Constructor Detail
-
IdMatchCorrelatorStateType
public IdMatchCorrelatorStateType()
-
IdMatchCorrelatorStateType
@Deprecated public IdMatchCorrelatorStateType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getReferenceId
public String getReferenceId()
-
setReferenceId
public void setReferenceId(String value)
-
getMatchRequestId
public String getMatchRequestId()
-
setMatchRequestId
public void setMatchRequestId(String value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractCorrelatorStateType
-
id
public IdMatchCorrelatorStateType id(Long value)
- Overrides:
id
in classAbstractCorrelatorStateType
-
referenceId
public IdMatchCorrelatorStateType referenceId(String value)
-
matchRequestId
public IdMatchCorrelatorStateType matchRequestId(String value)
-
correlatorName
public IdMatchCorrelatorStateType correlatorName(String value)
- Overrides:
correlatorName
in classAbstractCorrelatorStateType
-
correlatorType
public IdMatchCorrelatorStateType correlatorType(QName value)
- Overrides:
correlatorType
in classAbstractCorrelatorStateType
-
end
public <X> X end()
- Overrides:
end
in classAbstractCorrelatorStateType
-
clone
public IdMatchCorrelatorStateType clone()
- Overrides:
clone
in classAbstractCorrelatorStateType
-
-