Uses of Interface
org.eclipse.ditto.things.model.signals.commands.ThingCommand
-
-
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 ThingCommand Modifier and Type Interface Description interfaceThingCommand<T extends ThingCommand<T>>Aggregates allCommands which are related to aThing. -
Uses of ThingCommand in org.eclipse.ditto.things.model.signals.commands.acks
Methods in org.eclipse.ditto.things.model.signals.commands.acks that return types with arguments of type ThingCommand Modifier and Type Method Description java.lang.Class<ThingCommand<?>>ThingLiveCommandAckRequestSetter. getMatchedClass()Methods in org.eclipse.ditto.things.model.signals.commands.acks with parameters of type ThingCommand Modifier and Type Method Description booleanThingLiveCommandAckRequestSetter. isApplicable(ThingCommand<?> command) -
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 ThingCommand Modifier and Type Method Description protected 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.modify Modifier and Type Interface Description interfaceThingModifyCommand<T extends ThingModifyCommand<T>>Aggregates allThingCommands which modify the state of aThing.Classes in org.eclipse.ditto.things.model.signals.commands.modify that implement ThingCommand Modifier and Type Class Description classCreateThingThis command creates a new Thing.classDeleteAttributeThis command deletes a thing's attribute.classDeleteAttributesThis command deletes aThing's attributes.classDeleteFeatureThis command deletes a Feature.classDeleteFeatureDefinitionThis command deletes aFeature's Definition.classDeleteFeatureDesiredPropertiesThis command deletes aFeature's desired properties.classDeleteFeatureDesiredPropertyThis command deletes a single desired property of aFeature's desired properties.classDeleteFeaturePropertiesThis command deletes aFeature's properties.classDeleteFeaturePropertyThis command deletes a single Property of aFeature's properties.classDeleteFeaturesCommand which deletes theFeaturesof a Thing.classDeleteThingThis command deletes a thing.classDeleteThingDefinitionThis command deletes aThingDefinitionof a thing.classMergeThing/** This command merges an existing Thing with the supplied modification.classModifyAttributeThis command modifies an attribute.classModifyAttributesThis command modifies allThing's attributes at once.classModifyFeatureThis command modifies an existing Feature.classModifyFeatureDefinitionThis command modifies aFeature's Definition.classModifyFeatureDesiredPropertiesThis command modifies aFeature's properties.classModifyFeatureDesiredPropertyThis command modifies a single desired property of aFeature's desired properties.classModifyFeaturePropertiesThis command modifies aFeature's properties.classModifyFeaturePropertyThis command modifies a single Property of aFeature's properties.classModifyFeaturesThis command modifies all existing Features of a Thing.classModifyPolicyIdThis command modifies the Policy ID of a Thing.classModifyThingThis command modifies an existing Thing.classModifyThingDefinitionThis 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.query Modifier and Type Interface Description interfaceThingQueryCommand<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 ThingCommand Modifier and Type Class Description classRetrieveAttributeCommand which retrieves a single attribute of aThingbased on the passed in ID and a JSON pointer.classRetrieveAttributesCommand which retrieves all attributes of aThing.classRetrieveFeatureCommand which retrieves oneFeaturebased on the passed in Feature ID.classRetrieveFeatureDefinitionThis command retrieves aFeature's Definition.classRetrieveFeatureDesiredPropertiesThis command retrieves aFeature's desired properties.classRetrieveFeatureDesiredPropertyThis command retrieves aFeature's desired property.classRetrieveFeaturePropertiesThis command retrieves aFeature's properties.classRetrieveFeaturePropertyThis command retrieves aFeature's property.classRetrieveFeaturesCommand which retrieves theFeaturesof a Thing.classRetrievePolicyIdCommand which retrieves the Policy ID of aThingbased on the passed in ID.classRetrieveThingCommand which retrieves oneThingbased on the the passed in Thing ID.classRetrieveThingDefinitionCommand which retrieves the Definition of aThingbased on the passed in ID.
-