Interface ExtensionPointManager
- 
- All Known Subinterfaces:
- AlarmNotificationManager,- AuditManager,- GatewayTagHistoryManager,- GatewayTagManager,- OpcConnectionManager,- ScheduleManager,- TaskManager,- UserSourceManager
 - All Known Implementing Classes:
- AlertNotificationManager,- AlertStorageManager,- DelegatingAuditManager
 
 public interface ExtensionPointManager
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionPointTypegetExtensionPoint(java.lang.String typeId)java.util.List<? extends ExtensionPointType>getExtensionPoints()
 
- 
- 
- 
Method Detail- 
getExtensionPoint@Nullable ExtensionPointType getExtensionPoint(java.lang.String typeId) - Returns:
- the ExtensionPointTypeidentified bytypeId, ornullif none exists for that name.
- See Also:
- ExtensionPointType.getTypeId()
 
 - 
getExtensionPointsjava.util.List<? extends ExtensionPointType> getExtensionPoints() - Returns:
- all ExtensionPointTypes managed by thisExtensionPointManager.
 
 
- 
 
-