| java.lang.Object mc.formgenerator.bonita.BonitaProjectAdapter
BonitaProjectAdapter | public class BonitaProjectAdapter (Code) | | The aim of this class is to transform data from a Bonita project to a xml Document
|
BonitaProjectAdapter | public BonitaProjectAdapter()(Code) | | Default class constructor
|
getProjectData | public Document getProjectData(String theProjectName, String theProjectVersion) throws IOException(Code) | | Get the Bonita project data identified by its name and put them in a DOM
Parameters: theProjectName - : The name of the project we have to get process informations the document that represents bonita data throws: LoginException - throws: IOException - |
|
|