Package service.container
Interface FormService
- All Known Implementing Classes:
AbstractBpmnFormService
,AbstractFormService
,AbstractGraphFormService
,ChangePasswordFormServiceImpl
,EditableOneToManyFormService
,FormServiceImpl
,SimpleFormServiceImpl
,VariableFormService
public interface FormService
Hybrid Form interface including CRUD operations for pages of both types ("bpmn", "simple")
- Author:
- Golovlyev
-
Method Summary
Modifier and TypeMethodDescriptiondefault Object
Perform action after save transaction has been closed and navigated to next task.deleteData
(Object id) deleteData
(String navigateTo, List<BpmnVariableForSave> bpmnVariables) loadData()
saveData
(String navigateTo, List<FieldData> fieldData, Boolean completeTask, List<BpmnVariableForSave> bpmnVariables)
-
Method Details
-
saveData
Object saveData(String navigateTo, List<FieldData> fieldData, Boolean completeTask, List<BpmnVariableForSave> bpmnVariables) throws Exception - Throws:
Exception
-
saveData
- Throws:
Exception
-
afterSave
Perform action after save transaction has been closed and navigated to next task. Errors will be ignored -
loadData
-
loadData
-
deleteData
-
deleteData
-
parseId
-