Package energy.eddie.api.v0
Interface RegionConnector
- All Known Implementing Classes:
AiidaRegionConnector,CdsRegionConnector,DatadisRegionConnector,EdaRegionConnector,EnedisRegionConnector,EnerginetRegionConnector,EtaRegionConnector,FingridRegionConnector,FluviusRegionConnector,GreenButtonRegionConnector,MijnAansluitingRegionConnector,MojElektroRegionConnector,SimulationConnector
public interface RegionConnector
A region connector connects MDAs to EDDIE. It implements the MDA specific processes and converts requests for
permissions to the format expected by the MDA and also implements MDA and CA specifics related to these MDAs. If
offers:
- metadata describing the region connector and the supported MDAs
- a web-UI component for the permission process
- methods for managing permissions
The interfaces in the see also section extend the functionality of the region connector. Note that there may be more versions than are referenced.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet metadata describing this region connector.voidterminatePermission(String permissionId) Terminates the permission at the permission administrator's system and closes the associated connection.
-
Method Details
-
getMetadata
RegionConnectorMetadata getMetadata()Get metadata describing this region connector.- Returns:
- metadata object
-
terminatePermission
Terminates the permission at the permission administrator's system and closes the associated connection.- Parameters:
permissionId- unique id of the permission
-