Options
All
  • Public
  • Public/Protected
  • All
Menu

Generates permissions for a SPARQL DELETE/INSERT body. Updates with only an INSERT can be done with just append permissions, while DELETEs require write permissions as well.

Hierarchy

Index

Constructors

Methods

  • canHandle(__namedParameters: Operation): Promise<void>
  • isDeleteInsert(op: Update): op is DeleteInsert
  • isNop(op: Update): op is Nop
  • isSupported(op: Update): boolean
  • needsAppend(update: Update): boolean
  • needsWrite(update: Update): boolean