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.

Default

{false}

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

Default

{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.

Default

{<rdf:subject>}
queryString?: string

A SPARQL query string

Methods

  • Deinitialize this actor. This should be used for cleaning up things when the application is shut down, such as closing files and removing temporary files.

    Returns Promise<any>

    A promise that resolves when the actor has been deinitialized.

  • Initialize this actor. This should be used for doing things that take a while, such as opening files.

    Returns Promise<any>

    A promise that resolves when the actor has been initialized.