Class TargetedGraphManagementQuery<T extends TargetedGraphManagementQuery<T>>

    • Constructor Detail

      • TargetedGraphManagementQuery

        public TargetedGraphManagementQuery()
    • Method Detail

      • graph

        public T graph​(Iri graph)
        Specify which graph to target
        Parameters:
        graph - the IRI identifying the graph to target
        Returns:
        this query instance
      • graph

        public T graph​(IRI graph)
        Specify which graph to target
        Parameters:
        graph - the IRI identifying the graph to target
        Returns:
        this query instance
      • def

        public T def()
        Target the default graph
        Returns:
        this query instance
      • named

        public T named()
        Target all named graphs
        Returns:
        this query instance
      • all

        public T all()
        Target all graphs
        Returns:
        this query instance
      • target

        private T target​(java.lang.String target)
      • getQueryActionString

        protected abstract java.lang.String getQueryActionString()
      • getQueryString

        public java.lang.String getQueryString()
        Returns:
        the String representing the SPARQL syntax of this element