Uses of Class
org.jbpm.workbench.client.screens.ProcessVariableSummary
-
Packages that use ProcessVariableSummary Package Description org.jbpm.workbench.client.screens -
-
Uses of ProcessVariableSummary in org.jbpm.workbench.client.screens
Methods in org.jbpm.workbench.client.screens that return ProcessVariableSummary Modifier and Type Method Description ProcessVariableSummary
ProcessVariableSummaryViewImpl. getValue()
Methods in org.jbpm.workbench.client.screens with parameters of type ProcessVariableSummary Modifier and Type Method Description void
ProcessVariableSummaryViewImpl. setValue(ProcessVariableSummary model)
Method parameters in org.jbpm.workbench.client.screens with type arguments of type ProcessVariableSummary Modifier and Type Method Description void
ProcessAdminSettingsPresenter.ProcessAdminSettingsView. addProcessVariables(List<ProcessVariableSummary> variables)
void
ProcessAdminSettingsViewImpl. addProcessVariables(List<ProcessVariableSummary> variables)
void
ProcessAdminSettingsPresenter. generateMockInstances(String serverTemplateId, String processId, Integer amountOfTasks, String correlationKey, List<ProcessVariableSummary> variables)
-