A B C D E F G H L M N O Q R T W 
All Classes All Packages

A

AbstractLiveCommand<T extends LiveCommand<T,​B>,​B extends LiveCommandAnswerBuilder> - Class in org.eclipse.ditto.signals.commands.live.base
An abstract base implementation for all LiveCommands.
AbstractLiveCommand(Command<?>) - Constructor for class org.eclipse.ditto.signals.commands.live.base.AbstractLiveCommand
Constructs a new AbstractLiveCommand object.
answer() - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommand
Returns a builder for an answer to this command which could include a CommandResponses or an Event.
attributeNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteAttributeLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the attribute was not accessible.
attributeNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the attribute was not accessible.
attributeNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveAttributeLiveCommandAnswerBuilder.ResponseFactory
Creates a ThingErrorResponse specifying that the requested attribute does not exist or the requesting user does not have enough permission to retrieve it.
attributeNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteAttributeLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the attribute was not modifiable.
attributeNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the attribute was not modifiable.
attributesNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteAttributesLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the attributes were not accessible.
attributesNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the attributes were not accessible.
attributesNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveAttributesLiveCommandAnswerBuilder.ResponseFactory
Creates a ThingErrorResponse specifying that no attribute exists or the requesting user does not have enough permission to retrieve it.
attributesNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteAttributesLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the attributes were not modifiable.
attributesNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the attributes were not modifiable.

B

build() - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder.BuildStep
Builds the LiveCommandAnswer to a LiveCommand.

C

created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.CreateThingLiveCommandAnswerBuilder.EventFactory
Creates a ThingCreated event using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.CreateThingLiveCommandAnswerBuilder.ResponseFactory
Creates a CreateThingResponse using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommandAnswerBuilder.EventFactory
Creates a AttributeCreated event using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommandAnswerBuilder.ResponseFactory
Builds a "created" ModifyAttributeResponse using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandAnswerBuilder.EventFactory
Creates a AttributesCreated event using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandAnswerBuilder.ResponseFactory
Builds a "created" ModifyAttributesResponse using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommandAnswerBuilder.EventFactory
Creates a FeatureDefinitionCreated event using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
Builds a "created" ModifyFeatureDefinitionResponse using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommandAnswerBuilder.EventFactory
Creates a FeatureCreated event using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommandAnswerBuilder.ResponseFactory
Builds a "created" ModifyFeatureResponse using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandAnswerBuilder.EventFactory
Creates a FeaturePropertiesCreated event using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
Builds a "created" ModifyFeaturePropertiesResponse using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandAnswerBuilder.EventFactory
Creates a FeaturePropertyCreated event using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory
Builds a "created" ModifyFeaturePropertyResponse using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandAnswerBuilder.EventFactory
Creates a FeaturesCreated event using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandAnswerBuilder.ResponseFactory
Builds a "created" ModifyFeaturesResponse using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommandAnswerBuilder.EventFactory
Creates a ThingCreated event using the values of the Command.
created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommandAnswerBuilder.ResponseFactory
Builds a "created" ModifyThingResponse using the values of the Command.
createThing(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of CreateThingLiveCommand.
CreateThingLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
CreateThing live command giving access to the command and all of its special accessors.
CreateThingLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for CreateThing commands.
CreateThingLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by CreateThing commands.
CreateThingLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to CreateThing command.

D

deleteAttribute(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of DeleteAttributeLiveCommand.
DeleteAttributeLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
DeleteAttribute live command giving access to the command and all of its special accessors.
DeleteAttributeLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for DeleteAttribute commands.
DeleteAttributeLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by DeleteAttribute command.
DeleteAttributeLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to DeleteAttribute command.
deleteAttributes(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of DeleteAttributesLiveCommand.
DeleteAttributesLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
DeleteAttributes live command giving access to the command and all of its special accessors.
DeleteAttributesLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for DeleteAttributes commands.
DeleteAttributesLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by DeleteAttributes command.
DeleteAttributesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to DeleteAttributes command.
deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteAttributeLiveCommandAnswerBuilder.EventFactory
Creates a AttributeDeleted event using the values of the Command.
deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteAttributeLiveCommandAnswerBuilder.ResponseFactory
Builds a DeleteAttributeResponse using the values of the Command.
deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteAttributesLiveCommandAnswerBuilder.EventFactory
Creates an AttributesDeleted event using the values of the Command.
deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteAttributesLiveCommandAnswerBuilder.ResponseFactory
Builds a DeleteAttributesResponse using the values of the Command.
deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDefinitionLiveCommandAnswerBuilder.EventFactory
Creates a FeatureDefinitionDeleted event using the values of the Command.
deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
Builds a DeleteFeatureDefinitionResponse using the values of the Command.
deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureLiveCommandAnswerBuilder.EventFactory
Creates a FeatureDeleted event using the values of the Command.
deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureLiveCommandAnswerBuilder.ResponseFactory
Builds a DeleteFeatureResponse using the values of the Command.
deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertiesLiveCommandAnswerBuilder.EventFactory
Creates a FeaturePropertiesDeleted event using the values of the Command.
deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
Builds a DeleteFeaturePropertiesResponse using the values of the Command.
deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertyLiveCommandAnswerBuilder.EventFactory
Creates a FeaturePropertyDeleted event using the values of the Command.
deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory
Builds a DeleteFeaturePropertyResponse using the values of the Command.
deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturesLiveCommandAnswerBuilder.EventFactory
Creates a FeaturesDeleted event using the values of the Command.
deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturesLiveCommandAnswerBuilder.ResponseFactory
Builds a DeleteFeaturesResponse using the values of the Command.
deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteThingLiveCommandAnswerBuilder.EventFactory
Creates a ThingDeleted event using the values of the Command.
deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteThingLiveCommandAnswerBuilder.ResponseFactory
Builds a DeleteThingResponse using the values of the Command.
deleteFeature(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of DeleteFeatureLiveCommand.
deleteFeatureDefinition(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of DeleteFeatureDefinitionLiveCommand.
DeleteFeatureDefinitionLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
DeleteFeatureDefinition live command giving access to the command and all of its special accessors.
DeleteFeatureDefinitionLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for DeleteFeatureDefinition commands.
DeleteFeatureDefinitionLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by DeleteFeatureDefinition command.
DeleteFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to DeleteFeatureDefinition command.
DeleteFeatureLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
DeleteFeature live command giving access to the command and all of its special accessors.
DeleteFeatureLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for DeleteFeature commands.
DeleteFeatureLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by DeleteFeature command.
DeleteFeatureLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to DeleteFeature command.
deleteFeatureProperties(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of DeleteFeaturePropertiesLiveCommand.
DeleteFeaturePropertiesLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
DeleteFeatureProperties live command giving access to the command and all of its special accessors.
DeleteFeaturePropertiesLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for DeleteFeatureProperties commands.
DeleteFeaturePropertiesLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by DeleteFeatureProperties command.
DeleteFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to DeleteFeatureProperties command.
deleteFeatureProperty(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of DeleteFeaturePropertyLiveCommand.
DeleteFeaturePropertyLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
DeleteFeatureProperty live command giving access to the command and all of its special accessors.
DeleteFeaturePropertyLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for DeleteFeatureProperty commands.
DeleteFeaturePropertyLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by DeleteFeatureProperty command.
DeleteFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to DeleteFeatureProperty command.
deleteFeatures(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of DeleteFeaturesLiveCommand.
DeleteFeaturesLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
DeleteFeature live command giving access to the command and all of its special accessors.
DeleteFeaturesLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for DeleteFeatures commands.
DeleteFeaturesLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by DeleteFeatures command.
DeleteFeaturesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to DeleteFeatures command.
deleteThing(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of DeleteThingLiveCommand.
DeleteThingLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
DeleteThing live command giving access to the command and all of its special accessors.
DeleteThingLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for DeleteThing commands.
DeleteThingLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by DeleteThing command.
DeleteThingLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to DeleteThing command.

E

equals(Object) - Method in class org.eclipse.ditto.signals.commands.live.base.AbstractLiveCommand
 
errorResponse(String, DittoRuntimeException) - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandResponseFactory
errorResponse(DittoRuntimeException) - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandResponseFactory
Creates a generic ErrorResponse which includes the passed DittoRuntimeException.
errorResponse(ThingId, DittoRuntimeException) - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandResponseFactory
Creates a generic ErrorResponse which includes the passed DittoRuntimeException.

F

featureDefinitionNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the Feature Definition was not accessible.
featureDefinitionNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the Feature Definition was not accessible.
featureDefinitionNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
Creates a ThingErrorResponse specifying that no Feature Definition exist or the requesting user does not have enough permission to retrieve it.
featureDefinitionNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the Feature Definition was not modifiable.
featureDefinitionNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the Feature Definition was not modifiable.
featureNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the feature was not accessible.
featureNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the feature was not accessible.
featureNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureLiveCommandAnswerBuilder.ResponseFactory
Creates a ThingErrorResponse specifying that the requested feature does not exist or the requesting user does not have enough permission to retrieve them.
featureNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the feature was not modifiable.
featureNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the feature was not modifiable.
featurePropertiesNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the feature properties were not accessible.
featurePropertiesNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the feature properties were not accessible.
featurePropertiesNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
Creates a ThingErrorResponse specifying that no Feature property exist or the requesting user does not have enough permission to retrieve them.
featurePropertiesNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the feature properties were not modifiable.
featurePropertiesNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the feature properties were not modifiable.
featurePropertyNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the feature property was not accessible.
featurePropertyNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the feature property was not accessible.
featurePropertyNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory
Creates an error response specifying that the requested Feature property does not exist or the requesting user does not have enough permission to retrieve them.
featurePropertyNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the feature property was not modifiable.
featurePropertyNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the feature property was not modifiable.
featuresNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturesLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the features were not accessible.
featuresNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the features were not accessible.
featuresNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturesLiveCommandAnswerBuilder.ResponseFactory
Creates an error response specifying that no Features exist or the requesting user does not have enough permission to retrieve them.
featuresNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturesLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the features were not modifiable.
featuresNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the features were not modifiable.

G

getAttributePointer() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteAttributeLiveCommand
Returns the JSON pointer of the attribute to delete.
getAttributePointer() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommand
Returns the JSON pointer of the attribute to modify.
getAttributePointer() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveAttributeLiveCommand
Returns the JSON pointer of the attribute to retrieve.
getAttributes() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommand
Returns the Attributes to modify.
getAttributeValue() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommand
Returns the value of the attribute to modify.
getDefinition() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommand
Returns the FeatureDefinition to modify.
getDittoHeaders() - Method in class org.eclipse.ditto.signals.commands.live.base.AbstractLiveCommand
 
getEvent() - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswer
Returns the Event of this answer.
getFeature() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommand
Returns the new Feature to modify.
getFeatures() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommand
Returns the new Features to modify.
getInstance() - Static method in class org.eclipse.ditto.signals.commands.live.LiveCommandFactory
Returns an instance of LiveCommandFactory.
getLiveCommand(Command<?>) - Method in class org.eclipse.ditto.signals.commands.live.LiveCommandFactory
Returns an immutable LiveCommand which is associated with the specified Command.
getManifest() - Method in class org.eclipse.ditto.signals.commands.live.base.AbstractLiveCommand
 
getProperties() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommand
Returns the FeatureProperties to modify.
getPropertyPointer() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertyLiveCommand
Returns the JSON pointer of the Property to delete.
getPropertyPointer() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommand
Returns the JSON pointer of the Property to modify.
getPropertyPointer() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturePropertyLiveCommand
Returns the JSON pointer of the Property to retrieve.
getPropertyValue() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommand
Returns the value of the Property to modify.
getResourcePath() - Method in class org.eclipse.ditto.signals.commands.live.base.AbstractLiveCommand
 
getResponse() - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswer
Returns the CommandResponse of this answer.
getThing() - Method in interface org.eclipse.ditto.signals.commands.live.modify.CreateThingLiveCommand
Returns the Thing to create.
getThing() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommand
Returns the Thing to modify.
getThingEntityIds() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveThingsLiveCommand
 
getThingIds() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveThingsLiveCommand
Deprecated.
the thing ID is now typed. Use RetrieveThingsLiveCommand.getThingEntityIds() instead.
getType() - Method in class org.eclipse.ditto.signals.commands.live.base.AbstractLiveCommand
 

H

hashCode() - Method in class org.eclipse.ditto.signals.commands.live.base.AbstractLiveCommand
 

L

LiveCommand<T extends org.eclipse.ditto.signals.commands.base.Command<T>,​B extends LiveCommandAnswerBuilder> - Interface in org.eclipse.ditto.signals.commands.live.base
A Handle for live Commands giving access to the command.
LiveCommandAnswer - Interface in org.eclipse.ditto.signals.commands.live.base
This interface defines an answer for a received LiveCommand.
LiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.base
A mutable builder with a fluent API for an immutable LiveCommandAnswer.
LiveCommandAnswerBuilder.BuildStep - Interface in org.eclipse.ditto.signals.commands.live.base
The final step for building the LiveCommandAnswer.
LiveCommandAnswerBuilder.EventStep<E extends LiveEventFactory> - Interface in org.eclipse.ditto.signals.commands.live.base
Interface for LiveCommandHandleResults which emit Events.
LiveCommandAnswerBuilder.ModifyCommandResponseStep<R extends LiveCommandResponseFactory,​E extends LiveEventFactory> - Interface in org.eclipse.ditto.signals.commands.live.base
Interface for LiveCommandHandleResults which are ModifyCommands (changing data).
LiveCommandAnswerBuilder.QueryCommandResponseStep<R extends LiveCommandResponseFactory> - Interface in org.eclipse.ditto.signals.commands.live.base
Interface for LiveCommandHandleResults which are QueryCommands (retrieving data).
LiveCommandAnswerFactory - Class in org.eclipse.ditto.signals.commands.live.base
A factory for creating immutable instances of LiveCommandAnswer.
LiveCommandFactory - Class in org.eclipse.ditto.signals.commands.live
A factory for creating immutable instances of LiveCommand based on existing Twin Commands.
LiveCommandResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.base
Base for factories of CommandResponses which create CommandResponses for incoming Commands.
LiveEventFactory - Interface in org.eclipse.ditto.signals.commands.live.base
Base for factories of Events which create Events for incoming Commands.

M

modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommandAnswerBuilder.EventFactory
Creates a AttributeModified event using the values of the Command.
modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommandAnswerBuilder.ResponseFactory
Builds a "modified" ModifyAttributeResponse using the values of the Command.
modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandAnswerBuilder.EventFactory
Creates a AttributesModified event using the values of the Command.
modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandAnswerBuilder.ResponseFactory
Builds a "modified" ModifyAttributesResponse using the values of the Command.
modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommandAnswerBuilder.EventFactory
Creates a FeatureDefinitionModified event using the values of the Command.
modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
Builds a "modified" ModifyFeatureDefinitionResponse using the values of the Command.
modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommandAnswerBuilder.EventFactory
Creates a FeatureModified event using the values of the Command.
modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommandAnswerBuilder.ResponseFactory
Builds a "modified" ModifyFeatureResponse using the values of the Command.
modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandAnswerBuilder.EventFactory
Creates a FeaturePropertiesModified event using the values of the Command.
modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
Builds a "modified" ModifyFeaturePropertiesResponse using the values of the Command.
modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandAnswerBuilder.EventFactory
Creates a FeaturePropertyModified event using the values of the Command.
modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory
Builds a "modified" ModifyFeaturePropertyResponse using the values of the Command.
modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandAnswerBuilder.EventFactory
Creates a FeaturesModified event using the values of the Command.
modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandAnswerBuilder.ResponseFactory
Builds a "modified" ModifyFeaturesResponse using the values of the Command.
modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommandAnswerBuilder.EventFactory
Creates a ThingModified event using the values of the Command.
modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommandAnswerBuilder.ResponseFactory
Builds a "modified" ModifyThingResponse using the values of the Command.
modifyAttribute(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of ModifyAttributeLiveCommand.
ModifyAttributeLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
ModifyAttribute live command giving access to the command and all of its special accessors.
ModifyAttributeLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for ModifyAttribute commands.
ModifyAttributeLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by ModifyAttribute command.
ModifyAttributeLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to ModifyAttribute command.
modifyAttributes(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of ModifyAttributesLiveCommand.
ModifyAttributesLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
ModifyAttributes live command giving access to the command and all of its special accessors.
ModifyAttributesLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for ModifyAttributes commands.
ModifyAttributesLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by ModifyAttributes command.
ModifyAttributesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to ModifyAttributes command.
modifyFeature(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of ModifyFeatureLiveCommand.
modifyFeatureDefinition(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of ModifyFeatureDefinitionLiveCommand.
ModifyFeatureDefinitionLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
ModifyFeatureDefinition live command giving access to the command and all of its special accessors.
ModifyFeatureDefinitionLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for ModifyFeatureDefinition commands.
ModifyFeatureDefinitionLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by ModifyFeatureDefinition command.
ModifyFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to ModifyFeatureDefinition command.
ModifyFeatureLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
ModifyFeature live command giving access to the command and all of its special accessors.
ModifyFeatureLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for ModifyFeature commands.
ModifyFeatureLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by ModifyFeature command.
ModifyFeatureLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to ModifyFeature command.
modifyFeatureProperties(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of ModifyFeaturePropertiesLiveCommand.
ModifyFeaturePropertiesLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
ModifyFeatureProperties live command giving access to the command and all of its special accessors.
ModifyFeaturePropertiesLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for ModifyFeatureProperties commands.
ModifyFeaturePropertiesLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by ModifyFeatureProperties command.
ModifyFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to ModifyFeatureProperties command.
modifyFeatureProperty(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of ModifyFeaturePropertyLiveCommand.
ModifyFeaturePropertyLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
ModifyFeatureProperty live command giving access to the command and all of its special accessors.
ModifyFeaturePropertyLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for ModifyFeatureProperty commands.
ModifyFeaturePropertyLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by ModifyFeatureProperty command.
ModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to ModifyFeatureProperty command.
modifyFeatures(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of ModifyFeaturesLiveCommand.
ModifyFeaturesLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
ModifyFeatures live command giving access to the command and all of its special accessors.
ModifyFeaturesLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for ModifyFeatures commands.
ModifyFeaturesLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by ModifyFeatures command.
ModifyFeaturesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to ModifyFeatures command.
ModifyLiveCommandFactory - Class in org.eclipse.ditto.signals.commands.live.modify
A factory for getting immutable instances of modify LiveCommands.
modifyThing(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactory
Returns a new immutable instance of ModifyThingLiveCommand.
ModifyThingLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
ModifyThing live command giving access to the command and all of its special accessors.
ModifyThingLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.modify
LiveCommandAnswer builder for producing CommandResponses and Events for ModifyThing commands.
ModifyThingLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for events triggered by ModifyThing command.
ModifyThingLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
Factory for CommandResponses to ModifyThing command.

N

newLiveCommandAnswer(CommandResponse<?>) - Static method in class org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerFactory
Returns a new immutable instance of LiveCommandAnswer with the given CommandResponse.
newLiveCommandAnswer(CommandResponse<?>, Event<?>) - Static method in class org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerFactory
Returns a new immutable instance of LiveCommandAnswer with the given CommandResponse and Event.
newLiveCommandAnswer(Event<?>) - Static method in class org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerFactory
Returns a new immutable instance of LiveCommandAnswer with the given CommandResponse.

O

org.eclipse.ditto.signals.commands.live - package org.eclipse.ditto.signals.commands.live
This package is provides the entry point for working with the LiveCommand library.
org.eclipse.ditto.signals.commands.live.base - package org.eclipse.ditto.signals.commands.live.base
This package provides commonly used interfaces and classes around LiveCommand.
org.eclipse.ditto.signals.commands.live.modify - package org.eclipse.ditto.signals.commands.live.modify
This package contains implementations of LiveCommand and LiveCommandAnswerBuilder for modification operations like create, update and delete.
org.eclipse.ditto.signals.commands.live.query - package org.eclipse.ditto.signals.commands.live.query
This package contains implementations of LiveCommand and LiveCommandAnswerBuilder for query operations.

Q

QueryLiveCommandFactory - Class in org.eclipse.ditto.signals.commands.live.query
A factory for getting immutable instances of query LiveCommands.

R

retrieveAttribute(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.query.QueryLiveCommandFactory
Returns a new immutable instance of RetrieveAttributeLiveCommand.
RetrieveAttributeLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.query
RetrieveAttribute live command giving access to the command and all of its special accessors.
RetrieveAttributeLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.query
LiveCommandAnswer builder for producing CommandResponses for RetrieveAttribute commands.
RetrieveAttributeLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
Factory for CommandResponses to RetrieveAttribute command.
retrieveAttributes(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.query.QueryLiveCommandFactory
Returns a new immutable instance of RetrieveAttributesLiveCommand.
RetrieveAttributesLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.query
RetrieveAttributes live command giving access to the command and all of its special accessors.
RetrieveAttributesLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.query
LiveCommandAnswer builder for producing CommandResponses for RetrieveAttributes commands.
RetrieveAttributesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
Factory for CommandResponses to RetrieveAttributes command.
retrieved(List<Thing>) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveThingsLiveCommandAnswerBuilder.ResponseFactory
Creates a success response containing the retrieved value for the RetrieveThings command.
retrieved(List<Thing>, Predicate<JsonField>) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveThingsLiveCommandAnswerBuilder.ResponseFactory
Creates a success response containing the retrieved value for the RetrieveThings command.
retrieved(JsonValue) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveAttributeLiveCommandAnswerBuilder.ResponseFactory
Creates a RetrieveAttributeResponse containing the retrieved value for the RetrieveAttribute command.
retrieved(JsonValue) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory
Creates a success response containing the retrieved value for the RetrieveFeatureProperty command.
retrieved(Attributes) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveAttributesLiveCommandAnswerBuilder.ResponseFactory
Creates a RetrieveAttributesResponse containing the retrieved value for the RetrieveAttributes command.
retrieved(Feature) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureLiveCommandAnswerBuilder.ResponseFactory
Creates a RetrieveFeatureResponse containing the retrieved value for the RetrieveFeature command.
retrieved(FeatureDefinition) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
Creates a RetrieveFeatureDefinitionResponse containing the retrieved value for the RetrieveFeatureDefinition command.
retrieved(FeatureProperties) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
Creates a RetrieveFeaturePropertiesResponse containing the retrieved value for the RetrieveFeatureProperties command.
retrieved(Features) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturesLiveCommandAnswerBuilder.ResponseFactory
Creates a success response containing the retrieved value for the RetrieveFeatures command.
retrieved(Thing) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveThingLiveCommandAnswerBuilder.ResponseFactory
Creates a success response containing the retrieved value for the RetrieveThing command.
retrieveFeature(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.query.QueryLiveCommandFactory
Returns a new immutable instance of RetrieveFeatureLiveCommand.
retrieveFeatureDefinition(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.query.QueryLiveCommandFactory
Returns a new immutable instance of RetrieveFeatureDefinitionLiveCommand.
RetrieveFeatureDefinitionLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.query
RetrieveFeatureDefinition live command giving access to the command and all of its special accessors.
RetrieveFeatureDefinitionLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.query
LiveCommandAnswer builder for producing CommandResponses for RetrieveFeatureDefinition commands.
RetrieveFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
Factory for CommandResponses to RetrieveFeatureDefinition command.
RetrieveFeatureLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.query
RetrieveFeature live command giving access to the command and all of its special accessors.
RetrieveFeatureLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.query
LiveCommandAnswer builder for producing CommandResponses for RetrieveFeature commands.
RetrieveFeatureLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
Factory for CommandResponses to RetrieveFeature command.
retrieveFeatureProperties(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.query.QueryLiveCommandFactory
Returns a new immutable instance of RetrieveFeaturePropertiesLiveCommand.
RetrieveFeaturePropertiesLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.query
RetrieveFeatureProperties live command giving access to the command and all of its special accessors.
RetrieveFeaturePropertiesLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.query
LiveCommandAnswer builder for producing CommandResponses for RetrieveFeatureProperties commands.
RetrieveFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
Factory for CommandResponses to RetrieveFeatureProperties command.
retrieveFeatureProperty(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.query.QueryLiveCommandFactory
Returns a new immutable instance of RetrieveFeaturePropertyLiveCommand.
RetrieveFeaturePropertyLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.query
RetrieveFeatureProperty live command giving access to the command and all of its special accessors.
RetrieveFeaturePropertyLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.query
LiveCommandAnswer builder for producing CommandResponses for RetrieveFeatureProperty commands.
RetrieveFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
Factory for CommandResponses to RetrieveFeatureProperty command.
retrieveFeatures(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.query.QueryLiveCommandFactory
Returns a new immutable instance of RetrieveFeaturesLiveCommand.
RetrieveFeaturesLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.query
RetrieveFeatures live command giving access to the command and all of its special accessors.
RetrieveFeaturesLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.query
LiveCommandAnswer builder for producing CommandResponses for RetrieveFeatures commands.
RetrieveFeaturesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
Factory for CommandResponses to RetrieveFeatures command.
retrieveThing(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.query.QueryLiveCommandFactory
Returns a new immutable instance of RetrieveThingLiveCommand.
RetrieveThingLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.query
RetrieveThing live command giving access to the command and all of its special accessors.
RetrieveThingLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.query
LiveCommandAnswer builder for producing CommandResponses for RetrieveThing commands.
RetrieveThingLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
Factory for CommandResponses to RetrieveThing command.
retrieveThings(Command<?>) - Static method in class org.eclipse.ditto.signals.commands.live.query.QueryLiveCommandFactory
Returns a new immutable instance of RetrieveThingsLiveCommand.
RetrieveThingsLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.query
RetrieveThings live command giving access to the command and all of its special accessors.
RetrieveThingsLiveCommandAnswerBuilder - Interface in org.eclipse.ditto.signals.commands.live.query
LiveCommandAnswer builder for producing CommandResponses for RetrieveThings commands.
RetrieveThingsLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
Factory for CommandResponses to RetrieveThings command.

T

thingConflictError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.CreateThingLiveCommandAnswerBuilder.ResponseFactory
Creates a ThingErrorResponse indicating a conflict.
thingNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteThingLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the Thing was not accessible.
thingNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the Thing was not accessible.
thingNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveThingLiveCommandAnswerBuilder.ResponseFactory
Creates an error response specifying that the requested Thing does not exist or the requesting user does not have enough permission to retrieve it.
thingNotDeletableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteThingLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the Thing was not deletable.
thingNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommandAnswerBuilder.ResponseFactory
Builds a ThingErrorResponse indicating that the Thing was not modifiable.
toJson(JsonSchemaVersion, Predicate<JsonField>) - Method in class org.eclipse.ditto.signals.commands.live.base.AbstractLiveCommand
 
toString() - Method in class org.eclipse.ditto.signals.commands.live.base.AbstractLiveCommand
 

W

withEvent(Function<E, Event<?>>) - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder.EventStep
Configures the Event confirming the modifications requested in the incoming Command.
withoutEvent() - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder.EventStep
Configures that no Event is sent for the incoming Command.
withoutResponse() - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder.ModifyCommandResponseStep
Configures that no CommandResponse is sent for the incoming Command.
withoutResponse() - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder.QueryCommandResponseStep
Configures that no CommandResponse is sent for the incoming Command.
withResponse(Function<R, CommandResponse<?>>) - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder.ModifyCommandResponseStep
Configures the function for creating a CommandResponse for the incoming Command.
withResponse(Function<R, CommandResponse<?>>) - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder.QueryCommandResponseStep
Configures the function for creating a CommandResponse for the incoming Command.
A B C D E F G H L M N O Q R T W 
All Classes All Packages