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

Properties

resourceSet: ResourceSet

Methods

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