Interface ContextModelAccess

  • All Known Implementing Classes:
    ContextModelAccessImpl

    public interface ContextModelAccess
    Data structures on the context have fewer options than those on a request. There is no Preferred Language or Policy restrictions if there is no "current user".
    • Method Detail

      • getRDFService

        RDFService getRDFService()
        Get the RDFService for the CONTENT.
      • getDataset

        org.apache.jena.query.Dataset getDataset()
        Get the Dataset for the CONTENT models.
      • getDataset

        org.apache.jena.query.Dataset getDataset​(ModelAccess.WhichService which)
        Get the Dataset for either CONTENT or CONFIGURATION models.
      • getModelMaker

        org.apache.jena.rdf.model.ModelMaker getModelMaker()
        Get the ModelMaker for the CONTENT models.
      • getModelMaker

        org.apache.jena.rdf.model.ModelMaker getModelMaker​(ModelAccess.WhichService which)
        Get the ModelMaker for either CONTENT or CONFIGURATION models.
      • getOntModel

        org.apache.jena.ontology.OntModel getOntModel()
        Get the FULL_UNION OntModel.
      • getOntModel

        org.apache.jena.ontology.OntModel getOntModel​(String name)
        Get an OntModel by name.
      • getOntModelSelector

        OntModelSelector getOntModelSelector()
        Get the ASSERTIONS_AND_INFERENCES OntModelSelector.
      • getWebappDaoFactory

        WebappDaoFactory getWebappDaoFactory()
        Get the ASSERTIONS_AND_INFERENCES WebappDaoFactory.