| Package | Description |
|---|---|
| org.eclipse.ditto.signals.commands.things.query |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ThingQueryCommand<T extends ThingQueryCommand>
Aggregates all
ThingCommands which query the state of things (read, ...). |
| Modifier and Type | Class and Description |
|---|---|
class |
RetrieveAcl
Command which retrieves the ACL (all of them or a specific one) of a
Thing based on the passed in ID. |
class |
RetrieveAclEntry
Command which retrieves the ACL entry of a
Thing based on the passed in ID and Authorization Subject. |
class |
RetrieveAttribute
Command which retrieves a single attribute of a
Thing based on the passed in ID and a JSON pointer. |
class |
RetrieveAttributes
Command which retrieves all attributes of a
Thing. |
class |
RetrieveFeature
Command which retrieves one
Feature based on the passed in Feature ID. |
class |
RetrieveFeatureProperties
This command retrieves a
Feature's properties. |
class |
RetrieveFeatureProperty
This command retrieves a
Feature's property. |
class |
RetrieveFeatures
Command which retrieves the
Features of a Thing. |
class |
RetrievePolicyId
Command which retrieves the Policy ID of a
Thing based on the passed in ID. |
class |
RetrieveThing
Command which retrieves one
Thing based on the the passed in Thing ID. |
class |
RetrieveThings
Command which retrieves several
Things based on the the passed in List of
Thing IDs. |
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.