Uses of Interface
org.eclipse.ditto.signals.commands.live.base.LiveCommand
-
Packages that use LiveCommand Package Description org.eclipse.ditto.signals.commands.live This package is provides the entry point for working with theLiveCommandlibrary.org.eclipse.ditto.signals.commands.live.base This package provides commonly used interfaces and classes aroundLiveCommand.org.eclipse.ditto.signals.commands.live.modify This package contains implementations ofLiveCommandandLiveCommandAnswerBuilderfor modification operations like create, update and delete.org.eclipse.ditto.signals.commands.live.query This package contains implementations ofLiveCommandandLiveCommandAnswerBuilderfor query operations. -
-
Uses of LiveCommand in org.eclipse.ditto.signals.commands.live
Methods in org.eclipse.ditto.signals.commands.live that return LiveCommand Modifier and Type Method Description LiveCommandLiveCommandFactory. getLiveCommand(org.eclipse.ditto.signals.commands.base.Command<?> command)Returns an immutableLiveCommandwhich is associated with the specified Command. -
Uses of LiveCommand in org.eclipse.ditto.signals.commands.live.base
Classes in org.eclipse.ditto.signals.commands.live.base with type parameters of type LiveCommand Modifier and Type Class Description classAbstractLiveCommand<T extends LiveCommand<T,B>,B extends LiveCommandAnswerBuilder>An abstract base implementation for allLiveCommands.Classes in org.eclipse.ditto.signals.commands.live.base that implement LiveCommand Modifier and Type Class Description classAbstractLiveCommand<T extends LiveCommand<T,B>,B extends LiveCommandAnswerBuilder>An abstract base implementation for allLiveCommands. -
Uses of LiveCommand in org.eclipse.ditto.signals.commands.live.modify
Subinterfaces of LiveCommand in org.eclipse.ditto.signals.commands.live.modify Modifier and Type Interface Description interfaceCreateThingLiveCommandCreateThinglive command giving access to the command and all of its special accessors.interfaceDeleteAttributeLiveCommandDeleteAttributelive command giving access to the command and all of its special accessors.interfaceDeleteAttributesLiveCommandDeleteAttributeslive command giving access to the command and all of its special accessors.interfaceDeleteFeatureDefinitionLiveCommandDeleteFeatureDefinitionlive command giving access to the command and all of its special accessors.interfaceDeleteFeatureLiveCommandDeleteFeaturelive command giving access to the command and all of its special accessors.interfaceDeleteFeaturePropertiesLiveCommandDeleteFeaturePropertieslive command giving access to the command and all of its special accessors.interfaceDeleteFeaturePropertyLiveCommandDeleteFeaturePropertylive command giving access to the command and all of its special accessors.interfaceDeleteFeaturesLiveCommandDeleteFeaturelive command giving access to the command and all of its special accessors.interfaceDeleteThingLiveCommandDeleteThinglive command giving access to the command and all of its special accessors.interfaceModifyAttributeLiveCommandModifyAttributelive command giving access to the command and all of its special accessors.interfaceModifyAttributesLiveCommandModifyAttributeslive command giving access to the command and all of its special accessors.interfaceModifyFeatureDefinitionLiveCommandModifyFeatureDefinitionlive command giving access to the command and all of its special accessors.interfaceModifyFeatureLiveCommandModifyFeaturelive command giving access to the command and all of its special accessors.interfaceModifyFeaturePropertiesLiveCommandModifyFeaturePropertieslive command giving access to the command and all of its special accessors.interfaceModifyFeaturePropertyLiveCommandModifyFeaturePropertylive command giving access to the command and all of its special accessors.interfaceModifyFeaturesLiveCommandModifyFeatureslive command giving access to the command and all of its special accessors.interfaceModifyThingLiveCommandModifyThinglive command giving access to the command and all of its special accessors. -
Uses of LiveCommand in org.eclipse.ditto.signals.commands.live.query
Subinterfaces of LiveCommand in org.eclipse.ditto.signals.commands.live.query Modifier and Type Interface Description interfaceRetrieveAttributeLiveCommandRetrieveAttributelive command giving access to the command and all of its special accessors.interfaceRetrieveAttributesLiveCommandRetrieveAttributeslive command giving access to the command and all of its special accessors.interfaceRetrieveFeatureDefinitionLiveCommandRetrieveFeatureDefinitionlive command giving access to the command and all of its special accessors.interfaceRetrieveFeatureLiveCommandRetrieveFeaturelive command giving access to the command and all of its special accessors.interfaceRetrieveFeaturePropertiesLiveCommandRetrieveFeaturePropertieslive command giving access to the command and all of its special accessors.interfaceRetrieveFeaturePropertyLiveCommandRetrieveFeaturePropertylive command giving access to the command and all of its special accessors.interfaceRetrieveFeaturesLiveCommandRetrieveFeatureslive command giving access to the command and all of its special accessors.interfaceRetrieveThingLiveCommandRetrieveThinglive command giving access to the command and all of its special accessors.interfaceRetrieveThingsLiveCommandRetrieveThingslive command giving access to the command and all of its special accessors.
-