Class OperationBuilder<T extends org.eclipse.rdf4j.query.Operation,​SUB extends OperationBuilder<T,​SUB>>

    • Constructor Detail

      • OperationBuilder

        public OperationBuilder​(T operation,
                                RDF4JTemplate template)
    • Method Detail

      • getOperation

        protected T getOperation()
      • getBindings

        protected Map<String,​org.eclipse.rdf4j.model.Value> getBindings()
      • withBinding

        public SUB withBinding​(Variable key,
                               org.eclipse.rdf4j.model.IRI value)
      • withBinding

        public SUB withBinding​(String key,
                               org.eclipse.rdf4j.model.IRI value)
      • withBinding

        public SUB withBinding​(String key,
                               org.eclipse.rdf4j.model.Value value)
      • withBindings

        public SUB withBindings​(Map<String,​org.eclipse.rdf4j.model.Value> bindings)
      • withNullableBindings

        public SUB withNullableBindings​(Map<String,​org.eclipse.rdf4j.model.Value> bindings)