[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.epf] Re: Import method content from spreadsheet
|
- From: kristian@xxxxxxxxxx (Kristian Mandrup)
- Date: Thu, 19 Jun 2008 08:39:24 +0000 (UTC)
- Newsgroups: eclipse.technology.epf
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
The getPersister() calls
LibraryServiceUtil.getCurrentPersister().getFailSafePersister();
Looking into org.eclipse.epf.library.LibraryServiceUtil;
there is a public void setGUID(MethodElement element) {
to set the GUID for method elements, part of the default persistence I
assume.
The
org.eclipse.epf.library.util.ResourceHelper also looks worth some interest
for ur case.
Maybe it is an idea to use the OAW framework for working directly with the
XMI files?
But it is a bit "cryptic" how the XHTML is stored inside the XMI in EPF.
I guess u could do a manual "copy-paste" and then see how the XMI files
change in various places and simulate this via some kind of scripting...