Package rpc.container
Class FormRpcService
java.lang.Object
ru.cg.webbpm.modules.webkit.beans.Behavior
rpc.container.FormRpcService
- All Implemented Interfaces:
FormGraphSource
- Author:
- Golovlyev
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
objectContext, objectId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeleteData
(String navigateTo, BpmnVariableForSave[] bpmnVariables) deleteDataById
(String idString) loadData()
loadDataById
(String idString) protected Object
save
(String navigateTo, FieldData[] fieldData, Boolean completeTask, BpmnVariableForSave[] bpmnVariables) saveData
(String navigateTo, FieldData[] fieldData, Boolean completeTask, BpmnVariableForSave[] bpmnVariables) saveFormData
(String idString, FieldData[] fieldData) Methods inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
getChildScript, getChildScripts, getObjectId, getPageId, getParentContext, getScript, getScriptInObject, getScripts, getScriptsInChildren, setObjectContext, setObjectId, start
-
Field Details
-
formService
-
-
Constructor Details
-
FormRpcService
public FormRpcService()
-
-
Method Details
-
saveData
@RpcCall public Object saveData(String navigateTo, FieldData[] fieldData, Boolean completeTask, BpmnVariableForSave[] bpmnVariables) throws Exception - Throws:
Exception
-
save
protected Object save(String navigateTo, FieldData[] fieldData, Boolean completeTask, BpmnVariableForSave[] bpmnVariables) throws Exception - Throws:
Exception
-
loadData
-
saveFormData
- Throws:
Exception
-
loadDataById
-
deleteDataById
-
deleteData
-