CentraSite 10.7 | CentraSite Developer's Guide | Importing Objects Using API | Invoking Importer from Java Program | Removing Registered BPEL Object | RemoveProcess
 
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.