Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epf-dev] EPF Delivery Process Model


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: lowk@xxxxxxxxxx



Rajesh Jain <rjain15@xxxxxxxxx>

08/13/2006 12:36 PM

Please respond to
Rajesh Jain <rjain15@xxxxxxxxx>

To
Kelvin Low/Cupertino/IBM@IBMUS
cc
Subject
Re: [epf-dev] EPF Delivery Process Model





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 <lowk@xxxxxxxxxx>
To: Rajesh Jain <rjain15@xxxxxxxxx>; Eclipse Process Framework Project Developers List <epf-dev@xxxxxxxxxxx>
Cc: epf-dev@xxxxxxxxxxx; epf-dev-bounces@xxxxxxxxxxx
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 <rjain15@xxxxxxxxx>
Sent by: epf-dev-bounces@xxxxxxxxxxx

08/11/2006 05:39 AM

Please respond to
Rajesh Jain <rjain15@xxxxxxxxx>; Please respond to
Eclipse Process Framework Project Developers List <epf-dev@xxxxxxxxxxx>


To
epf-dev@xxxxxxxxxxx
cc
Subject
[epf-dev] EPF Delivery Process Model







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
epf-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/epf-dev



Back to the top