Uses of Interface
org.eclipse.ditto.things.model.WithThingId
Packages that use WithThingId
Package
Description
-
Uses of WithThingId in org.eclipse.ditto.things.model.signals.commands
Subinterfaces of WithThingId in org.eclipse.ditto.things.model.signals.commandsModifier and TypeInterfaceDescriptioninterfaceThingCommand<T extends ThingCommand<T>>Aggregates allCommands which are related to aThing.interfaceThingCommandResponse<T extends ThingCommandResponse<T>>Aggregates all possible responses relating to a givenThingCommand.Classes in org.eclipse.ditto.things.model.signals.commands that implement WithThingIdModifier and TypeClassDescriptionfinal classResponse to aThingCommandwhich wraps the exception thrown while processing the command. -
Uses of WithThingId in org.eclipse.ditto.things.model.signals.commands.modify
Subinterfaces of WithThingId in org.eclipse.ditto.things.model.signals.commands.modifyModifier and TypeInterfaceDescriptioninterfaceThingModifyCommand<T extends ThingModifyCommand<T>>Aggregates allThingCommands which modify the state of aThing.interfaceThingModifyCommandResponse<T extends ThingModifyCommandResponse<T>>Aggregates all ThingCommandResponses which modify the state of aThing.Classes in org.eclipse.ditto.things.model.signals.commands.modify that implement WithThingIdModifier and TypeClassDescriptionfinal classThis command creates a new Thing.final classResponse to aCreateThingcommand.final classThis command deletes a thing's attribute.final classResponse to aDeleteAttributecommand.final classThis command deletes aThing's attributes.final classResponse to aDeleteAttributescommand.final classThis command deletes a Feature.final classThis command deletes aFeature's Definition.final classResponse to aDeleteFeatureDefinitioncommand.final classThis command deletes aFeature's desired properties.final classResponse to aDeleteFeatureDesiredPropertiescommand.final classThis command deletes a single desired property of aFeature's desired properties.final classResponse to aDeleteFeatureDesiredPropertycommand.final classThis command deletes aFeature's properties.final classResponse to aDeleteFeaturePropertiescommand.final classThis command deletes a single Property of aFeature's properties.final classResponse to aDeleteFeaturePropertycommand.final classResponse to aDeleteFeaturecommand.final classCommand which deletes theFeaturesof a Thing.final classResponse to aDeleteFeaturescommand.final classThis command deletes a thing.final classThis command deletes aThingDefinitionof a thing.final classResponse to aDeleteThingDefinitioncommand.final classResponse to aDeleteThingcommand.final class/** This command merges an existing Thing with the supplied modification.final classResponse to aMergeThingcommand.final classThis command modifies an attribute.final classResponse to aModifyAttributecommand.final classThis command modifies allThing's attributes at once.final classResponse to aModifyAttributescommand.final classThis command modifies an existing Feature.final classThis command modifies aFeature's Definition.final classResponse to aModifyFeatureDefinitioncommand.final classThis command modifies aFeature's properties.final classResponse to aModifyFeatureDesiredPropertiescommand.final classThis command modifies a single desired property of aFeature's desired properties.final classResponse to aModifyFeatureDesiredPropertycommand.final classThis command modifies aFeature's properties.final classResponse to aModifyFeaturePropertiescommand.final classThis command modifies a single Property of aFeature's properties.final classResponse to aModifyFeaturePropertycommand.final classResponse to aModifyFeaturecommand.final classThis command modifies all existing Features of a Thing.final classResponse to aModifyFeaturescommand.final classThis command modifies the Policy ID of a Thing.final classResponse to aModifyPolicyIdcommand.final classThis command modifies an existing Thing.final classThis command modifies the Definition of a Thing.final classResponse to aModifyThingDefinitioncommand.final classResponse to aModifyThingcommand. -
Uses of WithThingId in org.eclipse.ditto.things.model.signals.commands.query
Subinterfaces of WithThingId in org.eclipse.ditto.things.model.signals.commands.queryModifier and TypeInterfaceDescriptioninterfaceThingQueryCommand<T extends ThingQueryCommand<T>>Aggregates allThingCommands which query the state of things (read, ...).interfaceThingQueryCommandResponse<T extends ThingQueryCommandResponse<T>>Aggregates all ThingCommandResponses which query the state of aThing.Classes in org.eclipse.ditto.things.model.signals.commands.query that implement WithThingIdModifier and TypeClassDescriptionfinal classCommand which retrieves a single attribute of aThingbased on the passed in ID and a JSON pointer.final classResponse to aRetrieveAttributecommand.final classCommand which retrieves all attributes of aThing.final classResponse to aRetrieveAttributescommand.final classCommand which retrieves oneFeaturebased on the passed in Feature ID.final classThis command retrieves aFeature's Definition.final classResponse to aRetrieveFeatureDefinitioncommand.final classThis command retrieves aFeature's desired properties.final classResponse to aRetrieveFeatureDesiredPropertiescommand.final classThis command retrieves aFeature's desired property.final classResponse to aRetrieveFeatureDesiredPropertycommand.final classThis command retrieves aFeature's properties.final classResponse to aRetrieveFeaturePropertiescommand.final classThis command retrieves aFeature's property.final classResponse to aRetrieveFeaturePropertycommand.final classResponse to aRetrieveFeaturecommand.final classCommand which retrieves theFeaturesof a Thing.final classResponse to aRetrieveFeaturescommand.final classCommand which retrieves the Policy ID of aThingbased on the passed in ID.final classResponse to aRetrievePolicyIdcommand.final classCommand which retrieves oneThingbased on the passed in Thing ID.final classCommand which retrieves the Definition of aThingbased on the passed in ID.final classResponse to aRetrieveThingDefinitioncommand.final classResponse to aRetrieveThingcommand.final classResponse to aRetrieveThingcommand withDittoHeaderDefinition.ACCEPTheader being"application/td+json"requesting a WoT (Web of Things) Thing Description. -
Uses of WithThingId in org.eclipse.ditto.things.model.signals.events
Subinterfaces of WithThingId in org.eclipse.ditto.things.model.signals.eventsModifier and TypeInterfaceDescriptioninterfaceThingEvent<T extends ThingEvent<T>>Interface for all Thing-related events.interfaceThingModifiedEvent<T extends ThingModifiedEvent<T>>This interface describes an event which is emitted after aThingwas modified.Classes in org.eclipse.ditto.things.model.signals.events that implement WithThingIdModifier and TypeClassDescriptionclassAbstractThingEvent<T extends AbstractThingEvent<T>>Abstract base class of an event store event.final classThis event is emitted after anAttributewas created.final classThis event is emitted after anAttributewas deleted.final classThis event is emitted after anAttributewas modified.final classThis event is emitted after allAttributes were created at once.final classThis event is emitted after a Thing'sAttributeswere deleted.final classThis event is emitted after allAttributes were modified at once.final classThis event is emitted after aFeaturewas created.final classThis event is emitted after a Feature'sFeatureDefinitionwas created.final classThis event is emitted after a Feature'sFeatureDefinitionwas deleted.final classThis event is emitted after a Feature'sFeatureDefinitionwas modified.final classThis event is emitted after aFeaturewas deleted.final classThis event is emitted after a Feature's desired properties were created.final classThis event is emitted after a Feature's desired properties were deleted.final classThis event is emitted after a Feature's desired properties were modified.final classThis event is emitted after a desired property of a Feature's desired properties was created.final classThis event is emitted after a desired property of a Feature's desired properties was deleted.final classThis event is emitted after a desired property of a Feature's desired properties was modified.final classThis event is emitted after aFeaturewas modified.final classThis event is emitted after a Feature'sFeaturePropertieswere created.final classThis event is emitted after a Feature'sFeaturePropertieswere deleted.final classThis event is emitted after a Feature'sFeaturePropertieswere modified.final classThis event is emitted after a Property of a Feature'sFeaturePropertieswas created.final classThis event is emitted after a Property of a Feature'sFeaturePropertieswas deleted.final classThis event is emitted after a Property of a Feature'sFeaturePropertieswas modified.final classThis event is emitted after a Thing'sFeatureswere created.final classThis event is emitted afterFeatureswere deleted.final classThis event is emitted after a Thing'sFeatureswere modified.final classThis event is emitted after a Thing'spolicyIdwas modified.final classThis event is emitted after aThingwas created.final classThis event is emitted after aThingDefinitions was created.final classThis event is emitted after a Thing'sThingDefinitionwere deleted.final classThis event is emitted after a Thing'sdefinitionwas modified.final classThis event is emitted after aThingwas deleted.final classThis event is emitted after aThingwas merged.final classThis event is emitted after aThingwas modified.