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
ExtensionPointType
identified bytypeId
, ornull
if none exists for that name. - See Also:
-
getExtensionPoints
List<? extends ExtensionPointType> getExtensionPoints()- Returns:
- all
ExtensionPointType
s managed by thisExtensionPointManager
.
-