Uses of Class
cz.metacentrum.perun.core.impl.AuditerMessage
Packages that use AuditerMessage
-
Uses of AuditerMessage in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that return types with arguments of type AuditerMessageModifier and TypeMethodDescriptionAuditer.getMessages()
Get stored (not flushed) messages for current transaction.Method parameters in cz.metacentrum.perun.core.impl with type arguments of type AuditerMessageModifier and TypeMethodDescriptionvoid
Auditer.storeMessagesToDb
(List<AuditerMessage> auditerMessages) Stores the list of AuditerMessages to the DB in batch.