Class QueryLiveCommandFactory

    • Method Detail

      • retrieveAttribute

        public static RetrieveAttributeLiveCommand retrieveAttribute​(org.eclipse.ditto.signals.commands.base.Command<?> command)
        Returns a new immutable instance of RetrieveAttributeLiveCommand.
        Parameters:
        command - the command to base the result on.
        Returns:
        the instance.
        Throws:
        NullPointerException - if command is null.
        ClassCastException - if command is not an instance of RetrieveAttribute.
      • retrieveAttributes

        public static RetrieveAttributesLiveCommand retrieveAttributes​(org.eclipse.ditto.signals.commands.base.Command<?> command)
        Returns a new immutable instance of RetrieveAttributesLiveCommand.
        Parameters:
        command - the command to base the result on.
        Returns:
        the instance.
        Throws:
        NullPointerException - if command is null.
        ClassCastException - if command is not an instance of RetrieveAttributes.
      • retrieveFeature

        public static RetrieveFeatureLiveCommand retrieveFeature​(org.eclipse.ditto.signals.commands.base.Command<?> command)
        Returns a new immutable instance of RetrieveFeatureLiveCommand.
        Parameters:
        command - the command to base the result on.
        Returns:
        the instance.
        Throws:
        NullPointerException - if command is null.
        ClassCastException - if command is not an instance of RetrieveFeature.
      • retrieveFeatureDefinition

        public static RetrieveFeatureDefinitionLiveCommand retrieveFeatureDefinition​(org.eclipse.ditto.signals.commands.base.Command<?> command)
        Returns a new immutable instance of RetrieveFeatureDefinitionLiveCommand.
        Parameters:
        command - the command to base the result on.
        Returns:
        the instance.
        Throws:
        NullPointerException - if command is null.
        ClassCastException - if command is not an instance of RetrieveFeatureDefinition.
      • retrieveFeatureProperties

        public static RetrieveFeaturePropertiesLiveCommand retrieveFeatureProperties​(org.eclipse.ditto.signals.commands.base.Command<?> command)
        Returns a new immutable instance of RetrieveFeaturePropertiesLiveCommand.
        Parameters:
        command - the command to base the result on.
        Returns:
        the instance.
        Throws:
        NullPointerException - if command is null.
        ClassCastException - if command is not an instance of RetrieveFeatureProperties.
      • retrieveFeatureProperty

        public static RetrieveFeaturePropertyLiveCommand retrieveFeatureProperty​(org.eclipse.ditto.signals.commands.base.Command<?> command)
        Returns a new immutable instance of RetrieveFeaturePropertyLiveCommand.
        Parameters:
        command - the command to base the result on.
        Returns:
        the instance.
        Throws:
        NullPointerException - if command is null.
        ClassCastException - if command is not an instance of RetrieveFeatureProperty.
      • retrieveFeatures

        public static RetrieveFeaturesLiveCommand retrieveFeatures​(org.eclipse.ditto.signals.commands.base.Command<?> command)
        Returns a new immutable instance of RetrieveFeaturesLiveCommand.
        Parameters:
        command - the command to base the result on.
        Returns:
        the instance.
        Throws:
        NullPointerException - if command is null.
        ClassCastException - if command is not an instance of RetrieveFeatures.
      • retrieveThing

        public static RetrieveThingLiveCommand retrieveThing​(org.eclipse.ditto.signals.commands.base.Command<?> command)
        Returns a new immutable instance of RetrieveThingLiveCommand.
        Parameters:
        command - the command to base the result on.
        Returns:
        the instance.
        Throws:
        NullPointerException - if command is null.
        ClassCastException - if command is not an instance of RetrieveThing.
      • retrieveThings

        public static RetrieveThingsLiveCommand retrieveThings​(org.eclipse.ditto.signals.commands.base.Command<?> command)
        Returns a new immutable instance of RetrieveThingsLiveCommand.
        Parameters:
        command - the command to base the result on.
        Returns:
        the instance.
        Throws:
        NullPointerException - if command is null.
        ClassCastException - if command is not an instance of RetrieveThings.