Class ProcessVariableService
java.lang.Object
org.activiti.cloud.services.query.rest.ProcessVariableService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfetchProcessVariablesForProcessInstances(Collection<ProcessInstanceEntity> processInstances, Set<ProcessVariableKey> variableKeys) voidfetchProcessVariablesForTasks(Collection<TaskEntity> tasks, Collection<String> processVariableFetchKeys) voidfetchProcessVariablesForTasks(Collection<TaskEntity> tasks, Set<ProcessVariableKey> processVariableFetchKeys)
-
Constructor Details
-
ProcessVariableService
-
-
Method Details
-
fetchProcessVariablesForProcessInstances
public void fetchProcessVariablesForProcessInstances(Collection<ProcessInstanceEntity> processInstances, Set<ProcessVariableKey> variableKeys) -
fetchProcessVariablesForTasks
public void fetchProcessVariablesForTasks(Collection<TaskEntity> tasks, Collection<String> processVariableFetchKeys) -
fetchProcessVariablesForTasks
public void fetchProcessVariablesForTasks(Collection<TaskEntity> tasks, Set<ProcessVariableKey> processVariableFetchKeys)
-