QueryOperation

public abstract class QueryOperation extends ActorRequestOperation

A tenant-aware operation performed in response to a query.

Constructors

Link copied to clipboard
protected void QueryOperation(Query query)
Creates new instance of the operation.

Functions

Link copied to clipboard
protected Query query()
Obtains the query in response to which the operation is performed.
Link copied to clipboard
protected QueryId queryId()
Obtains the ID of the query.

Inherited functions

Link copied to clipboard
public void execute()
Executes the operation.
Link copied to clipboard
public static boolean isTenantSet()
Verifies whether a current tenant is set in the execution context.
Link copied to clipboard
public abstract void run()