| Package | Description |
|---|---|
| org.jbpm.kie.services.impl.query | |
| org.jbpm.services.api.query |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreFunctionQueryParamBuilder |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
QueryServiceImpl.query(String queryName,
QueryResultMapper<T> mapper,
org.kie.api.runtime.query.QueryContext queryContext,
QueryParamBuilder<?> paramBuilder) |
| Modifier and Type | Method and Description |
|---|---|
QueryParamBuilder<?> |
QueryParamBuilderFactory.newInstance(Map<String,Object> parameters)
Returns new QueryParamBuilder instance constructed with given parameters
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
QueryService.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.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.