RemoveProcess
Removes the BPEL objects of the process flow indicated by the BPELProcess name and its namespace.
Syntax
public boolean removeProcess(String bpelProcessName, String bpelNamespace)
Parameters
String bpelProcessName
The process name of the BPEL objects to be removed.
String bpelNamespace
The namespace of the BPEL objects to be removed.
Return Codes
Value | Meaning |
true | The BPEL objects were successfully removed. |
false | The BPEL objects could not be removed. |