Class CorrelationCaseUtil
- java.lang.Object
-
- com.evolveum.midpoint.schema.util.cases.CorrelationCaseUtil
-
public class CorrelationCaseUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description CorrelationCaseUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AbstractWorkItemOutputTypecreateDefaultOutput(@NotNull OwnerOptionIdentifier identifier)static AbstractWorkItemOutputTypecreateDefaultOutput(String identifier)static @NotNull CaseCorrelationContextTypegetCorrelationContextRequired(@NotNull CaseType aCase)static @Nullable ResourceObjectOwnerOptionsTypegetOwnerOptions(@NotNull CaseType aCase)static @NotNull List<ResourceObjectOwnerOptionType>getOwnerOptionsList(@NotNull CaseType aCase)static @NotNull ObjectTypegetPreFocusRequired(CaseType aCase)static @Nullable ObjectReferenceTypegetResultingOwnerRef(@NotNull CaseType aCase)static @NotNull StringgetShadowOidRequired(@NotNull CaseType aCase)
-
-
-
Method Detail
-
getOwnerOptions
@Nullable public static @Nullable ResourceObjectOwnerOptionsType getOwnerOptions(@NotNull @NotNull CaseType aCase)
-
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
public static AbstractWorkItemOutputType createDefaultOutput(String identifier)
-
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
@NotNull public static @NotNull ObjectType getPreFocusRequired(CaseType aCase)
-
-