Uploaded image for project: 'Apache Jena'
  1. Apache Jena
  2. JENA-945

Add Seven methods to Query class

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Jena 3.0.0
    • Jena 3.0.0
    • Core
    • None

    Description

      The QueryBuilder uses reflection to perform some of its data manipulation. This reflection will fail in an environment with Java Security Manager enabled.

      This change is to add methods so that QueryBuilder no longer needs to use reflection to get and set Query internal variables.

      The variables are:

      namedGraphURIs – get and set required. parameter/return: List<String>
      graphURIs – get and set required. parameter/return: List<String>
      projectVars – get and set required. parameter/return: VarExprList
      groupVars – set required. parameter: VarExprList

      Attachments

        Activity

          People

            claude Claude Warren
            claude Claude Warren
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: