Package lumis.portal.monitor
Interface IMonitorElementSPI<T extends IMonitorElementSPI<T>>
-
- Type Parameters:
T
-
- All Known Subinterfaces:
IMonitorEventSPI
,IMonitorFieldGroupSPI
,IMonitorFieldSPI
- All Known Implementing Classes:
MonitorEvent
,MonitorField
,MonitorFieldGroup
public interface IMonitorElementSPI<T extends IMonitorElementSPI<T>>
Represents a monitor element (event, field or field group).- Since:
- 14.0.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Returns the identifier of this element.String
getServiceInstanceId()
Returns the element service instance identifier.
-