Uses of Class
com.evolveum.midpoint.schema.util.cases.OwnerOptionIdentifier
-
Packages that use OwnerOptionIdentifier Package Description com.evolveum.midpoint.schema.util.cases -
-
Uses of OwnerOptionIdentifier in com.evolveum.midpoint.schema.util.cases
Methods in com.evolveum.midpoint.schema.util.cases that return OwnerOptionIdentifier Modifier and Type Method Description static OwnerOptionIdentifierOwnerOptionIdentifier. forExistingOrNoOwner(@Nullable String ownerId)static @NotNull OwnerOptionIdentifierOwnerOptionIdentifier. forExistingOwner(@NotNull String ownerId)static @NotNull OwnerOptionIdentifierOwnerOptionIdentifier. forNoOwner()static @NotNull OwnerOptionIdentifierOwnerOptionIdentifier. fromStringValue(@NotNull String value)Converts string value of the option identifier (like `none` or `existing-XXX`) to the internalized form (this class).static @NotNull OwnerOptionIdentifierOwnerOptionIdentifier. fromStringValueForgiving(@NotNull String value)AsfromStringValue(String)but more forgiving: It accepts also invalid string values.static OwnerOptionIdentifierOwnerOptionIdentifier. of(@NotNull ResourceObjectOwnerOptionType potentialOwner)Methods in com.evolveum.midpoint.schema.util.cases with parameters of type OwnerOptionIdentifier Modifier and Type Method Description static AbstractWorkItemOutputTypeCorrelationCaseUtil. createDefaultOutput(@NotNull OwnerOptionIdentifier identifier)
-