Package | Description |
---|---|
org.osgi.service.onem2m |
Service Layer API for oneM2M Specification Package Version 1.0.
|
org.osgi.service.onem2m.dto |
Service Layer Data Transfer Objects for oneM2M Specification Package Version
1.0.
|
Modifier and Type | Method and Description |
---|---|
Promise<ResourceDTO> |
ServiceLayer.create(String uri,
ResourceDTO resource)
create resource
|
Promise<ResourceDTO> |
ServiceLayer.retrieve(String uri)
retrieve resource
|
Promise<ResourceDTO> |
ServiceLayer.retrieve(String uri,
List<String> targetAttributes)
retrieve resource with selected attributes.
|
Promise<ResourceDTO> |
ServiceLayer.update(String uri,
ResourceDTO resource)
update resource
|
Modifier and Type | Method and Description |
---|---|
Promise<ResourceDTO> |
ServiceLayer.create(String uri,
ResourceDTO resource)
create resource
|
Promise<ResourceDTO> |
ServiceLayer.update(String uri,
ResourceDTO resource)
update resource
|
Modifier and Type | Field and Description |
---|---|
ResourceDTO |
ResourceWrapperDTO.resource
Resource
|
ResourceDTO |
PrimitiveContentDTO.resource
Resource
|
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0