Class NQuery

    • Constructor Summary

      Constructors 
      Constructor Description
      NQuery​(java.lang.String queryPath, java.util.Map<java.lang.String,​java.lang.Object> paramValues, VisionClientContext context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Dataset execute​(GatewayInterface ifc)
      Executes the query and returns a dataset of the result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NQuery

        public NQuery​(@Nullable
                      java.lang.String queryPath,
                      @Nullable
                      java.util.Map<java.lang.String,​java.lang.Object> paramValues,
                      @Nonnull
                      VisionClientContext context)