Uses of Interface
org.eclipse.ditto.things.model.signals.commands.ThingCommand
Packages that use ThingCommand
Package
Description
-
Uses of ThingCommand in org.eclipse.ditto.things.model.signals.commands
Classes in org.eclipse.ditto.things.model.signals.commands with type parameters of type ThingCommandModifier and TypeInterfaceDescriptioninterfaceThingCommand<T extends ThingCommand<T>>Aggregates allCommands which are related to aThing. -
Uses of ThingCommand in org.eclipse.ditto.things.model.signals.commands.exceptions
Methods in org.eclipse.ditto.things.model.signals.commands.exceptions with parameters of type ThingCommandModifier and TypeMethodDescriptionprotected org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionThingCommandToModifyExceptionRegistry.fallback(ThingCommand<?> command) -
Uses of ThingCommand in org.eclipse.ditto.things.model.signals.commands.modify
Subinterfaces of ThingCommand in org.eclipse.ditto.things.model.signals.commands.modifyModifier and TypeInterfaceDescriptioninterfaceThingModifyCommand<T extends ThingModifyCommand<T>>Aggregates allThingCommands which modify the state of aThing.Classes in org.eclipse.ditto.things.model.signals.commands.modify that implement ThingCommandModifier and TypeClassDescriptionfinal classThis command creates a new Thing.final classThis command deletes a thing's attribute.final classThis command deletes aThing's attributes.final classThis command deletes a Feature.final classThis command deletes aFeature's Definition.final classThis command deletes aFeature's desired properties.final classThis command deletes a single desired property of aFeature's desired properties.final classThis command deletes aFeature's properties.final classThis command deletes a single Property of aFeature's properties.final classCommand which deletes theFeaturesof a Thing.final classThis command deletes a thing.final classThis command deletes aThingDefinitionof a thing.final class/** This command merges an existing Thing with the supplied modification.final classThis command modifies an attribute.final classThis command modifies allThing's attributes at once.final classThis command modifies an existing Feature.final classThis command modifies aFeature's Definition.final classThis command modifies aFeature's properties.final classThis command modifies a single desired property of aFeature's desired properties.final classThis command modifies aFeature's properties.final classThis command modifies a single Property of aFeature's properties.final classThis command modifies all existing Features of a Thing.final classThis command modifies the Policy ID of a Thing.final classThis command modifies an existing Thing.final classThis command modifies the Definition of a Thing. -
Uses of ThingCommand in org.eclipse.ditto.things.model.signals.commands.query
Subinterfaces of ThingCommand in org.eclipse.ditto.things.model.signals.commands.queryModifier and TypeInterfaceDescriptioninterfaceThingQueryCommand<T extends ThingQueryCommand<T>>Aggregates allThingCommands which query the state of things (read, ...).Classes in org.eclipse.ditto.things.model.signals.commands.query that implement ThingCommandModifier and TypeClassDescriptionfinal classCommand which retrieves a single attribute of aThingbased on the passed in ID and a JSON pointer.final classCommand which retrieves all attributes of aThing.final classCommand which retrieves oneFeaturebased on the passed in Feature ID.final classThis command retrieves aFeature's Definition.final classThis command retrieves aFeature's desired properties.final classThis command retrieves aFeature's desired property.final classThis command retrieves aFeature's properties.final classThis command retrieves aFeature's property.final classCommand which retrieves theFeaturesof a Thing.final classCommand which retrieves the Policy ID of aThingbased on the passed in ID.final classCommand which retrieves oneThingbased on the passed in Thing ID.final classCommand which retrieves the Definition of aThingbased on the passed in ID.