Interface ExtensionPointManager
- All Known Subinterfaces:
AlarmNotificationManager,AuditManager,EmailProfileManager,GatewayTagHistoryManager,GatewayTagManager,OpcConnectionManager,ScheduleManager,TaskManager,UserSourceManager
- All Known Implementing Classes:
AlertNotificationManager,AlertStorageManager,DelegatingAuditManager
public interface ExtensionPointManager
-
Method Summary
Modifier and TypeMethodDescriptiongetExtensionPoint(String typeId) List<? extends ExtensionPointType>
-
Method Details
-
getExtensionPoint
- Returns:
- the
ExtensionPointTypeidentified bytypeId, ornullif none exists for that name. - See Also:
-
getExtensionPoints
List<? extends ExtensionPointType> getExtensionPoints()- Returns:
- all
ExtensionPointTypes managed by thisExtensionPointManager.
-