| Package | Description |
|---|---|
| org.eclipse.ditto.signals.commands.things.modify |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ThingModifyCommand<T extends ThingModifyCommand>
Aggregates all
ThingCommands which modify the state of a Thing. |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateThing
This command creates a new Thing.
|
class |
DeleteAclEntry
This command deletes one single ACL entry of a Thing.
|
class |
DeleteAttribute
This command deletes a thing's attribute.
|
class |
DeleteAttributes
This command deletes a
Thing's attributes. |
class |
DeleteFeature
This command deletes a Feature.
|
class |
DeleteFeatureProperties
This command deletes a
Feature's properties. |
class |
DeleteFeatureProperty
This command deletes a single Property of a
Feature's properties. |
class |
DeleteFeatures
Command which deletes the
Features of a Thing. |
class |
DeleteThing
This command deletes a thing.
|
class |
ModifyAcl
This command modifies the complete ACL of a Thing.
|
class |
ModifyAclEntry
This command modifies a single ACL Entry of a Thing.
|
class |
ModifyAttribute
This command modifies an attribute.
|
class |
ModifyAttributes
This command modifies all
Thing's attributes at once. |
class |
ModifyFeature
This command modifies an existing Feature.
|
class |
ModifyFeatureProperties
This command modifies a
Feature's properties. |
class |
ModifyFeatureProperty
This command modifies a single Property of a
Feature's properties. |
class |
ModifyFeatures
This command modifies all existing Features of a Thing.
|
class |
ModifyPolicyId
This command modifies the Policy ID of a Thing.
|
class |
ModifyThing
This command modifies an existing Thing.
|
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.