Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ErrorCategoryType
-
Packages that use ErrorCategoryType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of ErrorCategoryType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ErrorCategoryType Modifier and Type Method Description static @NotNull ErrorCategoryTypeExceptionUtil. getErrorCategory(Throwable exception) -
Uses of ErrorCategoryType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ErrorCategoryType Modifier and Type Method Description static ErrorCategoryTypeErrorCategoryType. fromValue(String v)static ErrorCategoryTypeErrorCategoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCategoryType[]ErrorCategoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ErrorCategoryType Modifier and Type Method Description List<ErrorCategoryType>ErrorSituationSelectorType. createErrorCategoryList()List<ErrorCategoryType>ErrorSituationSelectorType. getErrorCategory()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ErrorCategoryType Modifier and Type Method Description ErrorSituationSelectorTypeErrorSituationSelectorType. errorCategory(ErrorCategoryType value)
-