Interface IQueryResultProviderAccess
-
public interface IQueryResultProviderAccess
This interface exposes API to requestIQueryResultProvider
forPQuery
instances.- Since:
- 1.5
- No Implement:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IQueryResultProvider
getResultProvider(PQuery query, QueryEvaluationHint overrideHints)
Get a result provider for the givenPQuery
, which conforms the capabilities requested by the givenQueryEvaluationHint
object.
-
-
-
Method Detail
-
getResultProvider
IQueryResultProvider getResultProvider(PQuery query, QueryEvaluationHint overrideHints)
Get a result provider for the givenPQuery
, which conforms the capabilities requested by the givenQueryEvaluationHint
object.- Throws:
ViatraQueryRuntimeException
-
-