Uses of Class
com.morpheusdata.model.OperationNotification
Packages that use OperationNotification
-
Uses of OperationNotification in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type OperationNotificationModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<OperationNotification>MorpheusOperationNotificationService.listById(Collection<Long> ids) Deprecated.Methods in com.morpheusdata.core with parameters of type OperationNotificationModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusOperationNotificationService.clearAlarm(OperationNotification notification) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusOperationNotificationService.createAlarm(OperationNotification notification) Method parameters in com.morpheusdata.core with type arguments of type OperationNotificationModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusOperationNotificationService.create(List<OperationNotification> operationNotifications) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusOperationNotificationService.save(List<OperationNotification> operationNotifications) Deprecated. -
Uses of OperationNotification in com.morpheusdata.core.synchronous
Methods in com.morpheusdata.core.synchronous with parameters of type OperationNotificationModifier and TypeMethodDescriptionMorpheusSynchronousOperationNotificationService.clearAlarm(OperationNotification notification) MorpheusSynchronousOperationNotificationService.createAlarm(OperationNotification notification)