public abstract class AbstractAdvanceRuntimeDataServiceImpl extends Object
Constructor and Description |
---|
AbstractAdvanceRuntimeDataServiceImpl() |
Modifier and Type | Method and Description |
---|---|
List<ProcessInstanceWithVarsDesc> |
queryProcessByVariables(List<QueryParam> attributes,
List<QueryParam> variables,
int processType,
String varPrefix,
org.kie.api.runtime.query.QueryContext queryContext) |
List<UserTaskInstanceWithPotOwnerDesc> |
queryUserTasksByVariables(List<QueryParam> attributes,
List<QueryParam> variables,
List<QueryParam> processVariables,
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)
public List<ProcessInstanceWithVarsDesc> queryProcessByVariables(List<QueryParam> attributes, List<QueryParam> variables, int processType, String varPrefix, org.kie.api.runtime.query.QueryContext queryContext)
public List<UserTaskInstanceWithPotOwnerDesc> queryUserTasksByVariables(List<QueryParam> attributes, List<QueryParam> variables, List<QueryParam> processVariables, List<String> owners, int processType, String varPrefix, org.kie.api.runtime.query.QueryContext queryContext)
protected List<QueryParam> translate(Map<String,String> translationTable, List<QueryParam> attributes)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.