public abstract class AbstractAdvanceRuntimeDataServiceImpl extends Object
Constructor and Description |
---|
AbstractAdvanceRuntimeDataServiceImpl() |
Modifier and Type | Method and Description |
---|---|
protected List<ProcessInstanceWithVarsDesc> |
queryProcessByVariables(List<QueryParam> attributes,
List<QueryParam> processVariables,
int processType,
String varPrefix,
org.kie.api.runtime.query.QueryContext queryContext) |
protected List<ProcessInstanceWithVarsDesc> |
queryProcessByVariablesAndTask(List<QueryParam> attributes,
List<QueryParam> processVariables,
List<QueryParam> taskVariables,
List<String> owners,
int processType,
String varPrefix,
org.kie.api.runtime.query.QueryContext queryContext) |
protected <R> List<R> |
queryProcessUserTasksByVariables(List<QueryParam> attributesArg,
List<QueryParam> processVariablesArg,
List<QueryParam> taskVariablesArg,
List<String> ownersArg,
int processType,
String varPrefix,
org.kie.api.runtime.query.QueryContext queryContext,
BiFunction<StringBuilder,StringBuilder,String> mainSQLproducer,
org.jbpm.kie.services.impl.AbstractAdvanceRuntimeDataServiceImpl.DataCollector<R> dataCollector) |
protected List<UserTaskInstanceWithPotOwnerDesc> |
queryUserTasksByVariables(List<QueryParam> attributes,
List<QueryParam> processVariables,
List<QueryParam> taskVariables,
List<String> owners,
int processType,
String varPrefix,
org.kie.api.runtime.query.QueryContext queryContext) |
void |
setCommandService(TransactionalCommandService commandService) |
void |
setEmf(javax.persistence.EntityManagerFactory emf) |
protected List<QueryParam> |
translate(Map<String,String> translationTable,
List<QueryParam> attributes) |
public AbstractAdvanceRuntimeDataServiceImpl()
public void setCommandService(TransactionalCommandService commandService)
public void setEmf(javax.persistence.EntityManagerFactory emf)
protected List<ProcessInstanceWithVarsDesc> queryProcessByVariables(List<QueryParam> attributes, List<QueryParam> processVariables, int processType, String varPrefix, org.kie.api.runtime.query.QueryContext queryContext)
protected List<ProcessInstanceWithVarsDesc> queryProcessByVariablesAndTask(List<QueryParam> attributes, List<QueryParam> processVariables, List<QueryParam> taskVariables, List<String> owners, int processType, String varPrefix, org.kie.api.runtime.query.QueryContext queryContext)
protected List<UserTaskInstanceWithPotOwnerDesc> queryUserTasksByVariables(List<QueryParam> attributes, List<QueryParam> processVariables, List<QueryParam> taskVariables, List<String> owners, int processType, String varPrefix, org.kie.api.runtime.query.QueryContext queryContext)
protected <R> List<R> queryProcessUserTasksByVariables(List<QueryParam> attributesArg, List<QueryParam> processVariablesArg, List<QueryParam> taskVariablesArg, List<String> ownersArg, int processType, String varPrefix, org.kie.api.runtime.query.QueryContext queryContext, BiFunction<StringBuilder,StringBuilder,String> mainSQLproducer, org.jbpm.kie.services.impl.AbstractAdvanceRuntimeDataServiceImpl.DataCollector<R> dataCollector)
protected List<QueryParam> translate(Map<String,String> translationTable, List<QueryParam> attributes)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.