Class FUN_HTTPDelete
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_HTTPDelete
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
Binding function
fun:HTTPDelete
operates a HTTP Delete operation.
- Param 1: (a URL) the IRI of the resource to delete;
- Param 2: (string): additional HTTP headers for the request.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class fr.mines_stetienne.ci.sparql_generate.webapis.FUN_HTTPBase
checkBuild, execMethods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, execMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.sparql.function.Function
build
-
Field Details
-
URI
- See Also:
- Constant Field Values
-
-
Constructor Details
-
FUN_HTTPDelete
public FUN_HTTPDelete()
-