Class UpdateProcessorBase

  • All Implemented Interfaces:
    UpdateProcessor
    Direct Known Subclasses:
    UpdateExecDataset

    public class UpdateProcessorBase
    extends java.lang.Object
    implements UpdateProcessor
    Class to hold the general state of a update request execution. See query ExecutionContext
    • Method Detail

      • getDatasetGraph

        public DatasetGraph getDatasetGraph()
        Description copied from interface: UpdateProcessor
        The dataset against which the query will execute. May be null, implying the there isn't a local GraphStore target for this UpdateProcessor.
        Specified by:
        getDatasetGraph in interface UpdateProcessor
      • getContext

        public Context getContext()
        Description copied from interface: UpdateProcessor
        The properties associated with a query execution - implementation specific parameters This includes Java objects (so it is not an RDF graph). Keys should be URIs as strings. May be null (this implementation does not provide any configuration).
        Specified by:
        getContext in interface UpdateProcessor