Package com.sodius.oslc.app.jazz.model
Class Query
- java.lang.Object
-
- com.sodius.oslc.app.jazz.model.Query
-
public abstract class Query extends Object
A SPARL query to execute on a Jazz application.- Since:
- 1.1.0
- See Also:
ExecuteQuery
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Query.QueryBuilder
Builds an instance of Query.
-
Constructor Summary
Constructors Modifier Constructor Description protected
Query()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Query.QueryBuilder
forContent(URI queryLocation, String queryContent)
Instantiates a builder to create a SPARQL query.
-
-
-
Method Detail
-
forContent
public static Query.QueryBuilder forContent(URI queryLocation, String queryContent)
Instantiates a builder to create a SPARQL query.- Parameters:
queryLocation
- the URI of the query end point, as given by thehttp://jazz.net/xmlns/prod/jazz/jfs/1.0/index/
property of the Jazz root services.queryContent
- the SPARQL content of the query to execute.- Returns:
- a builder to create a SPARQL query
-
-