Package | Description |
---|---|
org.jbpm.kie.services.impl.query | |
org.jbpm.kie.services.impl.query.mapper | |
org.jbpm.services.api.query |
Modifier and Type | Method and Description |
---|---|
<T> T |
QueryServiceImpl.query(String queryName,
QueryResultMapper<T> mapper,
org.kie.api.runtime.query.QueryContext queryContext,
QueryParam... filterParams) |
<T> T |
QueryServiceImpl.query(String queryName,
QueryResultMapper<T> mapper,
org.kie.api.runtime.query.QueryContext queryContext,
QueryParamBuilder<?> paramBuilder) |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionErrorQueryMapper
Dedicated mapper that transforms DataSet to ExecutionError.
|
class |
ProcessInstanceQueryMapper
Dedicated mapper that transforms DataSet to ProcessInstanceDesc.
|
class |
ProcessInstanceWithCustomVarsQueryMapper
Dedicated mapper to transform data set into list of ProcessInstanceWithVarsDesc
|
class |
ProcessInstanceWithVarsQueryMapper
Dedicated mapper to transform data set into list of ProcessInstanceWithVarsDesc
|
class |
RawListQueryMapper
Dedicated mapper that transforms DataSet to List of lists where each
nested list represents all values of given row.
|
class |
TaskSummaryQueryMapper
Dedicated mapper that transform data set into List of TaskSummary
|
class |
UserTaskInstanceQueryMapper
Dedicated mapper that transform data set into List of UserTaskInstanceDesc
|
class |
UserTaskInstanceWithCustomVarsQueryMapper
Dedicated mapper that transforms data set into UserTaskInstanceWithVarsDesc based on given mapping of custom variables
|
class |
UserTaskInstanceWithModifVarsQueryMapper |
class |
UserTaskInstanceWithPotOwnerQueryMapper |
class |
UserTaskInstanceWithVarsQueryMapper
Dedicated mapper that transforms data set to list of UserTaskInstanceWithVars
|
Modifier and Type | Class and Description |
---|---|
class |
NamedQueryMapper<T>
A delegate mapper that will delay look up of actual mapper to the time its
map method is invoked. |
Modifier and Type | Method and Description |
---|---|
QueryResultMapper<T> |
QueryResultMapper.forColumnMapping(Map<String,String> columnMapping)
Returns new instance of the mapper for given column mapping
|
QueryResultMapper<T> |
NamedQueryMapper.forColumnMapping(Map<String,String> columnMapping) |
QueryResultMapper<?> |
QueryMapperRegistry.mapperFor(String name,
Map<String,String> columnMapping)
Returns mapper for given name if found
|
Modifier and Type | Method and Description |
---|---|
void |
QueryMapperRegistry.addMapper(QueryResultMapper<?> mapper) |
<T> T |
QueryService.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> 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.