Uses of Interface
org.jbpm.services.api.query.QueryResultMapper
-
Packages that use QueryResultMapper Package Description org.jbpm.services.api.query -
-
Uses of QueryResultMapper in org.jbpm.services.api.query
Classes in org.jbpm.services.api.query that implement QueryResultMapper Modifier and Type Class Description classNamedQueryMapper<T>A delegate mapper that will delay look up of actual mapper to the time itsmapmethod is invoked.Methods in org.jbpm.services.api.query that return QueryResultMapper Modifier and Type Method Description QueryResultMapper<T>NamedQueryMapper. forColumnMapping(Map<String,String> columnMapping)QueryResultMapper<T>QueryResultMapper. forColumnMapping(Map<String,String> columnMapping)Returns new instance of the mapper for given column mappingQueryResultMapper<?>QueryMapperRegistry. mapperFor(String name, Map<String,String> columnMapping)Returns mapper for given name if found.Methods in org.jbpm.services.api.query with parameters of type QueryResultMapper Modifier and Type Method Description voidQueryMapperRegistry. addMapper(QueryResultMapper<?> mapper)Adds a new query results mapper<T> TQueryService. query(String queryName, QueryResultMapper<T> mapper, org.kie.api.runtime.query.QueryContext queryContext, QueryParam... filterParams)Performs query on given query definition that had to be previously registered.<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.
-