Class CorrelationCaseUtil
java.lang.Object
com.evolveum.midpoint.schema.util.cases.CorrelationCaseUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AbstractWorkItemOutputType
createDefaultOutput
(@NotNull OwnerOptionIdentifier identifier) static AbstractWorkItemOutputType
createDefaultOutput
(String identifier) static @NotNull CaseCorrelationContextType
getCorrelationContextRequired
(@NotNull CaseType aCase) static @Nullable ResourceObjectOwnerOptionsType
getOwnerOptions
(@NotNull CaseType aCase) Must return live object, not a copy.static @NotNull List<ResourceObjectOwnerOptionType>
getOwnerOptionsList
(@NotNull CaseType aCase) static @NotNull ObjectType
getPreFocusRequired
(CaseType aCase) static @Nullable ObjectReferenceType
getResultingOwnerRef
(@NotNull CaseType aCase) static @NotNull String
getShadowOidRequired
(@NotNull CaseType aCase)
-
Constructor Details
-
CorrelationCaseUtil
public CorrelationCaseUtil()
-
-
Method Details
-
getOwnerOptions
@Nullable public static @Nullable ResourceObjectOwnerOptionsType getOwnerOptions(@NotNull @NotNull CaseType aCase) Must return live object, not a copy. -
getOwnerOptionsList
@NotNull public static @NotNull List<ResourceObjectOwnerOptionType> getOwnerOptionsList(@NotNull @NotNull CaseType aCase) -
getShadowOidRequired
@NotNull public static @NotNull String getShadowOidRequired(@NotNull @NotNull CaseType aCase) throws SchemaException - Throws:
SchemaException
-
createDefaultOutput
public static AbstractWorkItemOutputType createDefaultOutput(@NotNull @NotNull OwnerOptionIdentifier identifier) -
createDefaultOutput
-
getResultingOwnerRef
@Nullable public static @Nullable ObjectReferenceType getResultingOwnerRef(@NotNull @NotNull CaseType aCase) throws SchemaException - Throws:
SchemaException
-
getCorrelationContextRequired
@NotNull public static @NotNull CaseCorrelationContextType getCorrelationContextRequired(@NotNull @NotNull CaseType aCase) -
getPreFocusRequired
-