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 |
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 does not provide values for the given field, it must throw a FieldNotProvidedException .Note that returning a null value is not the same
as throwing a FieldNotProvidedException . |
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.
|
LumisXP 12.0.0.190809 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.