Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.MonitoredOperationType
Packages that use MonitoredOperationType
Package
Description
-
Uses of MonitoredOperationType in com.evolveum.midpoint.schema.internals
Methods in com.evolveum.midpoint.schema.internals with parameters of type MonitoredOperationTypeModifier and TypeMethodDescriptionvoid
ThreadLocalOperationsMonitor.ExecutedOperations.record
(MonitoredOperationType operation, long time) static void
ThreadLocalOperationsMonitor.recordEnd
(@NotNull MonitoredOperationType operation) Records the end of an operation - if applicable.static void
ThreadLocalOperationsMonitor.recordStart
(@NotNull MonitoredOperationType operation) Records the start of an operation - if applicable.static @Nullable ThreadLocalOperationsMonitor.OperationExecution
ThreadLocalOperationsMonitor.recordStartEmbedded
(MonitoredOperationType operation) -
Uses of MonitoredOperationType in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result with parameters of type MonitoredOperationTypeModifier and TypeMethodDescription@Nullable OperationMonitoringLevelType
OperationMonitoringConfiguration.get
(MonitoredOperationType operation) -
Uses of MonitoredOperationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as MonitoredOperationTypeModifier and TypeFieldDescriptionprotected MonitoredOperationType
MonitoredOperationStatisticsType.operation
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return MonitoredOperationTypeModifier and TypeMethodDescriptionstatic MonitoredOperationType
MonitoredOperationStatisticsType.getOperation()
static MonitoredOperationType
Returns the enum constant of this class with the specified name.static MonitoredOperationType[]
MonitoredOperationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type MonitoredOperationTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type MonitoredOperationTypeModifier and TypeMethodDescriptionMonitoredOperationStatisticsType.operation
(MonitoredOperationType value) OperationMonitoringType.operation
(MonitoredOperationType value) void
MonitoredOperationStatisticsType.setOperation
(MonitoredOperationType value)