Package service.container
Class AbstractBpmnFormService
java.lang.Object
ru.cg.webbpm.modules.webkit.beans.Behavior
service.container.AbstractFormService
service.container.AbstractGraphFormService
service.container.AbstractBpmnFormService
- All Implemented Interfaces:
FormService
- Direct Known Subclasses:
FormServiceImpl
,VariableFormService
@Conditional(BpmnEnabledCondition.class)
public abstract class AbstractBpmnFormService
extends AbstractGraphFormService
implements FormService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BpmnContext
protected BpmnVariableSaveService
protected ProcessNavigationService
protected VariableService
Fields inherited from class service.container.AbstractGraphFormService
formDao
Fields inherited from class service.container.AbstractFormService
formValidators, postActionHandlers
Fields inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
objectContext, objectId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
completeTask
(String navigateTo, List<BpmnVariableForSave> bpmnVariables) protected List<BpmnVariableForSave>
convertVariablesForSave
(List<BpmnVariableForSave> bpmnVariables, Long taskInstanceId) protected void
saveBpmnVariables
(List<BpmnVariableForSave> bpmnVariables) Methods inherited from class service.container.AbstractGraphFormService
deleteData, executeValidators, getEntityColumnToFieldGuidsMap, getMainEntityId, getValuesForSave, loadData, parseId, save, saveCustomFields, saveDataById
Methods inherited from class service.container.AbstractFormService
executePostActionHandlers, loadData, saveData
Methods inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
getChildScript, getChildScripts, getObjectId, getPageId, getParentContext, getScript, getScriptInObject, getScripts, getScriptsInChildren, setObjectContext, setObjectId, start
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface service.container.FormService
afterSave, deleteData, deleteData, loadData, loadData, parseId, saveData, saveData
-
Field Details
-
bpmnContext
-
variableService
-
bpmnVariableSaveService
-
Constructor Details
-
AbstractBpmnFormService
public AbstractBpmnFormService()
-
-
Method Details
-
completeTask
-
saveBpmnVariables
-
convertVariablesForSave
protected List<BpmnVariableForSave> convertVariablesForSave(List<BpmnVariableForSave> bpmnVariables, Long taskInstanceId)
-