Uses of Class
ru.cg.webbpm.modules.bpmn.beans.variable.BpmnVariableForSave
Packages that use BpmnVariableForSave
Package
Description
-
Uses of BpmnVariableForSave in ru.cg.webbpm.modules.bpmn.workflow.api.service
Method parameters in ru.cg.webbpm.modules.bpmn.workflow.api.service with type arguments of type BpmnVariableForSaveModifier and TypeMethodDescriptionvoid
TaskService.completeTask
(Long processInstanceId, Long taskId, List<BpmnVariableForSave> variables) void
TaskService.completeTaskInAdHocProcess
(Long processInstanceId, Long taskId, String nextTaskName, List<BpmnVariableForSave> variables) ProcessService.executeProcess
(String processDefinitionId, List<BpmnVariableForSave> processVariables) void
VariableService.setProcessVariables
(List<BpmnVariableForSave> variables) ProcessService.startProcess
(String processDefinitionId, List<BpmnVariableForSave> processVariables) -
Uses of BpmnVariableForSave in ru.cg.webbpm.modules.bpmn.workflow.jbpm.service
Method parameters in ru.cg.webbpm.modules.bpmn.workflow.jbpm.service with type arguments of type BpmnVariableForSaveModifier and TypeMethodDescriptionvoid
TaskServiceImpl.completeTask
(Long processInstanceId, Long taskId, List<BpmnVariableForSave> variables) void
TaskServiceImpl.completeTaskInAdHocProcess
(Long processInstanceId, Long taskId, String nextTaskName, List<BpmnVariableForSave> variables) BpmnVariableService.convertVariablesToMap
(List<BpmnVariableForSave> variables) ProcessServiceImpl.executeProcess
(String processDefinitionId, List<BpmnVariableForSave> processVariables) void
VariableServiceImpl.setProcessVariables
(List<BpmnVariableForSave> variables) ProcessServiceImpl.startProcess
(String processDefinitionId, List<BpmnVariableForSave> processVariables) -
Uses of BpmnVariableForSave in service.common
Methods in service.common that return types with arguments of type BpmnVariableForSaveModifier and TypeMethodDescriptionBpmnVariableSaveService.convertVariablesForSave
(Long taskInstanceId, List<BpmnVariableForSave> bpmnVariables) -
Uses of BpmnVariableForSave in service.container
Methods in service.container that return types with arguments of type BpmnVariableForSaveModifier and TypeMethodDescriptionprotected List<BpmnVariableForSave>
AbstractBpmnFormService.convertVariablesForSave
(List<BpmnVariableForSave> bpmnVariables, Long taskInstanceId)