Incremunica
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    context?: IActionContext
    referenceValue: QuerySourceReference

    The URL of RDF source of this source.

    selectorShape: FragmentSelectorShape
    statusEvents: EventEmitter = ...

    Accessors

    Methods

    • Returns a (possibly lazy) stream that returns all bindings matching the operation.

      Passed operations MUST conform to the query shape exposed by the selector type returned from getSelectorShape. The given operation represents a Linked Data Fragments selector.

      The returned stream MUST expose the property 'metadata' of type MetadataBindings. The implementor is reponsible for handling cases where 'metadata' is being called without the stream being in flow-mode. This metadata object can become invalidated (see metadata.state), in which case the 'metadata' property must and will be updated.

      Parameters

      • operation: Operation
      • context: IActionContext

      Returns BindingsStream

      The resulting bindings stream.