Class FUN_HTTPBase

java.lang.Object
org.apache.jena.sparql.function.FunctionBase
fr.mines_stetienne.ci.sparql_generate.webapis.FUN_HTTPBase
All Implemented Interfaces:
org.apache.jena.sparql.function.Function
Direct Known Subclasses:
FUN_HTTPDelete, FUN_HTTPGet, FUN_HTTPHead, FUN_HTTPPost, FUN_HTTPPut

public abstract class FUN_HTTPBase extends org.apache.jena.sparql.function.FunctionBase
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    checkBuild​(String uri, org.apache.jena.sparql.expr.ExprList args)
     
    org.apache.jena.sparql.expr.NodeValue
    exec​(List<org.apache.jena.sparql.expr.NodeValue> args)
     

    Methods inherited from class org.apache.jena.sparql.function.FunctionBase

    build, evalArgs, exec

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.jena.sparql.function.Function

    build
  • Constructor Details

    • FUN_HTTPBase

      public FUN_HTTPBase()
  • Method Details

    • checkBuild

      public void checkBuild(String uri, org.apache.jena.sparql.expr.ExprList args)
      Specified by:
      checkBuild in class org.apache.jena.sparql.function.FunctionBase
    • exec

      public final org.apache.jena.sparql.expr.NodeValue exec(List<org.apache.jena.sparql.expr.NodeValue> args)
      Specified by:
      exec in class org.apache.jena.sparql.function.FunctionBase