Uses of Interface
org.jbpm.services.api.query.QueryParamBuilder
-
Packages that use QueryParamBuilder Package Description org.jbpm.services.api.query -
-
Uses of QueryParamBuilder in org.jbpm.services.api.query
Methods in org.jbpm.services.api.query that return QueryParamBuilder Modifier and Type Method Description QueryParamBuilder<?>QueryParamBuilderFactory. newInstance(Map<String,Object> parameters)Returns new QueryParamBuilder instance constructed with given parametersMethods in org.jbpm.services.api.query with parameters of type QueryParamBuilder Modifier and Type Method Description <T> TQueryService. query(String queryName, QueryResultMapper<T> mapper, org.kie.api.runtime.query.QueryContext queryContext, QueryParamBuilder<?> paramBuilder)Performs query on given query definition that had to be previously registered.
-