Package | Description |
---|---|
org.jbpm.services.api.query |
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–2019 JBoss by Red Hat. All rights reserved.