| Interface | Description |
|---|---|
| ThingQueryCommand<T extends ThingQueryCommand> |
Aggregates all
ThingCommands which query the state of things (read, ...). |
| ThingQueryCommandResponse<T extends ThingQueryCommandResponse> |
Aggregates all ThingCommandResponses which query the state of a
Thing. |
| Class | Description |
|---|---|
| RetrieveAcl |
Command which retrieves the ACL (all of them or a specific one) of a
Thing based on the passed in ID. |
| RetrieveAclEntry |
Command which retrieves the ACL entry of a
Thing based on the passed in ID and Authorization Subject. |
| RetrieveAclEntryResponse |
Response to a
RetrieveAclEntry command. |
| RetrieveAclResponse |
Response to a
RetrieveAcl command. |
| RetrieveAttribute |
Command which retrieves a single attribute of a
Thing based on the passed in ID and a JSON pointer. |
| RetrieveAttributeResponse |
Response to a
RetrieveAttribute command. |
| RetrieveAttributes |
Command which retrieves all attributes of a
Thing. |
| RetrieveAttributesResponse |
Response to a
RetrieveAttributes command. |
| RetrieveFeature |
Command which retrieves one
Feature based on the passed in Feature ID. |
| RetrieveFeatureProperties |
This command retrieves a
Feature's properties. |
| RetrieveFeaturePropertiesResponse |
Response to a
RetrieveFeatureProperties command. |
| RetrieveFeatureProperty |
This command retrieves a
Feature's property. |
| RetrieveFeaturePropertyResponse |
Response to a
RetrieveFeatureProperty command. |
| RetrieveFeatureResponse |
Response to a
RetrieveFeature command. |
| RetrieveFeatures |
Command which retrieves the
Features of a Thing. |
| RetrieveFeaturesResponse |
Response to a
RetrieveFeatures command. |
| RetrievePolicyId |
Command which retrieves the Policy ID of a
Thing based on the passed in ID. |
| RetrievePolicyIdResponse |
Response to a
RetrievePolicyId command. |
| RetrieveThing |
Command which retrieves one
Thing based on the the passed in Thing ID. |
| RetrieveThing.Builder |
A mutable builder with a fluent API for an immutable
RetrieveThing. |
| RetrieveThingResponse |
Response to a
RetrieveThing command. |
| RetrieveThings |
Command which retrieves several
Things based on the the passed in List of
Thing IDs. |
| RetrieveThings.Builder |
Builder to facilitate creation of
RetrieveThings instances. |
| RetrieveThingsResponse |
Response to a
RetrieveThings command. |
| ThingQueryCommandRegistry |
A
CommandRegistry aware of all ThingQueryCommands. |
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.