Uses of Interface
org.jbpm.services.api.query.QueryParamBuilder
-
Packages that use QueryParamBuilder Package Description org.jbpm.kie.services.impl.query org.jbpm.kie.services.impl.query.builder org.jbpm.services.api.query -
-
Uses of QueryParamBuilder in org.jbpm.kie.services.impl.query
Classes in org.jbpm.kie.services.impl.query that implement QueryParamBuilder Modifier and Type Class Description classCoreFunctionQueryParamBuilderMethods in org.jbpm.kie.services.impl.query with parameters of type QueryParamBuilder Modifier and Type Method Description <T> TQueryServiceImpl. query(String queryName, QueryResultMapper<T> mapper, org.kie.api.runtime.query.QueryContext queryContext, QueryParamBuilder<?> paramBuilder) -
Uses of QueryParamBuilder in org.jbpm.kie.services.impl.query.builder
Classes in org.jbpm.kie.services.impl.query.builder that implement QueryParamBuilder Modifier and Type Class Description classUserTaskPotOwnerQueryBuilderMethods in org.jbpm.kie.services.impl.query.builder that return QueryParamBuilder Modifier and Type Method Description QueryParamBuilder<org.dashbuilder.dataset.filter.ColumnFilter>UserTaskPotOwnerQueryBuilderFactory. newInstance(Map<String,Object> parameters) -
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.
-