| Package | Description |
|---|---|
| com.orange.ngsi.client | |
| com.orange.ngsi.model |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.util.concurrent.ListenableFuture<StatusCode> |
NgsiRestClient.appendContextAttribute(String url,
org.springframework.http.HttpHeaders httpHeaders,
String entityID,
String attributeName,
UpdateContextAttribute updateContextAttribute)
Append an attribute to a context element
|
org.springframework.util.concurrent.ListenableFuture<StatusCode> |
NgsiRestClient.deleteContextAttribute(String url,
org.springframework.http.HttpHeaders httpHeaders,
String entityID,
String attributeName)
Retrieve an attribute of a context element
|
org.springframework.util.concurrent.ListenableFuture<StatusCode> |
NgsiRestClient.deleteContextAttributeValue(String url,
org.springframework.http.HttpHeaders httpHeaders,
String entityID,
String attributeName,
String valueID)
Delete the attribute value instance of a context element
|
org.springframework.util.concurrent.ListenableFuture<StatusCode> |
NgsiRestClient.deleteContextElement(String url,
org.springframework.http.HttpHeaders httpHeaders,
String entityID)
Delete a context element
|
org.springframework.util.concurrent.ListenableFuture<StatusCode> |
NgsiRestClient.updateContextAttribute(String url,
org.springframework.http.HttpHeaders httpHeaders,
String entityID,
String attributeName,
UpdateContextAttribute updateContextAttribute)
Update the attribute of a context element
|
org.springframework.util.concurrent.ListenableFuture<StatusCode> |
NgsiRestClient.updateContextAttributeValue(String url,
org.springframework.http.HttpHeaders httpHeaders,
String entityID,
String attributeName,
String valueID,
UpdateContextAttribute updateContextAttribute)
Update the attribute value instance of a context element
|
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
UpdateContextResponse.getErrorCode() |
StatusCode |
UpdateContextElementResponse.getErrorCode() |
StatusCode |
SubscribeError.getErrorCode() |
StatusCode |
RegisterContextResponse.getErrorCode() |
StatusCode |
QueryContextResponse.getErrorCode() |
StatusCode |
AppendContextElementResponse.getErrorCode() |
StatusCode |
NotifyContextResponse.getResponseCode() |
StatusCode |
UnsubscribeContextResponse.getStatusCode() |
StatusCode |
ContextElementResponse.getStatusCode() |
StatusCode |
ContextAttributeResponse.getStatusCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateContextResponse.setErrorCode(StatusCode errorCode) |
void |
UpdateContextElementResponse.setErrorCode(StatusCode errorCode) |
void |
SubscribeError.setErrorCode(StatusCode errorCode) |
void |
RegisterContextResponse.setErrorCode(StatusCode errorCode) |
void |
QueryContextResponse.setErrorCode(StatusCode errorCode) |
void |
AppendContextElementResponse.setErrorCode(StatusCode errorCode) |
void |
NotifyContextResponse.setResponseCode(StatusCode responseCode) |
void |
UnsubscribeContextResponse.setStatusCode(StatusCode statusCode) |
void |
ContextElementResponse.setStatusCode(StatusCode statusCode) |
void |
ContextAttributeResponse.setStatusCode(StatusCode statusCode) |
| Constructor and Description |
|---|
ContextElementResponse(ContextElement contextElement,
StatusCode statusCode) |
NotifyContextResponse(StatusCode responseCode) |
UnsubscribeContextResponse(StatusCode statusCode,
String subscriptionId) |
Copyright © 2016 Orange. All rights reserved.