Comunica
    Preparing search index...

    A comunica From Query Operation Actor.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    beforeActors: Actor<
        IActionQueryOperation,
        IActorTest,
        IQueryOperationResult,
        undefined,
    >[] = []

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

    bus: Bus<
        Actor<
            IActionQueryOperation,
            IActorTest,
            IQueryOperationResult,
            undefined,
        >,
        IActionQueryOperation,
        IActorTest,
        IQueryOperationResult,
        undefined,
    >

    The bus this actor subscribes to.

    mediatorQueryOperation: MediatorQueryOperation
    name: string

    The name for this actor.

    {<rdf:subject>}
    
    operationName: string

    Methods

    • Copy the metadata of the given original operation onto the given new operation. This is required because operations are recreated with a different graph in this actor, and the metadata may contain information that must be retained, such as the source annotation.

      Type Parameters

      Parameters

      • operationNew: O

        The new operation to copy the metadata to. This operation is mutated.

      • operationOriginal: BaseOperation

        The original operation to copy the metadata from.

      Returns O

      The new operation.