Uses of Class
lumis.portal.monitor.MonitorHelper
-
Packages that use MonitorHelper Package Description lumis.content.service lumis.portal.monitor.impl Implementation of theportal monitoring framework
.lumis.portal.rest This package implements the REST support on the LumisXP.lumis.service.abstractuserinteraction -
-
Uses of MonitorHelper in lumis.content.service
Methods in lumis.content.service with parameters of type MonitorHelper Modifier and Type Method Description static void
ContentServiceMonitorUtil. populateContentObjectValuesProvider(ContentVersion contentVersion, MonitorHelper monitorHelper)
Populates the given monitor helper with content object fields based on the given content version. -
Uses of MonitorHelper in lumis.portal.monitor.impl
Methods in lumis.portal.monitor.impl with parameters of type MonitorHelper Modifier and Type Method Description static void
MonitorUtilInternal. injectCurrentEventValues(Deque<IMonitorValuesProvider> monitoringValues, MonitorHelper monitorHelper, boolean isForErrorEvent)
Injects the current monitoring values in monitoring context. -
Uses of MonitorHelper in lumis.portal.rest
Methods in lumis.portal.rest that return MonitorHelper Modifier and Type Method Description static MonitorHelper
RestApplication. getMonitorHelper()
-
Uses of MonitorHelper in lumis.service.abstractuserinteraction
Methods in lumis.service.abstractuserinteraction with parameters of type MonitorHelper Modifier and Type Method Description protected void
AbstractObjectInteractionMonitorUtil. addMonitorValues(MonitorHelper monitorHelper)
Adds the monitoring values.
-