Options
All
  • Public
  • Public/Protected
  • All
Menu

PatchHandler that supports specific types of SPARQL updates. Currently all DELETE/INSERT types are supported that have empty where bodies and no variables.

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly locker

Protected Readonly logger

logger: Logger = ...

Private Readonly source

Methods

Private applyPatch

  • applyPatch(identifier: ResourceIdentifier, deletes: Pattern[], inserts: Pattern[]): Promise<void>

canHandle

handle

handleSafe

Private isDeleteInsert

  • isDeleteInsert(op: Operation): op is DeleteInsert