Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ErrorSelectorType
-
Packages that use ErrorSelectorType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of ErrorSelectorType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ErrorSelectorType Modifier and Type Method Description static ErrorSelectorType
ResourceTypeUtil. getConnectorErrorCriticality(ResourceType resourceType)
Methods in com.evolveum.midpoint.schema.util with parameters of type ErrorSelectorType Modifier and Type Method Description static CriticalityType
ExceptionUtil. getCriticality(ErrorSelectorType selector, Throwable exception, CriticalityType defaultValue)
-
Uses of ErrorSelectorType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ErrorSelectorType Modifier and Type Field Description static Producer<ErrorSelectorType>
ErrorSelectorType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ErrorSelectorType Modifier and Type Method Description ErrorSelectorType
ResourceConsistencyType. beginConnectorErrorCriticality()
ErrorSelectorType
ErrorSelectorType. clone()
ErrorSelectorType
ErrorSelectorType. configuration(CriticalityType value)
ErrorSelectorType
ObjectFactory. createErrorSelectorType()
ErrorSelectorType
ErrorSelectorType. generic(CriticalityType value)
ErrorSelectorType
ResourceConsistencyType. getConnectorErrorCriticality()
ErrorSelectorType
ErrorSelectorType. id(Long value)
ErrorSelectorType
ErrorSelectorType. network(CriticalityType value)
ErrorSelectorType
ErrorSelectorType. policy(CriticalityType value)
ErrorSelectorType
ErrorSelectorType. policyThreshold(CriticalityType value)
ErrorSelectorType
ErrorSelectorType. schema(CriticalityType value)
ErrorSelectorType
ErrorSelectorType. security(CriticalityType value)
ErrorSelectorType
ErrorSelectorType. unsupported(CriticalityType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ErrorSelectorType Modifier and Type Method Description ResourceConsistencyType
ResourceConsistencyType. connectorErrorCriticality(ErrorSelectorType value)
void
ResourceConsistencyType. setConnectorErrorCriticality(ErrorSelectorType value)
-