Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CaseCorrelationContextType
-
Packages that use CaseCorrelationContextType Package Description com.evolveum.midpoint.schema.util.cases com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of CaseCorrelationContextType in com.evolveum.midpoint.schema.util.cases
Methods in com.evolveum.midpoint.schema.util.cases that return CaseCorrelationContextType Modifier and Type Method Description static @NotNull CaseCorrelationContextType
CorrelationCaseUtil. getCorrelationContextRequired(@NotNull CaseType aCase)
-
Uses of CaseCorrelationContextType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type CaseCorrelationContextType Modifier and Type Field Description static Producer<CaseCorrelationContextType>
CaseCorrelationContextType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return CaseCorrelationContextType Modifier and Type Method Description CaseCorrelationContextType
CaseType. beginCorrelationContext()
CaseCorrelationContextType
CaseCorrelationContextType. clone()
CaseCorrelationContextType
ObjectFactory. createCaseCorrelationContextType()
CaseCorrelationContextType
CaseType. getCorrelationContext()
CaseCorrelationContextType
CaseCorrelationContextType. id(Long value)
CaseCorrelationContextType
CaseCorrelationContextType. preFocusRef(ObjectReferenceType value)
CaseCorrelationContextType
CaseCorrelationContextType. preFocusRef(String oid, QName type)
CaseCorrelationContextType
CaseCorrelationContextType. preFocusRef(String oid, QName type, QName relation)
CaseCorrelationContextType
CaseCorrelationContextType. refreshWhenOpened(Boolean value)
CaseCorrelationContextType
CaseCorrelationContextType. schema(SimpleCaseSchemaType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type CaseCorrelationContextType Modifier and Type Method Description javax.xml.bind.JAXBElement<CaseCorrelationContextType>
ObjectFactory. createCorrelationContext(CaseCorrelationContextType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CaseCorrelationContextType Modifier and Type Method Description CaseType
CaseType. correlationContext(CaseCorrelationContextType value)
javax.xml.bind.JAXBElement<CaseCorrelationContextType>
ObjectFactory. createCorrelationContext(CaseCorrelationContextType value)
void
CaseType. setCorrelationContext(CaseCorrelationContextType value)
-