Uses of Interface
lumis.portal.monitor.IMonitorEventSPI
-
Packages that use IMonitorEventSPI Package Description lumis.portal.monitor Defines classes and interfaces for monitoring data.lumis.portal.monitor.impl Implementation of theportal monitoring framework
. -
-
Uses of IMonitorEventSPI in lumis.portal.monitor
Methods in lumis.portal.monitor that return IMonitorEventSPI Modifier and Type Method Description IMonitorEventSPI
IMonitorEventSPI. addField(IMonitorField field, boolean required)
Adds the given field in this event.IMonitorEventSPI
IMonitorEventSPI. addFieldGroup(IMonitorFieldGroup fieldGroup, boolean required)
Adds the given field group in this event.IMonitorEventSPI
IMonitorManagerSPI. getEventFromCache(String eventId)
Returns the event with the given identifier using the internal monitor manager events cache.IMonitorEventSPI
IMonitorEventSPI. removeField(String fieldId)
Removes the given field.IMonitorEventSPI
IMonitorEventSPI. removeFieldGroup(String fieldGroupId)
Removes the given field group.IMonitorEventSPI
IMonitorEventSPI. setDescription(String description)
Sets the description for this event.IMonitorEventSPI
IMonitorEventSPI. setEnabled(boolean enabled)
Enables or disables the monitoring of this event.IMonitorEventSPI
IMonitorEventSPI. setImage(String image)
Sets the image.IMonitorEventSPI
IMonitorEventSPI. setName(String name)
Sets the name for this event.IMonitorEventSPI
IMonitorEventSPI. setProcessActionEvent(boolean isProcessActionEvent)
Sets this event either as process action event or a normal one.IMonitorEventSPI
IMonitorEventSPI. setStandard(boolean isStandard)
Sets this event either as standard or custom (non-standard).IMonitorEventSPI
IMonitorEventSPI. setStringResourcePath(String stringResourcePath)
Sets the string resource path for this event.IMonitorEventSPI
IMonitorEventSPI. setVerb(String verb)
Sets the image. -
Uses of IMonitorEventSPI in lumis.portal.monitor.impl
Classes in lumis.portal.monitor.impl that implement IMonitorEventSPI Modifier and Type Class Description class
MonitorEvent
Defines events to monitor.Methods in lumis.portal.monitor.impl that return IMonitorEventSPI Modifier and Type Method Description IMonitorEventSPI
MonitorEvent. addField(IMonitorField field, boolean required)
IMonitorEventSPI
MonitorEvent. addFieldGroup(IMonitorFieldGroup fieldGroup, boolean required)
IMonitorEventSPI
MonitorManager. getEvent(String eventId)
IMonitorEventSPI
MonitorEvent. removeDirectFields(Collection<String> fieldsIds)
Removes the direct fields that has their ids in the given ids collection.IMonitorEventSPI
MonitorEvent. removeField(String fieldId)
IMonitorEventSPI
MonitorEvent. removeFieldGroup(String fieldGroupId)
IMonitorEventSPI
MonitorEvent. removeFieldsGroups(Collection<String> fieldsGroupsIds)
Removes the fields groups that has their ids in the given ids collection.IMonitorEventSPI
MonitorEvent. setDescription(String description)
IMonitorEventSPI
MonitorEvent. setEnabled(boolean enabled)
IMonitorEventSPI
MonitorEvent. setImage(String image)
IMonitorEventSPI
MonitorEvent. setName(String name)
IMonitorEventSPI
MonitorEvent. setProcessActionEvent(boolean isProcessActionEvent)
IMonitorEventSPI
MonitorEvent. setStandard(boolean isStandard)
IMonitorEventSPI
MonitorEvent. setStringResourcePath(String stringResourcePath)
IMonitorEventSPI
MonitorEvent. setVerb(String verb)
-