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 OperationMonitoringLevelType
OperationMonitoringConfiguration. 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 OperationMonitoringLevelType
OperationMonitoringLevelType. fromValue(String v)
OperationMonitoringLevelType
OperationMonitoringType. getLevel()
static OperationMonitoringLevelType
OperationMonitoringLevelType. 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 OperationMonitoringType
OperationMonitoringType. level(OperationMonitoringLevelType value)
void
OperationMonitoringType. setLevel(OperationMonitoringLevelType value)
-