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 SummaryModifier and TypeMethodDescriptiongetExtensionPoint(String typeId) List<? extends ExtensionPointType>
- 
Method Details- 
getExtensionPoint- Returns:
- the ExtensionPointTypeidentified bytypeId, ornullif none exists for that name.
- See Also:
 
- 
getExtensionPointsList<? extends ExtensionPointType> getExtensionPoints()- Returns:
- all ExtensionPointTypes managed by thisExtensionPointManager.
 
 
-