Uses of Class
model.BpmnVariableForSave
Packages that use BpmnVariableForSave
Package
Description
-
Uses of BpmnVariableForSave in bpmn.api.v2.resource
Method parameters in bpmn.api.v2.resource with type arguments of type BpmnVariableForSaveModifier and TypeMethodDescriptionProcessResource.completeTaskAndNavigate
(Long processInstanceId, Long taskInstanceId, String navigateTo, List<BpmnVariableForSave> bpmnVariables) -
Uses of BpmnVariableForSave in rpc.button
Methods in rpc.button with parameters of type BpmnVariableForSaveModifier and TypeMethodDescriptionvoid
CancelButtonRpcService.cancel
(Long currentTaskId, String taskName, BpmnVariableForSave[] bpmnVariables) void
SelectButtonRpcService.selectAndCompleteTask
(Long currentTaskId, Object selectedId, String taskName, BpmnVariableForSave[] bpmnVariables) void
SelectButtonRpcService.selectListAndCompleteTask
(Long currentTaskId, Object[] selectedIds, String taskName, BpmnVariableForSave[] bpmnVariables) -
Uses of BpmnVariableForSave in rpc.container
Methods in rpc.container with parameters of type BpmnVariableForSaveModifier and TypeMethodDescriptionFormRpcService.deleteData
(String navigateTo, BpmnVariableForSave[] bpmnVariables) protected Object
FormRpcService.save
(String navigateTo, FieldData[] fieldData, Boolean completeTask, BpmnVariableForSave[] bpmnVariables) FormRpcService.saveData
(String navigateTo, FieldData[] fieldData, Boolean completeTask, BpmnVariableForSave[] bpmnVariables) -
Uses of BpmnVariableForSave in ru.cg.webbpm.electronic_sign
Methods in ru.cg.webbpm.electronic_sign with parameters of type BpmnVariableForSaveModifier and TypeMethodDescriptionSignButtonRpcService.saveSignBatchAndCompleteTask
(Long[] documentIdsRaw, SignedDocument[] signedDocuments, String navigateTo, BpmnVariableForSave[] bpmnVariables, Boolean allowResign) Validates, saves signed documents completes current task. -
Uses of BpmnVariableForSave in service
Method parameters in service with type arguments of type BpmnVariableForSaveModifier and TypeMethodDescriptionvoid
ProcessNavigationService.completeTask
(Long processInstanceId, Long taskInstanceId, String navigateTo, List<BpmnVariableForSave> bpmnVariables) -
Uses of BpmnVariableForSave in service.button
Method parameters in service.button with type arguments of type BpmnVariableForSaveModifier and TypeMethodDescriptionvoid
SelectButtonService.selectAndCompleteTask
(Long currentTaskId, Object selectedObject, String taskName, List<BpmnVariableForSave> bpmnVariables) void
SelectButtonServiceImpl.selectAndCompleteTask
(Long currentTaskId, Object selectedObject, String navigateTo, List<BpmnVariableForSave> bpmnVariables) void
SelectButtonService.selectListAndCompleteTask
(Long currentTaskId, Object[] selectedObjects, String taskName, List<BpmnVariableForSave> bpmnVariables) void
SelectButtonServiceImpl.selectListAndCompleteTask
(Long currentTaskId, Object[] selectedObjects, String navigateTo, List<BpmnVariableForSave> bpmnVariables) -
Uses of BpmnVariableForSave in service.common
Method parameters in service.common with type arguments of type BpmnVariableForSaveModifier and TypeMethodDescriptionBpmnVariableSaveService.convertVariablesForSave
(Long taskInstanceId, List<BpmnVariableForSave> bpmnVariables) -
Uses of BpmnVariableForSave in service.complex.editableonetomany
Method parameters in service.complex.editableonetomany with type arguments of type BpmnVariableForSaveModifier and TypeMethodDescriptionEditableOneToManyFormService.deleteData
(String navigateTo, List<BpmnVariableForSave> bpmnVariables) -
Uses of BpmnVariableForSave in service.container
Method parameters in service.container with type arguments of type BpmnVariableForSaveModifier and TypeMethodDescriptionprotected void
AbstractBpmnFormService.completeTask
(String navigateTo, List<BpmnVariableForSave> bpmnVariables) protected List<BpmnVariableForSave>
AbstractBpmnFormService.convertVariablesForSave
(List<BpmnVariableForSave> bpmnVariables, Long taskInstanceId) ChangePasswordFormServiceImpl.deleteData
(String navigateTo, List<BpmnVariableForSave> bpmnVariables) FormService.deleteData
(String navigateTo, List<BpmnVariableForSave> bpmnVariables) FormServiceImpl.deleteData
(String navigateTo, List<BpmnVariableForSave> bpmnVariables) SimpleFormServiceImpl.deleteData
(String navigateTo, List<BpmnVariableForSave> bpmnVariables) Deprecated.VariableFormService.deleteData
(String navigateTo, List<BpmnVariableForSave> bpmnVariables) protected void
AbstractBpmnFormService.saveBpmnVariables
(List<BpmnVariableForSave> bpmnVariables) protected void
FormServiceImpl.updateSelectedIdVariableValue
(Object selectedId, List<BpmnVariableForSave> bpmnVariables)