Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationMonitoringLevelType
-
Packages that use OperationMonitoringLevelType Package Description com.evolveum.midpoint.schema.result com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of OperationMonitoringLevelType in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result that return OperationMonitoringLevelType Modifier and Type Method Description @Nullable OperationMonitoringLevelTypeOperationMonitoringConfiguration. get(MonitoredOperationType operation) -
Uses of OperationMonitoringLevelType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return OperationMonitoringLevelType Modifier and Type Method Description static OperationMonitoringLevelTypeOperationMonitoringLevelType. fromValue(String v)OperationMonitoringLevelTypeOperationMonitoringType. getLevel()static OperationMonitoringLevelTypeOperationMonitoringLevelType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationMonitoringLevelType[]OperationMonitoringLevelType. 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 with parameters of type OperationMonitoringLevelType Modifier and Type Method Description OperationMonitoringTypeOperationMonitoringType. level(OperationMonitoringLevelType value)voidOperationMonitoringType. setLevel(OperationMonitoringLevelType value)
-