Skip navigation links
A C D G H I L M N O P Q R S U 

A

APIBaseClient - Class in net.sparkworks.cargo.client
 
APIBaseClient() - Constructor for class net.sparkworks.cargo.client.APIBaseClient
 
APIBaseClient(String, String, String, String, String, String, String, String) - Constructor for class net.sparkworks.cargo.client.APIBaseClient
 
APIBaseClient(String) - Constructor for class net.sparkworks.cargo.client.APIBaseClient
 
apiBaseUrl - Variable in class net.sparkworks.cargo.client.APIBaseClient
 
AUTH_BEARER_PREFIX - Static variable in class net.sparkworks.cargo.client.APIBaseClient
 
AUTHORIZATION_HEADER - Static variable in class net.sparkworks.cargo.client.APIBaseClient
 

C

CARGO_CLIENT_BASE_PACKAGE_NAME - Static variable in interface net.sparkworks.cargo.client.config.CargoClientConfig
 
CargoClientAuthConfig - Interface in net.sparkworks.cargo.client.config
 
CargoClientConfig - Interface in net.sparkworks.cargo.client.config
 
CargoInternalCommunicationConfiguration - Interface in net.sparkworks.cargo.client.config
 
CargoRestTemplateConfig - Class in net.sparkworks.cargo.client.config
 
CargoRestTemplateConfig(CargoClientAuthConfig, CargoSslConfiguration, CargoInternalCommunicationConfiguration) - Constructor for class net.sparkworks.cargo.client.config.CargoRestTemplateConfig
 
CargoSslConfiguration - Interface in net.sparkworks.cargo.client.config
 
CommandClient - Interface in net.sparkworks.cargo.client
 
CommandClientImpl - Class in net.sparkworks.cargo.client.impl
 
CommandClientImpl(RestOperations, CargoClientConfig, CargoInternalCommunicationConfiguration) - Constructor for class net.sparkworks.cargo.client.impl.CommandClientImpl
 
CommandClientImpl(String, String, String, String, String, String, String, String) - Constructor for class net.sparkworks.cargo.client.impl.CommandClientImpl
 
CommandClientImpl(String, String) - Constructor for class net.sparkworks.cargo.client.impl.CommandClientImpl
 
count() - Method in interface net.sparkworks.cargo.client.GatewayClient
Retrieve the number of the Gateways the user has access to.
count() - Method in interface net.sparkworks.cargo.client.GroupClient
Retrieve the number of the Groups the user has access to.
count() - Method in class net.sparkworks.cargo.client.impl.GatewayClientImpl
 
count() - Method in class net.sparkworks.cargo.client.impl.GroupClientImpl
 
count() - Method in class net.sparkworks.cargo.client.impl.ResourceClientImpl
 
count() - Method in interface net.sparkworks.cargo.client.ResourceClient
Retrieve the number of the Resources the user has access to.
create(String, UUID) - Method in interface net.sparkworks.cargo.client.GatewayClient
Create a new Gateway.
create(String, String) - Method in interface net.sparkworks.cargo.client.GroupClient
Create a new Group.
create(String, UUID) - Method in class net.sparkworks.cargo.client.impl.GatewayClientImpl
 
create(String, String) - Method in class net.sparkworks.cargo.client.impl.GroupClientImpl
 
create(String) - Method in class net.sparkworks.cargo.client.impl.PhenomenonClientImpl
 
create(String, String, ResourceType, String, String, String, UUID) - Method in class net.sparkworks.cargo.client.impl.ResourceClientImpl
 
create(String) - Method in class net.sparkworks.cargo.client.impl.UnitClientImpl
 
create(UUID, UUID, String) - Method in class net.sparkworks.cargo.client.impl.UnitConversionClientImpl
 
create(String) - Method in interface net.sparkworks.cargo.client.PhenomenonClient
Create a Phenomenon
create(String, String, ResourceType, String, String, String, UUID) - Method in interface net.sparkworks.cargo.client.ResourceClient
Create a new Resource.
create(String) - Method in interface net.sparkworks.cargo.client.UnitClient
Create a Unit
create(UUID, UUID, String) - Method in interface net.sparkworks.cargo.client.UnitConversionClient
Create a UnitConversion

D

DataClient - Interface in net.sparkworks.cargo.client
 
DataClientImpl - Class in net.sparkworks.cargo.client.impl
 
DataClientImpl(RestOperations, CargoClientConfig, CargoInternalCommunicationConfiguration) - Constructor for class net.sparkworks.cargo.client.impl.DataClientImpl
 
DataClientImpl(String, String, String, String, String, String, String, String) - Constructor for class net.sparkworks.cargo.client.impl.DataClientImpl
 
DataClientImpl(String, String) - Constructor for class net.sparkworks.cargo.client.impl.DataClientImpl
 
delete(UUID) - Method in interface net.sparkworks.cargo.client.GatewayClient
Delete a Gateway by its UUID.
delete(UUID) - Method in interface net.sparkworks.cargo.client.GroupClient
Delete a Group by its UUID.
delete(UUID) - Method in class net.sparkworks.cargo.client.impl.GatewayClientImpl
 
delete(UUID) - Method in class net.sparkworks.cargo.client.impl.GroupClientImpl
 
delete(UUID) - Method in class net.sparkworks.cargo.client.impl.PhenomenonClientImpl
 
delete(UUID) - Method in class net.sparkworks.cargo.client.impl.ResourceClientImpl
 
delete(UUID) - Method in class net.sparkworks.cargo.client.impl.UnitClientImpl
 
delete(UUID) - Method in class net.sparkworks.cargo.client.impl.UnitConversionClientImpl
 
delete(UUID) - Method in interface net.sparkworks.cargo.client.PhenomenonClient
Delete a Phenomenon by its UUID
delete(UUID) - Method in interface net.sparkworks.cargo.client.ResourceClient
Delete a Resource by its UUID.
delete(UUID) - Method in interface net.sparkworks.cargo.client.UnitClient
Delete a Unit by its UUID
delete(UUID) - Method in interface net.sparkworks.cargo.client.UnitConversionClient
Delete a UnitConversion by its UUID

G

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
 

H

handleError(ClientHttpResponse) - Method in class net.sparkworks.cargo.client.config.SparkworksResponseErrorHandler
 
hasError(ClientHttpResponse) - Method in class net.sparkworks.cargo.client.config.SparkworksResponseErrorHandler
 

I

isDisableCertValidation() - Method in interface net.sparkworks.cargo.client.config.CargoSslConfiguration
 
isDisableCnCheck() - Method in interface net.sparkworks.cargo.client.config.CargoSslConfiguration
 
isEnabled() - Method in interface net.sparkworks.cargo.client.config.CargoInternalCommunicationConfiguration
 

L

listAll() - Method in interface net.sparkworks.cargo.client.GatewayClient
Retrieve a list of all the Gateways the user has access to.
listAll() - Method in interface net.sparkworks.cargo.client.GroupClient
Retrieve a list of all the Groups the user has access to.
listAll() - Method in class net.sparkworks.cargo.client.impl.GatewayClientImpl
 
listAll() - Method in class net.sparkworks.cargo.client.impl.GroupClientImpl
 
listAll() - Method in class net.sparkworks.cargo.client.impl.PhenomenonClientImpl
 
listAll() - Method in class net.sparkworks.cargo.client.impl.ResourceClientImpl
 
listAll() - Method in class net.sparkworks.cargo.client.impl.UnitClientImpl
 
listAll() - Method in class net.sparkworks.cargo.client.impl.UnitConversionClientImpl
 
listAll() - Method in interface net.sparkworks.cargo.client.PhenomenonClient
Retrieve all the Phenomena
listAll() - Method in interface net.sparkworks.cargo.client.ResourceClient
Retrieve all the Resources the user has access to.
listAll() - Method in interface net.sparkworks.cargo.client.UnitClient
Retrieve all the Units
listAll() - Method in interface net.sparkworks.cargo.client.UnitConversionClient
Retrieve all the UnitConversions

M

move(UUID, UUID) - Method in interface net.sparkworks.cargo.client.GroupClient
Move a Group under another Group.
move(UUID, UUID) - Method in class net.sparkworks.cargo.client.impl.GroupClientImpl
 
move(UUID, UUID) - Method in class net.sparkworks.cargo.client.impl.ResourceClientImpl
 
move(UUID, UUID) - Method in interface net.sparkworks.cargo.client.ResourceClient
Move a Resource to a Group

N

net.sparkworks.cargo.client - package net.sparkworks.cargo.client
 
net.sparkworks.cargo.client.config - package net.sparkworks.cargo.client.config
 
net.sparkworks.cargo.client.impl - package net.sparkworks.cargo.client.impl
 

O

oAuth2ProtectedResourceDetails() - Method in class net.sparkworks.cargo.client.config.CargoRestTemplateConfig
 

P

PhenomenonClient - Interface in net.sparkworks.cargo.client
 
PhenomenonClientImpl - Class in net.sparkworks.cargo.client.impl
 
PhenomenonClientImpl(RestOperations, CargoClientConfig, CargoInternalCommunicationConfiguration) - Constructor for class net.sparkworks.cargo.client.impl.PhenomenonClientImpl
 
PhenomenonClientImpl(String, String, String, String, String, String, String, String) - Constructor for class net.sparkworks.cargo.client.impl.PhenomenonClientImpl
 
PhenomenonClientImpl(String, String) - Constructor for class net.sparkworks.cargo.client.impl.PhenomenonClientImpl
 
prepareHeaders(String) - Method in class net.sparkworks.cargo.client.APIBaseClient
 
publishData(PublishDataListDTO) - Method in interface net.sparkworks.cargo.client.DataClient
Publish data to the provided Resource.
publishData(PublishDataListDTO) - Method in class net.sparkworks.cargo.client.impl.DataClientImpl
 

Q

query(String, UUID) - Method in class net.sparkworks.cargo.client.impl.PhenomenonClientImpl
 
query(String, UUID) - Method in class net.sparkworks.cargo.client.impl.UnitClientImpl
 
query(UUID, UUID, UUID) - Method in class net.sparkworks.cargo.client.impl.UnitConversionClientImpl
 
query(String, UUID) - Method in interface net.sparkworks.cargo.client.PhenomenonClient
Retrieve a Phenomenon by its name or UUID
query(String, UUID) - Method in interface net.sparkworks.cargo.client.UnitClient
Retrieve a Unit by its name or UUID
query(UUID, UUID, UUID) - Method in interface net.sparkworks.cargo.client.UnitConversionClient
Retrieve a Collection of UnitConversion by source Unit UUID, target Unit UUID and UnitConversion UUID The query will try to find conversions with the following priority: 1) find UnitConversion that has source with sourceUuid and target with targetUuid 2) find UnitConversions that has source with sourceUuid 3) find UnitConversions that has target with targetUuid 4) find UnitConversion with uuid If no conversion is found then UnitConversionNotFoundException is thrown
queryLatestResourcesData(QueryLatestResourceDataDTO) - Method in interface net.sparkworks.cargo.client.DataClient
Retrieve latest values of criteria matching Resources Query the latest aggregated values for multiple Resources.
queryLatestResourcesData(QueryLatestResourceDataDTO) - Method in class net.sparkworks.cargo.client.impl.DataClientImpl
 
queryTimeRangeResourcesData(QueryTimeRangeResourceDataDTO) - Method in interface net.sparkworks.cargo.client.DataClient
Retrieve latest values of criteria matching Resources within a requested time window Query the aggregated historical values for multiple Resources within a requested time window.
queryTimeRangeResourcesData(QueryTimeRangeResourceDataDTO) - Method in class net.sparkworks.cargo.client.impl.DataClientImpl
 

R

ResourceClient - Interface in net.sparkworks.cargo.client
 
ResourceClientImpl - Class in net.sparkworks.cargo.client.impl
 
ResourceClientImpl(RestOperations, CargoClientConfig, CargoInternalCommunicationConfiguration) - Constructor for class net.sparkworks.cargo.client.impl.ResourceClientImpl
 
ResourceClientImpl(String, String, String, String, String, String, String, String) - Constructor for class net.sparkworks.cargo.client.impl.ResourceClientImpl
 
ResourceClientImpl(String, String) - Constructor for class net.sparkworks.cargo.client.impl.ResourceClientImpl
 
restTemplate - Variable in class net.sparkworks.cargo.client.APIBaseClient
 
restTemplate() - Method in class net.sparkworks.cargo.client.config.CargoRestTemplateConfig
 

S

sendCommand(UUID, String) - Method in interface net.sparkworks.cargo.client.CommandClient
Send command to a Resource (Actuator)
sendCommand(UUID, String) - Method in class net.sparkworks.cargo.client.impl.CommandClientImpl
 
SparkworksResponseErrorHandler - Class in net.sparkworks.cargo.client.config
 
SparkworksResponseErrorHandler() - Constructor for class net.sparkworks.cargo.client.config.SparkworksResponseErrorHandler
 
SW_CARGO_REST_TEMPLATE_NAME - Static variable in class net.sparkworks.cargo.client.config.CargoRestTemplateConfig
 

U

UnitClient - Interface in net.sparkworks.cargo.client
 
UnitClientImpl - Class in net.sparkworks.cargo.client.impl
 
UnitClientImpl(RestOperations, CargoClientConfig, CargoInternalCommunicationConfiguration) - Constructor for class net.sparkworks.cargo.client.impl.UnitClientImpl
 
UnitClientImpl(String, String, String, String, String, String, String, String) - Constructor for class net.sparkworks.cargo.client.impl.UnitClientImpl
 
UnitClientImpl(String, String) - Constructor for class net.sparkworks.cargo.client.impl.UnitClientImpl
 
UnitConversionClient - Interface in net.sparkworks.cargo.client
 
UnitConversionClientImpl - Class in net.sparkworks.cargo.client.impl
 
UnitConversionClientImpl(RestOperations, CargoClientConfig, CargoInternalCommunicationConfiguration) - Constructor for class net.sparkworks.cargo.client.impl.UnitConversionClientImpl
 
UnitConversionClientImpl(String, String, String, String, String, String, String, String) - Constructor for class net.sparkworks.cargo.client.impl.UnitConversionClientImpl
 
UnitConversionClientImpl(String, String) - Constructor for class net.sparkworks.cargo.client.impl.UnitConversionClientImpl
 
update(UUID, String) - Method in interface net.sparkworks.cargo.client.GroupClient
Update a Group by its UUID
update(UUID, String) - Method in class net.sparkworks.cargo.client.impl.GroupClientImpl
 
update(UUID, String) - Method in class net.sparkworks.cargo.client.impl.PhenomenonClientImpl
 
update(UUID, String, ResourceType, String, UUID, UUID) - Method in class net.sparkworks.cargo.client.impl.ResourceClientImpl
 
update(UUID, String) - Method in class net.sparkworks.cargo.client.impl.UnitClientImpl
 
update(UUID, String) - Method in interface net.sparkworks.cargo.client.PhenomenonClient
 
update(UUID, String, ResourceType, String, UUID, UUID) - Method in interface net.sparkworks.cargo.client.ResourceClient
 
update(UUID, String) - Method in interface net.sparkworks.cargo.client.UnitClient
 
A C D G H I L M N O P Q R S U 
Skip navigation links

Copyright © 2018. All rights reserved.