Package service.common
Class BpmnVariableSaveService
java.lang.Object
ru.cg.webbpm.modules.webkit.beans.Behavior
service.common.BpmnVariableSaveService
@Service
@Conditional(BpmnEnabledCondition.class)
public class BpmnVariableSaveService
extends Behavior
- Author:
- gilfanovrenat
-
Field Summary
Fields inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
objectContext, objectId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertVariablesForSave
(Long taskInstanceId, List<BpmnVariableForSave> bpmnVariables) Methods inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
getChildScript, getChildScripts, getObjectId, getPageId, getParentContext, getScript, getScriptInObject, getScripts, getScriptsInChildren, setObjectContext, setObjectId, start
-
Constructor Details
-
BpmnVariableSaveService
public BpmnVariableSaveService()
-
-
Method Details
-
convertVariablesForSave
public List<BpmnVariableForSave> convertVariablesForSave(Long taskInstanceId, List<BpmnVariableForSave> bpmnVariables)
-