Package | Description |
---|---|
lumis.doui.search | |
lumis.portal.file | |
lumis.portal.monitor |
Defines classes and interfaces for monitoring data.
|
lumis.portal.monitor.impl |
Implementation of the
portal monitoring framework . |
lumis.portal.page.cache |
Implements the portal's page HTML cache engine.
|
lumis.service.abstractuserinteraction | |
lumis.service.banner |
Modifier and Type | Method and Description |
---|---|
static IMonitor |
SearchMonitorUtil.getSearchMonitor(String searchQuery,
ITransaction transaction)
Returns a monitor for the "lumis.portal.monitor.ev.search" event.
|
protected IMonitor |
SearchDataProvider.getSearchMonitor(String userQuery,
String unparsedUserQuery,
SearchSource searchSource,
ITransaction transaction)
Returns the
monitor object to be used in monitoring or null if the search will not be monitored. |
Modifier and Type | Method and Description |
---|---|
static IMonitor |
FileMonitorUtil.getFileDownloadMonitor(FileConfig fileConfig,
ITransaction transaction)
Returns a monitor for the "lumis.portal.monitor.ev.file.download" event.
|
static IMonitor |
FileMonitorUtil.getFileUploadMonitor(FileConfig fileConfig,
ITransaction transaction)
Returns a monitor for the "lumis.portal.monitor.ev.file.upload" event.
|
Modifier and Type | Method and Description |
---|---|
IMonitor |
IMonitor.addValues(IMonitorValuesProvider... values)
Adds the given value providers in this monitor.
|
default IMonitor |
IMonitor.addValues(Map<String,List<? extends Serializable>> fieldValues)
Adds the given values for the given fields in this monitor.
|
default IMonitor |
IMonitor.addValues(String fieldId,
List<? extends Serializable> values)
Adds the given values for the given field in this monitor.
|
default IMonitor |
IMonitor.addValues(String fieldId,
Serializable... values)
Adds the given values for the given field in this monitor.
|
IMonitor |
IMonitorManager.monitor(String eventId)
Returns the monitor for an event with the given identifier.
|
IMonitor |
IMonitorManager.monitor(String eventId,
ITransaction transaction)
Returns the monitor for an event with the given identifier.
|
default IMonitor |
IMonitor.setDuration(long duration)
Adds value of
duration field . |
default IMonitor |
IMonitor.setDuration(long startMillis,
long endMillis)
Adds value of
duration field . |
IMonitor |
IMonitor.start()
Method used to indicate that the monitored event has started.
|
IMonitor |
IMonitor.stop()
Method used to indicate that the monitored event has ended.
|
IMonitor |
IMonitorManagerSPI.syncMonitor(String eventId)
Returns a synchronous monitor.
|
Modifier and Type | Method and Description |
---|---|
IMonitor |
MonitorManager.monitor(String eventId) |
IMonitor |
MonitorManager.monitor(String eventId,
ITransaction transaction) |
IMonitor |
MonitorManager.syncMonitor(String eventId) |
Modifier and Type | Method and Description |
---|---|
static IMonitor |
PageCacheMonitorUtil.getPageCacheMonitor(PageCacheConfig pageCacheConfig)
Returns a
monitor by a page cache
configuration . |
Modifier and Type | Method and Description |
---|---|
protected IMonitor |
AbstractObjectInteractionMonitorUtil.getMonitor()
Returns the monitor.
|
Modifier and Type | Method and Description |
---|---|
static IMonitor |
BannerMonitorUtil.getBannerClickMonitor(ServiceInstanceConfig bannerServiceInstanceConfig,
String bannerName,
String bannerCategoryId,
ContentVersion bannerContentVersion,
PageConfig displayPageConfig,
WebResource webResource,
ITransaction transaction)
Returns a monitor for the "lumis.portal.monitor.ev.banner.click" event.
|
static IMonitor |
BannerMonitorUtil.getBannerViewMonitor(ServiceInstanceConfig bannerServiceInstanceConfig,
String bannerName,
String bannerCategoryId,
ContentVersion bannerContentVersion,
PageConfig displayPageConfig,
WebResource webResource,
ITransaction transaction)
Returns a monitor for the "lumis.portal.monitor.ev.banner.view" event.
|
LumisXP 12.0.0.190809 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.