Options
All
  • Public
  • Public/Protected
  • All
Menu

Supports application/sparql-update PATCH requests on RDF resources.

Only DELETE/INSERT updates without variables are supported.

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly defaultType

defaultType: string

Private Readonly engine

engine: ActorInitSparql

Protected Readonly intermediateType

intermediateType: string

Protected Readonly logger

logger: Logger = ...

Methods

canHandle

handle

handleSafe

Private isComposite

  • isComposite(op: Operation): op is CompositeUpdate

Private isDeleteInsert

  • isDeleteInsert(op: Operation): op is DeleteInsert

Private isSparqlUpdate

Protected patch

Protected toIntermediate

Private validateComposite

  • validateComposite(op: CompositeUpdate): void

Private validateDeleteInsert

  • validateDeleteInsert(op: DeleteInsert): void

Private validateUpdate

  • validateUpdate(op: Operation): void