Package | Description |
---|---|
lumis.portal.monitor |
Defines classes and interfaces for monitoring data.
|
lumis.portal.monitor.impl |
Implementation of the
portal monitoring framework . |
Modifier and Type | Method and Description |
---|---|
IMonitorField |
DummyMonitorManager.createField(String fieldId) |
IMonitorField |
IMonitorManager.createField(String fieldId)
Creates a transient field instance with the given identifier.
|
IMonitorField |
IMonitorEventField.getField()
Returns the field.
|
IMonitorField |
DummyMonitorManager.getField(String fieldId) |
IMonitorField |
IMonitorManager.getField(String fieldId)
Returns a persistent field instance.
|
IMonitorField |
IMonitorField.setDataType(IMonitorField.DataType dataType)
Sets this field data type.
|
IMonitorField |
IMonitorField.setDescription(String description)
Sets the (localizable description).
|
IMonitorField |
IMonitorField.setName(String name)
Sets the (localizable) name of this field.
|
IMonitorField |
IMonitorField.setStringResourcePath(String stringResourcePath)
Sets this field string resource path (used, if present, to localize strings).
|
IMonitorField |
IMonitorField.setUnit(String unit)
Sets the (localizable) unit of this field.
|
Modifier and Type | Method and Description |
---|---|
void |
DummyMonitorManager.addField(IMonitorField field) |
void |
IMonitorManager.addField(IMonitorField field)
Adds the given field to persistence.
|
IMonitorEvent |
IMonitorEvent.addField(IMonitorField field,
boolean required)
Adds the given field in this event.
|
void |
DummyMonitorManager.deleteField(IMonitorField field) |
void |
IMonitorManager.deleteField(IMonitorField field)
Deletes a field from persistence.
|
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 |
---|---|
IMonitorField |
MonitorManager.createField(String fieldId) |
IMonitorField |
MonitorManager.getField(String fieldId) |
Modifier and Type | Method and Description |
---|---|
void |
MonitorManager.addField(IMonitorField field) |
void |
MonitorManager.deleteField(IMonitorField field) |
Lumisportal 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.