A B C D E F G H L M N O Q R T W
All Classes All Packages
All Classes All Packages
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
AbstractLiveCommandobject. - 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 anEvent. - attributeNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteAttributeLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the attribute was not accessible. - attributeNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the attribute was not accessible. - attributeNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveAttributeLiveCommandAnswerBuilder.ResponseFactory
-
Creates a
ThingErrorResponsespecifying 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
ThingErrorResponseindicating that the attribute was not modifiable. - attributeNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the attribute was not modifiable. - attributesNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteAttributesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the attributes were not accessible. - attributesNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the attributes were not accessible. - attributesNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveAttributesLiveCommandAnswerBuilder.ResponseFactory
-
Creates a
ThingErrorResponsespecifying 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
ThingErrorResponseindicating that the attributes were not modifiable. - attributesNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the attributes were not modifiable.
B
- build() - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder.BuildStep
-
Builds the
LiveCommandAnswerto aLiveCommand.
C
- created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.CreateThingLiveCommandAnswerBuilder.EventFactory
-
Creates a
ThingCreatedevent using the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.CreateThingLiveCommandAnswerBuilder.ResponseFactory
-
Creates a
CreateThingResponseusing the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommandAnswerBuilder.EventFactory
-
Creates a
AttributeCreatedevent using the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommandAnswerBuilder.ResponseFactory
-
Builds a "created"
ModifyAttributeResponseusing the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandAnswerBuilder.EventFactory
-
Creates a
AttributesCreatedevent using the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a "created"
ModifyAttributesResponseusing the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommandAnswerBuilder.EventFactory
-
Creates a
FeatureDefinitionCreatedevent using the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
-
Builds a "created"
ModifyFeatureDefinitionResponseusing the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommandAnswerBuilder.EventFactory
-
Creates a
FeatureCreatedevent using the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommandAnswerBuilder.ResponseFactory
-
Builds a "created"
ModifyFeatureResponseusing the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandAnswerBuilder.EventFactory
-
Creates a
FeaturePropertiesCreatedevent using the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a "created"
ModifyFeaturePropertiesResponseusing the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandAnswerBuilder.EventFactory
-
Creates a
FeaturePropertyCreatedevent using the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory
-
Builds a "created"
ModifyFeaturePropertyResponseusing the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandAnswerBuilder.EventFactory
-
Creates a
FeaturesCreatedevent using the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a "created"
ModifyFeaturesResponseusing the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommandAnswerBuilder.EventFactory
-
Creates a
ThingCreatedevent using the values of theCommand. - created() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommandAnswerBuilder.ResponseFactory
-
Builds a "created"
ModifyThingResponseusing the values of theCommand. - 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
-
CreateThinglive 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 andEvents forCreateThingcommands. - CreateThingLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
CreateThingcommands. - CreateThingLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toCreateThingcommand.
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
-
DeleteAttributelive 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 andEvents forDeleteAttributecommands. - DeleteAttributeLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
DeleteAttributecommand. - DeleteAttributeLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toDeleteAttributecommand. - 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
-
DeleteAttributeslive 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 andEvents forDeleteAttributescommands. - DeleteAttributesLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
DeleteAttributescommand. - DeleteAttributesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toDeleteAttributescommand. - deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteAttributeLiveCommandAnswerBuilder.EventFactory
-
Creates a
AttributeDeletedevent using the values of theCommand. - deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteAttributeLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
DeleteAttributeResponseusing the values of theCommand. - deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteAttributesLiveCommandAnswerBuilder.EventFactory
-
Creates an
AttributesDeletedevent using the values of theCommand. - deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteAttributesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
DeleteAttributesResponseusing the values of theCommand. - deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDefinitionLiveCommandAnswerBuilder.EventFactory
-
Creates a
FeatureDefinitionDeletedevent using the values of theCommand. - deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
DeleteFeatureDefinitionResponseusing the values of theCommand. - deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureLiveCommandAnswerBuilder.EventFactory
-
Creates a
FeatureDeletedevent using the values of theCommand. - deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
DeleteFeatureResponseusing the values of theCommand. - deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertiesLiveCommandAnswerBuilder.EventFactory
-
Creates a
FeaturePropertiesDeletedevent using the values of theCommand. - deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
DeleteFeaturePropertiesResponseusing the values of theCommand. - deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertyLiveCommandAnswerBuilder.EventFactory
-
Creates a
FeaturePropertyDeletedevent using the values of theCommand. - deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
DeleteFeaturePropertyResponseusing the values of theCommand. - deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturesLiveCommandAnswerBuilder.EventFactory
-
Creates a
FeaturesDeletedevent using the values of theCommand. - deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
DeleteFeaturesResponseusing the values of theCommand. - deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteThingLiveCommandAnswerBuilder.EventFactory
-
Creates a
ThingDeletedevent using the values of theCommand. - deleted() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteThingLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
DeleteThingResponseusing the values of theCommand. - 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
-
DeleteFeatureDefinitionlive 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 andEvents forDeleteFeatureDefinitioncommands. - DeleteFeatureDefinitionLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
DeleteFeatureDefinitioncommand. - DeleteFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toDeleteFeatureDefinitioncommand. - DeleteFeatureLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
-
DeleteFeaturelive 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 andEvents forDeleteFeaturecommands. - DeleteFeatureLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
DeleteFeaturecommand. - DeleteFeatureLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toDeleteFeaturecommand. - 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
-
DeleteFeaturePropertieslive 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 andEvents forDeleteFeaturePropertiescommands. - DeleteFeaturePropertiesLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
DeleteFeaturePropertiescommand. - DeleteFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toDeleteFeaturePropertiescommand. - 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
-
DeleteFeaturePropertylive 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 andEvents forDeleteFeaturePropertycommands. - DeleteFeaturePropertyLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
DeleteFeaturePropertycommand. - DeleteFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toDeleteFeaturePropertycommand. - 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
-
DeleteFeaturelive 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 andEvents forDeleteFeaturescommands. - DeleteFeaturesLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
DeleteFeaturescommand. - DeleteFeaturesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toDeleteFeaturescommand. - 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
-
DeleteThinglive 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 andEvents forDeleteThingcommands. - DeleteThingLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
DeleteThingcommand. - DeleteThingLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toDeleteThingcommand.
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
-
Deprecated.Thing ID is now typed. Use
LiveCommandResponseFactory.errorResponse(org.eclipse.ditto.model.things.ThingId, org.eclipse.ditto.model.base.exceptions.DittoRuntimeException)instead. - errorResponse(DittoRuntimeException) - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandResponseFactory
-
Creates a generic
ErrorResponsewhich includes the passedDittoRuntimeException. - errorResponse(ThingId, DittoRuntimeException) - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandResponseFactory
-
Creates a generic
ErrorResponsewhich includes the passedDittoRuntimeException.
F
- featureDefinitionNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the Feature Definition was not accessible. - featureDefinitionNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the Feature Definition was not accessible. - featureDefinitionNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
-
Creates a
ThingErrorResponsespecifying 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
ThingErrorResponseindicating that the Feature Definition was not modifiable. - featureDefinitionNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the Feature Definition was not modifiable. - featureNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the feature was not accessible. - featureNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the feature was not accessible. - featureNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureLiveCommandAnswerBuilder.ResponseFactory
-
Creates a
ThingErrorResponsespecifying 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
ThingErrorResponseindicating that the feature was not modifiable. - featureNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the feature was not modifiable. - featurePropertiesNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the feature properties were not accessible. - featurePropertiesNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the feature properties were not accessible. - featurePropertiesNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
-
Creates a
ThingErrorResponsespecifying 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
ThingErrorResponseindicating that the feature properties were not modifiable. - featurePropertiesNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the feature properties were not modifiable. - featurePropertyNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the feature property was not accessible. - featurePropertyNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating 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
ThingErrorResponseindicating that the feature property was not modifiable. - featurePropertyNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the feature property was not modifiable. - featuresNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the features were not accessible. - featuresNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating 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
ThingErrorResponseindicating that the features were not modifiable. - featuresNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating 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
Attributesto 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
FeatureDefinitionto 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
Eventof this answer. - getFeature() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommand
-
Returns the new
Featureto modify. - getFeatures() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommand
-
Returns the new
Featuresto 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
LiveCommandwhich 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
FeaturePropertiesto 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
CommandResponseof this answer. - getThing() - Method in interface org.eclipse.ditto.signals.commands.live.modify.CreateThingLiveCommand
-
Returns the
Thingto create. - getThing() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommand
-
Returns the
Thingto 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
LiveCommandbased on existing Twin Commands. - LiveCommandResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.base
-
Base for factories of
CommandResponses which createCommandResponses for incomingCommands. - LiveEventFactory - Interface in org.eclipse.ditto.signals.commands.live.base
-
Base for factories of
Events which createEvents for incomingCommands.
M
- modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommandAnswerBuilder.EventFactory
-
Creates a
AttributeModifiedevent using the values of theCommand. - modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommandAnswerBuilder.ResponseFactory
-
Builds a "modified"
ModifyAttributeResponseusing the values of theCommand. - modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandAnswerBuilder.EventFactory
-
Creates a
AttributesModifiedevent using the values of theCommand. - modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a "modified"
ModifyAttributesResponseusing the values of theCommand. - modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommandAnswerBuilder.EventFactory
-
Creates a
FeatureDefinitionModifiedevent using the values of theCommand. - modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
-
Builds a "modified"
ModifyFeatureDefinitionResponseusing the values of theCommand. - modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommandAnswerBuilder.EventFactory
-
Creates a
FeatureModifiedevent using the values of theCommand. - modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommandAnswerBuilder.ResponseFactory
-
Builds a "modified"
ModifyFeatureResponseusing the values of theCommand. - modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandAnswerBuilder.EventFactory
-
Creates a
FeaturePropertiesModifiedevent using the values of theCommand. - modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a "modified"
ModifyFeaturePropertiesResponseusing the values of theCommand. - modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandAnswerBuilder.EventFactory
-
Creates a
FeaturePropertyModifiedevent using the values of theCommand. - modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory
-
Builds a "modified"
ModifyFeaturePropertyResponseusing the values of theCommand. - modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandAnswerBuilder.EventFactory
-
Creates a
FeaturesModifiedevent using the values of theCommand. - modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandAnswerBuilder.ResponseFactory
-
Builds a "modified"
ModifyFeaturesResponseusing the values of theCommand. - modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommandAnswerBuilder.EventFactory
-
Creates a
ThingModifiedevent using the values of theCommand. - modified() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommandAnswerBuilder.ResponseFactory
-
Builds a "modified"
ModifyThingResponseusing the values of theCommand. - 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
-
ModifyAttributelive 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 andEvents forModifyAttributecommands. - ModifyAttributeLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
ModifyAttributecommand. - ModifyAttributeLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toModifyAttributecommand. - 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
-
ModifyAttributeslive 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 andEvents forModifyAttributescommands. - ModifyAttributesLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
ModifyAttributescommand. - ModifyAttributesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toModifyAttributescommand. - 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
-
ModifyFeatureDefinitionlive 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 andEvents forModifyFeatureDefinitioncommands. - ModifyFeatureDefinitionLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
ModifyFeatureDefinitioncommand. - ModifyFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toModifyFeatureDefinitioncommand. - ModifyFeatureLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.modify
-
ModifyFeaturelive 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 andEvents forModifyFeaturecommands. - ModifyFeatureLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
ModifyFeaturecommand. - ModifyFeatureLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toModifyFeaturecommand. - 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
-
ModifyFeaturePropertieslive 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 andEvents forModifyFeaturePropertiescommands. - ModifyFeaturePropertiesLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
ModifyFeaturePropertiescommand. - ModifyFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toModifyFeaturePropertiescommand. - 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
-
ModifyFeaturePropertylive 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 andEvents forModifyFeaturePropertycommands. - ModifyFeaturePropertyLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
ModifyFeaturePropertycommand. - ModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toModifyFeaturePropertycommand. - 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
-
ModifyFeatureslive 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 andEvents forModifyFeaturescommands. - ModifyFeaturesLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
ModifyFeaturescommand. - ModifyFeaturesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toModifyFeaturescommand. - 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
-
ModifyThinglive 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 andEvents forModifyThingcommands. - ModifyThingLiveCommandAnswerBuilder.EventFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for events triggered by
ModifyThingcommand. - ModifyThingLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.modify
-
Factory for
CommandResponses toModifyThingcommand.
N
- newLiveCommandAnswer(CommandResponse<?>) - Static method in class org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerFactory
-
Returns a new immutable instance of
LiveCommandAnswerwith the given CommandResponse. - newLiveCommandAnswer(CommandResponse<?>, Event<?>) - Static method in class org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerFactory
-
Returns a new immutable instance of
LiveCommandAnswerwith 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
LiveCommandAnswerwith 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
LiveCommandlibrary. - 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
LiveCommandandLiveCommandAnswerBuilderfor 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
LiveCommandandLiveCommandAnswerBuilderfor 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
-
RetrieveAttributelive 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 forRetrieveAttributecommands. - RetrieveAttributeLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
-
Factory for
CommandResponses toRetrieveAttributecommand. - 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
-
RetrieveAttributeslive 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 forRetrieveAttributescommands. - RetrieveAttributesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
-
Factory for
CommandResponses toRetrieveAttributescommand. - 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
RetrieveThingscommand. - 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
RetrieveThingscommand. - retrieved(JsonValue) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveAttributeLiveCommandAnswerBuilder.ResponseFactory
-
Creates a
RetrieveAttributeResponsecontaining the retrieved value for theRetrieveAttributecommand. - retrieved(JsonValue) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory
-
Creates a success response containing the retrieved value for the
RetrieveFeaturePropertycommand. - retrieved(Attributes) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveAttributesLiveCommandAnswerBuilder.ResponseFactory
-
Creates a
RetrieveAttributesResponsecontaining the retrieved value for theRetrieveAttributescommand. - retrieved(Feature) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureLiveCommandAnswerBuilder.ResponseFactory
-
Creates a
RetrieveFeatureResponsecontaining the retrieved value for theRetrieveFeaturecommand. - retrieved(FeatureDefinition) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory
-
Creates a
RetrieveFeatureDefinitionResponsecontaining the retrieved value for theRetrieveFeatureDefinitioncommand. - retrieved(FeatureProperties) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory
-
Creates a
RetrieveFeaturePropertiesResponsecontaining the retrieved value for theRetrieveFeaturePropertiescommand. - retrieved(Features) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturesLiveCommandAnswerBuilder.ResponseFactory
-
Creates a success response containing the retrieved value for the
RetrieveFeaturescommand. - retrieved(Thing) - Method in interface org.eclipse.ditto.signals.commands.live.query.RetrieveThingLiveCommandAnswerBuilder.ResponseFactory
-
Creates a success response containing the retrieved value for the
RetrieveThingcommand. - 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
-
RetrieveFeatureDefinitionlive 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 forRetrieveFeatureDefinitioncommands. - RetrieveFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
-
Factory for
CommandResponses toRetrieveFeatureDefinitioncommand. - RetrieveFeatureLiveCommand - Interface in org.eclipse.ditto.signals.commands.live.query
-
RetrieveFeaturelive 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 forRetrieveFeaturecommands. - RetrieveFeatureLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
-
Factory for
CommandResponses toRetrieveFeaturecommand. - 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
-
RetrieveFeaturePropertieslive 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 forRetrieveFeaturePropertiescommands. - RetrieveFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
-
Factory for
CommandResponses toRetrieveFeaturePropertiescommand. - 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
-
RetrieveFeaturePropertylive 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 forRetrieveFeaturePropertycommands. - RetrieveFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
-
Factory for
CommandResponses toRetrieveFeaturePropertycommand. - 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
-
RetrieveFeatureslive 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 forRetrieveFeaturescommands. - RetrieveFeaturesLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
-
Factory for
CommandResponses toRetrieveFeaturescommand. - 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
-
RetrieveThinglive 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 forRetrieveThingcommands. - RetrieveThingLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
-
Factory for
CommandResponses toRetrieveThingcommand. - 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
-
RetrieveThingslive 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 forRetrieveThingscommands. - RetrieveThingsLiveCommandAnswerBuilder.ResponseFactory - Interface in org.eclipse.ditto.signals.commands.live.query
-
Factory for
CommandResponses toRetrieveThingscommand.
T
- thingConflictError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.CreateThingLiveCommandAnswerBuilder.ResponseFactory
-
Creates a
ThingErrorResponseindicating a conflict. - thingNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.DeleteThingLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating that the Thing was not accessible. - thingNotAccessibleError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating 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
ThingErrorResponseindicating that the Thing was not deletable. - thingNotModifiableError() - Method in interface org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommandAnswerBuilder.ResponseFactory
-
Builds a
ThingErrorResponseindicating 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
Eventconfirming the modifications requested in the incomingCommand. - withoutEvent() - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder.EventStep
-
Configures that no
Eventis sent for the incomingCommand. - withoutResponse() - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder.ModifyCommandResponseStep
-
Configures that no
CommandResponseis sent for the incomingCommand. - withoutResponse() - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder.QueryCommandResponseStep
-
Configures that no
CommandResponseis sent for the incomingCommand. - withResponse(Function<R, CommandResponse<?>>) - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder.ModifyCommandResponseStep
-
Configures the function for creating a
CommandResponsefor the incomingCommand. - withResponse(Function<R, CommandResponse<?>>) - Method in interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder.QueryCommandResponseStep
-
Configures the function for creating a
CommandResponsefor the incomingCommand.
All Classes All Packages