Class CaseCorrelationContextType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CaseCorrelationContextType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class CaseCorrelationContextType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Information related to correlation request that is to be resolved.- 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_PRE_FOCUS_REF
static ItemName
F_REFRESH_WHEN_OPENED
static ItemName
F_SCHEMA
static Producer<CaseCorrelationContextType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description CaseCorrelationContextType()
CaseCorrelationContextType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectReferenceType
beginPreFocusRef()
SimpleCaseSchemaType
beginSchema()
CaseCorrelationContextType
clone()
<X> X
end()
boolean
equals(Object other)
ObjectReferenceType
getPreFocusRef()
SimpleCaseSchemaType
getSchema()
CaseCorrelationContextType
id(Long value)
Boolean
isRefreshWhenOpened()
CaseCorrelationContextType
preFocusRef(ObjectReferenceType value)
CaseCorrelationContextType
preFocusRef(String oid, QName type)
CaseCorrelationContextType
preFocusRef(String oid, QName type, QName relation)
CaseCorrelationContextType
refreshWhenOpened(Boolean value)
CaseCorrelationContextType
schema(SimpleCaseSchemaType value)
void
setPreFocusRef(ObjectReferenceType value)
void
setRefreshWhenOpened(Boolean value)
void
setSchema(SimpleCaseSchemaType value)
-
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_REFRESH_WHEN_OPENED
public static final ItemName F_REFRESH_WHEN_OPENED
-
F_PRE_FOCUS_REF
public static final ItemName F_PRE_FOCUS_REF
-
F_SCHEMA
public static final ItemName F_SCHEMA
-
FACTORY
public static final Producer<CaseCorrelationContextType> FACTORY
-
-
Constructor Detail
-
CaseCorrelationContextType
public CaseCorrelationContextType()
-
CaseCorrelationContextType
@Deprecated public CaseCorrelationContextType(PrismContext context)
Deprecated.
-
-
Method Detail
-
isRefreshWhenOpened
public Boolean isRefreshWhenOpened()
-
setRefreshWhenOpened
public void setRefreshWhenOpened(Boolean value)
-
getPreFocusRef
public ObjectReferenceType getPreFocusRef()
-
setPreFocusRef
public void setPreFocusRef(ObjectReferenceType value)
-
getSchema
public SimpleCaseSchemaType getSchema()
-
setSchema
public void setSchema(SimpleCaseSchemaType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public CaseCorrelationContextType id(Long value)
-
refreshWhenOpened
public CaseCorrelationContextType refreshWhenOpened(Boolean value)
-
preFocusRef
public CaseCorrelationContextType preFocusRef(ObjectReferenceType value)
-
preFocusRef
public CaseCorrelationContextType preFocusRef(String oid, QName type)
-
preFocusRef
public CaseCorrelationContextType preFocusRef(String oid, QName type, QName relation)
-
beginPreFocusRef
public ObjectReferenceType beginPreFocusRef()
-
schema
public CaseCorrelationContextType schema(SimpleCaseSchemaType value)
-
beginSchema
public SimpleCaseSchemaType beginSchema()
-
end
public <X> X end()
-
clone
public CaseCorrelationContextType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-