| Interface | Description |
|---|---|
| ThingModifyCommand<T extends ThingModifyCommand> |
Aggregates all
ThingCommands which modify the state of a Thing. |
| ThingModifyCommandResponse<T extends ThingModifyCommandResponse> |
Aggregates all ThingCommandResponses which modify the state of a
Thing. |
| Class | Description |
|---|---|
| CreateThing |
This command creates a new Thing.
|
| CreateThingResponse |
Response to a
CreateThing command. |
| DeleteAclEntry |
This command deletes one single ACL entry of a Thing.
|
| DeleteAclEntryResponse |
Response to a
DeleteAclEntry command. |
| DeleteAttribute |
This command deletes a thing's attribute.
|
| DeleteAttributeResponse |
Response to a
DeleteAttribute command. |
| DeleteAttributes |
This command deletes a
Thing's attributes. |
| DeleteAttributesResponse |
Response to a
DeleteAttributes command. |
| DeleteFeature |
This command deletes a Feature.
|
| DeleteFeatureProperties |
This command deletes a
Feature's properties. |
| DeleteFeaturePropertiesResponse |
Response to a
DeleteFeatureProperties command. |
| DeleteFeatureProperty |
This command deletes a single Property of a
Feature's properties. |
| DeleteFeaturePropertyResponse |
Response to a
DeleteFeatureProperty command. |
| DeleteFeatureResponse |
Response to a
DeleteFeature command. |
| DeleteFeatures |
Command which deletes the
Features of a Thing. |
| DeleteFeaturesResponse |
Response to a
DeleteFeatures command. |
| DeleteThing |
This command deletes a thing.
|
| DeleteThingResponse |
Response to a
DeleteThing command. |
| ModifyAcl |
This command modifies the complete ACL of a Thing.
|
| ModifyAclEntry |
This command modifies a single ACL Entry of a Thing.
|
| ModifyAclEntryResponse |
Response to a
ModifyAclEntry command. |
| ModifyAclResponse |
Response to a
ModifyAcl command. |
| ModifyAttribute |
This command modifies an attribute.
|
| ModifyAttributeResponse |
Response to a
ModifyAttribute command. |
| ModifyAttributes |
This command modifies all
Thing's attributes at once. |
| ModifyAttributesResponse |
Response to a
ModifyAttributes command. |
| ModifyFeature |
This command modifies an existing Feature.
|
| ModifyFeatureProperties |
This command modifies a
Feature's properties. |
| ModifyFeaturePropertiesResponse |
Response to a
ModifyFeatureProperties command. |
| ModifyFeatureProperty |
This command modifies a single Property of a
Feature's properties. |
| ModifyFeaturePropertyResponse |
Response to a
ModifyFeatureProperty command. |
| ModifyFeatureResponse |
Response to a
ModifyFeature command. |
| ModifyFeatures |
This command modifies all existing Features of a Thing.
|
| ModifyFeaturesResponse |
Response to a
ModifyFeatures command. |
| ModifyPolicyId |
This command modifies the Policy ID of a Thing.
|
| ModifyPolicyIdResponse |
Response to a
ModifyPolicyId command. |
| ModifyThing |
This command modifies an existing Thing.
|
| ModifyThingResponse |
Response to a
ModifyThing command. |
| ThingModifyCommandRegistry |
A
CommandRegistry aware of all ThingModifyCommands. |
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.