Package | Description |
---|---|
org.jbpm.services.api.query | |
org.jbpm.services.api.utils |
Class and Description |
---|
QueryAlreadyRegisteredException |
QueryMapperRegistry
Allow to find mappers by name instead of using their instances
Mappers are discovered by ServiceLoader mechanism - meaning must be defined
in services file:
META-INF/services/org.jbpm.services.api.query.QueryResultMapper as fully qualified class names that implement org.jbpm.services.api.query.QueryResultMapper |
QueryNotFoundException |
QueryParamBuilder
QueryParamBuilder is responsible for building up one or more filter parameters.
|
QueryResultMapper
Maps raw data set into object instances
|
Class and Description |
---|
QueryService
Advanced queries service that allows to register custom queries
that will be equipped with tailored capabilities of querying data.
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.