Rajesh,
We have posted the EPF JavaDoc API to http://www.eclipse.org/epf/composer_javadoc/. While the documentation is not yet complete, you should be able to find many useful APIs. Of interest to you will be the org.eclipse.epf.library.edit.process Java package. It contains the Java classes for displaying and editing the breakdown elements in the Process editor.
Regards,
Kelvin
-------------------------------------------------------------------
Kelvin Low
Software Architect
IBM Method and IC Engineering
tel: 408-342-4630
fax: 408-863-4144
email: [EMAIL PROTECTED]
| Rajesh Jain <[EMAIL PROTECTED]>
08/13/2006 12:36 PM
|
|
Hi Kevin
This is good, the MSP Export gives me good information about the API's to Access the Process Information and traverse the Work Break down Structure. I will spend some time understanding them, do u have some API or Documentation to explain, else I will have to understand reading code :-)
Thanx, this is a good info, I guess I willhave to bug u later with more question, I hope u wont mind. I see u are the author of MSP.
regards
Rajesh
----- Original Message ----
From: Kelvin Low <[EMAIL PROTECTED]>
To: Rajesh Jain <[EMAIL PROTECTED]>; Eclipse Process Framework Project Developers List <[email protected]>
Cc: [email protected]; [EMAIL PROTECTED]
Sent: Friday, August 11, 2006 8:49:24 PM
Subject: Re: [epf-dev] EPF Delivery Process Model
Hi Rajesh,
There are APIs available...assuming you want to traverse a Delivery Process or Capability Pattern within EPF Composer. The best way is look at the EPF source implementation. Here is a good example:
Eclipse Plug-in: org.eclipse.epf.export.msp
Java Source: org.eclipse.epf.export.msp.services.ExportProjectTemplateService
Java Method: protected void generateXML(Process process, StringBuffer strBuf)
If you are thinking of parsing the XMI files directory, that is another story.
Regards,
Kelvin
| Rajesh Jain <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED] 08/11/2006 05:39 AM
|
|
Are there API's to add/view/modify to the Delivery Process. I am try to programatically compose/parse a Delivery Process
and the XMI Model is very complex and seems like a non-human readable model.
Are there Java API's to traverse through the Model?
regards
RJ.
_______________________________________________
epf-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/epf-dev
_______________________________________________ epf-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/epf-dev
