startBonitaProject(File fichier, Vector req_parameters, boolean formsExists, String version) Instanciate a process thanks to its data which are in a XML file.
startBonitaProject(Document document, Vector req_parameters, boolean formsExists, String version) Instanciate a process thanks to its data which are in a Document.
Instanciate a process thanks to its data which are in a XML file.
Parameters: fichier - XML file with the process information. throws: MalformedURLException - throws: SAXException - throws: IOException - throws: LoginException -
Instanciate a process thanks to its data which are in a Document.
Parameters: document - Document with the process information. throws: MalformedURLException - throws: SAXException - throws: IOException - throws: LoginException -