Package com.mayam.wf.ws.client
Class BpmsApi
java.lang.Object
com.mayam.wf.ws.client.BpmsApi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateProcessInstance
(String processName, AttributeMap map) Creates a new BPMS Process Instancevoid
Delete process instanceGet the attributemap in an active processlistProcessInstances
(String processName, AttributeMap map) List active process instances data based on query parameters contained in AttributeMapvoid
updateProcessInstance
(String id, BpmsSignal signal, AttributeMap map) Update BPMS Process Instance using a signal message
-
Constructor Details
-
BpmsApi
public BpmsApi(com.mayam.wf.ws.client.internal.BpmsProcessesRestClient client)
-
-
Method Details
-
deleteProcessInstance
Delete process instance- Parameters:
id
- Process Instance Id- Throws:
RemoteException
-
getProcessInstanceData
Get the attributemap in an active process- Parameters:
id
- Process Instance Id- Returns:
- AttributeMap
- Throws:
RemoteException