- GatewayClient - Interface in net.sparkworks.cargo.client
-
- GatewayClientImpl - Class in net.sparkworks.cargo.client.impl
-
- GatewayClientImpl(RestOperations, CargoClientConfig, CargoInternalCommunicationConfiguration) - Constructor for class net.sparkworks.cargo.client.impl.GatewayClientImpl
-
- GatewayClientImpl(String, String, String, String, String, String, String, String) - Constructor for class net.sparkworks.cargo.client.impl.GatewayClientImpl
-
- GatewayClientImpl(String, String) - Constructor for class net.sparkworks.cargo.client.impl.GatewayClientImpl
-
- getAccessTokenUrl() - Method in interface net.sparkworks.cargo.client.config.CargoClientAuthConfig
-
- getAddress() - Method in interface net.sparkworks.cargo.client.config.CargoClientConfig
-
- getBySystemName(String) - Method in interface net.sparkworks.cargo.client.GatewayClient
-
Retrieve a Gateway by its name if the user has access to it.
- getBySystemName(String) - Method in class net.sparkworks.cargo.client.impl.GatewayClientImpl
-
- getBySystemName(String) - Method in class net.sparkworks.cargo.client.impl.ResourceClientImpl
-
- getBySystemName(String) - Method in interface net.sparkworks.cargo.client.ResourceClient
-
Retrieve a Resource by its name
- getByUUID(UUID) - Method in interface net.sparkworks.cargo.client.GatewayClient
-
Retrieve a Gateway by its UUID if the user has access to it.
- getByUUID(UUID) - Method in interface net.sparkworks.cargo.client.GroupClient
-
Retrieve a Group by its UUID if the user has access to it.
- getByUUID(UUID) - Method in class net.sparkworks.cargo.client.impl.GatewayClientImpl
-
- getByUUID(UUID) - Method in class net.sparkworks.cargo.client.impl.GroupClientImpl
-
- getByUUID(UUID) - Method in class net.sparkworks.cargo.client.impl.PhenomenonClientImpl
-
- getByUUID(UUID) - Method in class net.sparkworks.cargo.client.impl.ResourceClientImpl
-
- getByUUID(UUID) - Method in class net.sparkworks.cargo.client.impl.UnitClientImpl
-
- getByUUID(UUID) - Method in class net.sparkworks.cargo.client.impl.UnitConversionClientImpl
-
- getByUUID(UUID) - Method in interface net.sparkworks.cargo.client.PhenomenonClient
-
Get a Phenomenon by its UUID
- getByUUID(UUID) - Method in interface net.sparkworks.cargo.client.ResourceClient
-
Retrieve a Resource by its UUID
- getByUUID(UUID) - Method in interface net.sparkworks.cargo.client.UnitClient
-
Get a Unit by its UUID
- getByUUID(UUID) - Method in interface net.sparkworks.cargo.client.UnitConversionClient
-
Get a UnitConversion by its UUID
- getClientId() - Method in interface net.sparkworks.cargo.client.config.CargoClientAuthConfig
-
- getClientSecret() - Method in interface net.sparkworks.cargo.client.config.CargoClientAuthConfig
-
- getGrantType() - Method in interface net.sparkworks.cargo.client.config.CargoClientAuthConfig
-
- getGroupGateways(UUID) - Method in interface net.sparkworks.cargo.client.GroupClient
-
Retrieve the Gateways that belong to a specific Group
- getGroupGateways(UUID) - Method in class net.sparkworks.cargo.client.impl.GroupClientImpl
-
- getGroupResources(UUID) - Method in interface net.sparkworks.cargo.client.GroupClient
-
Retrieve the Resources of a Group with specific UUID.
- getGroupResources(UUID) - Method in class net.sparkworks.cargo.client.impl.GroupClientImpl
-
- getGroupsTree() - Method in interface net.sparkworks.cargo.client.GroupClient
-
Retrieve the Tree structure of the Groups starting from the Root
- getGroupsTree() - Method in class net.sparkworks.cargo.client.impl.GroupClientImpl
-
- getLatestSummary(UUID) - Method in interface net.sparkworks.cargo.client.DataClient
-
Retrieve latest summary values of a Resource
Retrieve a summary of the data for a specific Resource by its resource ID.
- getLatestSummary(UUID) - Method in class net.sparkworks.cargo.client.impl.DataClientImpl
-
- getLatestValues(UUID) - Method in interface net.sparkworks.cargo.client.DataClient
-
Retrieve latest values of a Resource
Retrieve the latest aggregated values for a specific Resource by its resource ID
The response contains the latest aggregated values for intervals of 5 minutes, 1 hour, 1 day and 1 month.
- getLatestValues(UUID) - Method in class net.sparkworks.cargo.client.impl.DataClientImpl
-
- getPassword() - Method in interface net.sparkworks.cargo.client.config.CargoClientAuthConfig
-
- getResources(UUID) - Method in interface net.sparkworks.cargo.client.GatewayClient
-
Retrieve the Resources of a Gateway with specific UUID.
- getResources(UUID) - Method in class net.sparkworks.cargo.client.impl.GatewayClientImpl
-
- getRootGroups() - Method in interface net.sparkworks.cargo.client.GroupClient
-
Retrieve the Main Groups of the current User
- getRootGroups() - Method in class net.sparkworks.cargo.client.impl.GroupClientImpl
-
- getScope() - Method in interface net.sparkworks.cargo.client.config.CargoClientAuthConfig
-
- getSubGroups(UUID, int) - Method in interface net.sparkworks.cargo.client.GroupClient
-
Retrieve the SubGroups of a specific Group in certain depth.
- getSubGroups(UUID, int) - Method in class net.sparkworks.cargo.client.impl.GroupClientImpl
-
- getUsername() - Method in interface net.sparkworks.cargo.client.config.CargoClientAuthConfig
-
- GroupClient - Interface in net.sparkworks.cargo.client
-
- GroupClientImpl - Class in net.sparkworks.cargo.client.impl
-
- GroupClientImpl(RestOperations, CargoClientConfig, CargoInternalCommunicationConfiguration) - Constructor for class net.sparkworks.cargo.client.impl.GroupClientImpl
-
- GroupClientImpl(String, String, String, String, String, String, String, String) - Constructor for class net.sparkworks.cargo.client.impl.GroupClientImpl
-
- GroupClientImpl(String, String) - Constructor for class net.sparkworks.cargo.client.impl.GroupClientImpl
-