A browser-safe comunica Query Init Actor.

Hierarchy (view full)

Implements

Constructors

Properties

allowNoSources?: boolean

If it should be allowed that the user passes no sources.

{false}
beforeActors: Actor<IActionInit, IActorTest, IActorOutputInit, undefined>[] = []

Actor that must be registered in the bus before this actor.

The bus this actor subscribes to.

context?: string

A JSON string of a query operation context

defaultQueryInputFormat?: string

The default query input format

{sparql}
mediatorHttpInvalidate: MediatorHttpInvalidate

The HTTP cache invalidation mediator

mediatorQueryProcess: MediatorQueryProcess

The query process mediator

mediatorQueryResultSerialize: MediatorQueryResultSerializeHandle

The query serialize mediator

mediatorQueryResultSerializeMediaTypeCombiner: MediatorQueryResultSerializeMediaTypes

The query serialize media type combinator

mediatorQueryResultSerializeMediaTypeFormatCombiner: MediatorQueryResultSerializeMediaTypeFormats

The query serialize media type format combinator

name: string

The name for this actor.

{<rdf:subject>}
queryString?: string

A SPARQL query string

Methods