[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.epf] Re: Import method content from spreadsheet

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...