Package | Description |
---|---|
lumis.portal.monitor |
Defines classes and interfaces for monitoring data.
|
lumis.portal.monitor.impl |
Implementation of the
portal monitoring framework . |
lumis.service.analytics.commons | |
lumis.service.analytics.usersegmentation.rest |
Modifier and Type | Interface and Description |
---|---|
interface |
IMonitorFieldSPI
A field of a monitoring
event . |
Modifier and Type | Method and Description |
---|---|
IMonitorField |
IMonitorFieldInstance.getField()
Returns the field.
|
IMonitorField |
IMonitorManager.getField(String fieldId)
Returns an unmodifiable field.
|
IMonitorField |
IMonitorFieldSPI.getParent()
Returns the parent field.
|
Modifier and Type | Method and Description |
---|---|
Collection<IMonitorField> |
IMonitorManagerSPI.getAllFields()
Returns all monitor fields.
|
Collection<IMonitorField> |
IMonitorFieldGroup.getFields()
Returns the fields of this field group.
|
Collection<IMonitorField> |
IMonitorField.getInnerFields()
Returns an unmodifiable collection of inner fields.
|
Modifier and Type | Method and Description |
---|---|
IMonitorEventSPI |
IMonitorEventSPI.addField(IMonitorField field,
boolean required)
Adds the given field in this event.
|
IMonitorFieldSPI |
IMonitorFieldSPI.addInnerField(IMonitorField innerField)
Adds the given inner field.
|
List<? extends Serializable> |
AbstractMonitorValuesProvider.getValues(SessionConfig sessionConfig,
IMonitorField field,
ITransaction transaction) |
List<? extends Serializable> |
IMonitorValuesProvider.getValues(SessionConfig sessionConfig,
IMonitorField field,
ITransaction transaction)
Returns the values for the given field.
If this value provider does not provide values for the given field, it must return null .Note that returning a null value is not the same
as returning an empty list. |
List<? extends Serializable> |
SimpleMonitorValuesProvider.getValues(SessionConfig sessionConfig,
IMonitorField field,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
Collection<IMonitorField> |
MonitorManager.getAllFields() |
Modifier and Type | Method and Description |
---|---|
List<? extends Serializable> |
MonitorEventValuesProvider.getValues(SessionConfig sessionConfig,
IMonitorField field,
ITransaction transaction) |
protected void |
MonitorManager.persistFieldRecursively(org.hibernate.Session session,
IMonitorField field)
Persist the given field and any inner fields recursively.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
FlowContextFilterUtils.evaluteEventPropertyFilter(FlowContext flowContext,
Operator operator,
IMonitorField monitorField,
String subFieldId,
Object valueFilter)
Check if event field value match with filter.
|
Modifier and Type | Method and Description |
---|---|
static org.json.JSONObject |
UserSegmentationRestAPI.getEventProperties(SessionConfig sessionConfig,
ITransaction transaction,
Map<String,IMonitorField> fields,
Map<String,Object> lum_monitor,
IMonitorEvent event,
boolean removeUser)
Returns the event fields values.
|
LumisXP 12.5.0.200928 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.