Modifier and Type | Method and Description |
---|---|
List<ProcessInstanceWithVarsDesc> |
AdvanceCaseRuntimeDataService.queryCaseByVariables(List<QueryParam> attributes,
List<QueryParam> caseVariables,
org.kie.api.runtime.query.QueryContext queryContext) |
List<ProcessInstanceWithVarsDesc> |
AdvanceCaseRuntimeDataService.queryCaseByVariablesAndTask(List<QueryParam> attributes,
List<QueryParam> taskVariables,
List<QueryParam> caseVariables,
List<String> potentialOwners,
org.kie.api.runtime.query.QueryContext queryContext) |
List<ProcessInstanceWithVarsDesc> |
AdvanceCaseRuntimeDataService.queryCaseByVariablesAndTask(List<QueryParam> attributes,
List<QueryParam> taskVariables,
List<QueryParam> caseVariables,
QueryParam potentialOwners,
org.kie.api.runtime.query.QueryContext queryContext) |
Modifier and Type | Method and Description |
---|---|
List<ProcessInstanceWithVarsDesc> |
AdvanceCaseRuntimeDataServiceImpl.queryCaseByVariables(List<QueryParam> attributes,
List<QueryParam> caseVariables,
org.kie.api.runtime.query.QueryContext queryContext) |
List<ProcessInstanceWithVarsDesc> |
AdvanceCaseRuntimeDataServiceImpl.queryCaseByVariablesAndTask(List<QueryParam> attributes,
List<QueryParam> taskVariables,
List<QueryParam> caseVariables,
List<String> owners,
org.kie.api.runtime.query.QueryContext queryContext) |
List<ProcessInstanceWithVarsDesc> |
AdvanceCaseRuntimeDataServiceImpl.queryCaseByVariablesAndTask(List<QueryParam> attributes,
List<QueryParam> taskVariables,
List<QueryParam> caseVariables,
QueryParam owners,
org.kie.api.runtime.query.QueryContext queryContext) |
Modifier and Type | Method and Description |
---|---|
protected List<ProcessInstanceWithVarsDesc> |
AbstractAdvanceRuntimeDataServiceImpl.queryProcessByVariables(List<QueryParam> attributes,
List<QueryParam> processVariables,
int processType,
String varPrefix,
org.kie.api.runtime.query.QueryContext queryContext) |
List<ProcessInstanceWithVarsDesc> |
AdvanceRuntimeDataServiceImpl.queryProcessByVariables(List<QueryParam> attributes,
List<QueryParam> processVariables,
org.kie.api.runtime.query.QueryContext queryContext) |
protected List<ProcessInstanceWithVarsDesc> |
AbstractAdvanceRuntimeDataServiceImpl.queryProcessByVariablesAndTask(List<QueryParam> attributes,
List<QueryParam> processVariables,
List<QueryParam> taskVariables,
List<String> owners,
int processType,
String varPrefix,
org.kie.api.runtime.query.QueryContext queryContext) |
List<ProcessInstanceWithVarsDesc> |
AdvanceRuntimeDataServiceImpl.queryProcessByVariablesAndTask(List<QueryParam> attributes,
List<QueryParam> processVariables,
List<QueryParam> taskVariables,
List<String> owners,
org.kie.api.runtime.query.QueryContext queryContext) |
protected List<ProcessInstanceWithVarsDesc> |
AbstractAdvanceRuntimeDataServiceImpl.queryProcessByVariablesAndTask(List<QueryParam> attributes,
List<QueryParam> processVariables,
List<QueryParam> taskVariables,
QueryParam owners,
int processType,
String varPrefix,
org.kie.api.runtime.query.QueryContext queryContext) |
List<ProcessInstanceWithVarsDesc> |
AdvanceRuntimeDataServiceImpl.queryProcessByVariablesAndTask(List<QueryParam> attributes,
List<QueryParam> processVariables,
List<QueryParam> taskVariables,
QueryParam owners,
org.kie.api.runtime.query.QueryContext queryContext) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessInstanceCustomDesc |
class |
ProcessInstanceWithVarsDesc |
Modifier and Type | Method and Description |
---|---|
protected ProcessInstanceWithVarsDesc |
ProcessInstanceWithVarsQueryMapper.buildInstance(org.dashbuilder.dataset.DataSet dataSetResult,
int index) |
protected ProcessInstanceWithVarsDesc |
ProcessInstanceWithCustomVarsQueryMapper.buildInstance(org.dashbuilder.dataset.DataSet dataSetResult,
int index) |
Modifier and Type | Method and Description |
---|---|
QueryResultMapper<List<ProcessInstanceWithVarsDesc>> |
ProcessInstanceWithVarsQueryMapper.forColumnMapping(Map<String,String> columnMapping) |
QueryResultMapper<List<ProcessInstanceWithVarsDesc>> |
ProcessInstanceWithCustomVarsQueryMapper.forColumnMapping(Map<String,String> columnMapping) |
List<ProcessInstanceWithVarsDesc> |
ProcessInstanceWithVarsQueryMapper.map(Object result) |
List<ProcessInstanceWithVarsDesc> |
ProcessInstanceWithCustomVarsQueryMapper.map(Object result) |
Modifier and Type | Method and Description |
---|---|
List<ProcessInstanceWithVarsDesc> |
AdvanceRuntimeDataService.queryProcessByVariables(List<QueryParam> attributes,
List<QueryParam> processVariables,
org.kie.api.runtime.query.QueryContext queryContext) |
List<ProcessInstanceWithVarsDesc> |
AdvanceRuntimeDataService.queryProcessByVariablesAndTask(List<QueryParam> attributes,
List<QueryParam> processVariables,
List<QueryParam> taskVariables,
List<String> potentialOwners,
org.kie.api.runtime.query.QueryContext queryContext) |
List<ProcessInstanceWithVarsDesc> |
AdvanceRuntimeDataService.queryProcessByVariablesAndTask(List<QueryParam> attributes,
List<QueryParam> processVariables,
List<QueryParam> taskVariables,
QueryParam potentialOwners,
org.kie.api.runtime.query.QueryContext queryContext) |
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessInstanceCustomDesc |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.