Class Query


  • public abstract class Query
    extends Object
    A SPARL query to execute on a Jazz application.
    Since:
    1.1.0
    See Also:
    ExecuteQuery
    • Constructor Detail

      • Query

        protected 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 the http://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