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