Uses of Class
com.evolveum.midpoint.schema.util.cases.OwnerOptionIdentifier
-
Uses of OwnerOptionIdentifier in com.evolveum.midpoint.schema.util.cases
Modifier and TypeMethodDescriptionstatic @NotNull OwnerOptionIdentifier
OwnerOptionIdentifier.forExistingOwner
(@NotNull String ownerId) static @NotNull OwnerOptionIdentifier
OwnerOptionIdentifier.forNoOwner()
static @NotNull OwnerOptionIdentifier
OwnerOptionIdentifier.fromStringValue
(@NotNull String value) Converts string value of the option identifier (like `none` or `existing-XXX`) to the internalized form (this class).static @NotNull OwnerOptionIdentifier
OwnerOptionIdentifier.fromStringValueForgiving
(@NotNull String value) AsfromStringValue(String)
but more forgiving: It accepts also invalid string values.static OwnerOptionIdentifier
OwnerOptionIdentifier.of
(@NotNull ResourceObjectOwnerOptionType potentialOwner) Modifier and TypeMethodDescriptionstatic AbstractWorkItemOutputType
CorrelationCaseUtil.createDefaultOutput
(@NotNull OwnerOptionIdentifier identifier)