|
SymbIoTeLibraries
|


Public Member Functions | |
| Observation | getLatestObservation (String resourceUrl, boolean serverValidation, Set< String > homePlatformIds) |
| List< Observation > | getTopObservations (String resourceUrl, int top, boolean serverValidation, Set< String > homePlatformIds) |
| void | actuate (String resourceUrl, String body, boolean serverValidation, Set< String > homePlatformIds) |
| String | invokeService (String resourceUrl, String body, boolean serverValidation, Set< String > homePlatformIds) |
| Observation | getLatestObservationAsGuest (String resourceUrl, boolean serverValidation) |
| List< Observation > | getTopObservationsAsGuest (String resourceUrl, int top, boolean serverValidation) |
| void | actuateAsGuest (String resourceUrl, String body, boolean serverValidation) |
| String | invokeServiceAsGuest (String resourceUrl, String body, boolean serverValidation) |
Interface for querying the Platform Resource Access Proxy (RAP) component
| void eu.h2020.symbiote.client.interfaces.RAPClient.actuate | ( | String | resourceUrl, |
| String | body, | ||
| boolean | serverValidation, | ||
| Set< String > | homePlatformIds | ||
| ) |
Send actuation request
| resourceUrl | the resource url |
| body | the message that will be sent |
| serverValidation | if true it will validate RAP |
| homePlatformIds | a set of home platform ids from which we are going to get credentials for the request |
Implemented in eu.h2020.symbiote.client.feign.FeignRAPClient.
| void eu.h2020.symbiote.client.interfaces.RAPClient.actuateAsGuest | ( | String | resourceUrl, |
| String | body, | ||
| boolean | serverValidation | ||
| ) |
Send actuation request without validating RAP
| resourceUrl | the resource url |
| body | the message that will be sent |
| serverValidation | if true it will validate RAP |
Implemented in eu.h2020.symbiote.client.feign.FeignRAPClient.
| Observation eu.h2020.symbiote.client.interfaces.RAPClient.getLatestObservation | ( | String | resourceUrl, |
| boolean | serverValidation, | ||
| Set< String > | homePlatformIds | ||
| ) |
Get the latest observation
| resourceUrl | the resource url |
| serverValidation | if true it will validate RAP |
| homePlatformIds | a set of home platform ids from which we are going to get credentials for the request |
Implemented in eu.h2020.symbiote.client.feign.FeignRAPClient.
| Observation eu.h2020.symbiote.client.interfaces.RAPClient.getLatestObservationAsGuest | ( | String | resourceUrl, |
| boolean | serverValidation | ||
| ) |
Get the latest observation without validating RAP
| resourceUrl | the resource url |
| serverValidation | if true it will validate RAP |
Implemented in eu.h2020.symbiote.client.feign.FeignRAPClient.
| List<Observation> eu.h2020.symbiote.client.interfaces.RAPClient.getTopObservations | ( | String | resourceUrl, |
| int | top, | ||
| boolean | serverValidation, | ||
| Set< String > | homePlatformIds | ||
| ) |
Get the latest top observations
| resourceUrl | the resource url |
| top | the number of observations |
| serverValidation | if true it will validate RAP |
| homePlatformIds | a set of home platform ids from which we are going to get credentials for the request |
Implemented in eu.h2020.symbiote.client.feign.FeignRAPClient.
| List<Observation> eu.h2020.symbiote.client.interfaces.RAPClient.getTopObservationsAsGuest | ( | String | resourceUrl, |
| int | top, | ||
| boolean | serverValidation | ||
| ) |
Get the latest top observations without validating RAP
| resourceUrl | the resource url |
| top | the number of observations |
| serverValidation | if true it will validate RAP |
Implemented in eu.h2020.symbiote.client.feign.FeignRAPClient.
| String eu.h2020.symbiote.client.interfaces.RAPClient.invokeService | ( | String | resourceUrl, |
| String | body, | ||
| boolean | serverValidation, | ||
| Set< String > | homePlatformIds | ||
| ) |
Invoke Service
| resourceUrl | the resource url |
| body | the message that will be sent |
| serverValidation | if true it will validate RAP |
| homePlatformIds | a set of home platform ids from which we are going to get credentials for the request |
Implemented in eu.h2020.symbiote.client.feign.FeignRAPClient.
| String eu.h2020.symbiote.client.interfaces.RAPClient.invokeServiceAsGuest | ( | String | resourceUrl, |
| String | body, | ||
| boolean | serverValidation | ||
| ) |
Invoke Service without validating RAP
| resourceUrl | the resource url |
| body | the message that will be sent |
| serverValidation | if true it will validate RAP |
Implemented in eu.h2020.symbiote.client.feign.FeignRAPClient.
1.8.14