java.lang.Object
org.apache.jena.sparql.function.FunctionBase
fr.mines_stetienne.ci.sparql_generate.webapis.FUN_HTTPBase
fr.mines_stetienne.ci.sparql_generate.webapis.FUN_HTTPPut
All Implemented Interfaces:
org.apache.jena.sparql.function.Function

public final class FUN_HTTPPut extends FUN_HTTPBase
Binding function fun:HTTPPut operates a HTTP Put operation.
  • Param 1: (a URL) the IRI of the target resource;
  • Param 2: (string): additional HTTP headers for the request.
  • Param 3: (string): body of the request.
Returns the full HTTP response as a literal
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class fr.mines_stetienne.ci.sparql_generate.webapis.FUN_HTTPBase

    checkBuild, exec

    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
  • Field Details

  • Constructor Details

    • FUN_HTTPPut

      public FUN_HTTPPut()