Here I am again

I'm kind stuck on this problem of migrating from Websphere Portal to Liferay.
Now I m working on the content layer: both uses the JSR-170 standard for storing content.
Through an export procedure I got all the content of websphere in a tree structure (got .node files and .value files that are XML files with jcr syntax)
So in these XMLs I got workflows, authoring template, "site", "sites area", images, resources and so on...
Now.. what I want to ask is
> What liferay "stores" in his JCR, through Jackrabbit? Only files such as pictures, pdf, docs... and only those files which the Document Portlet use?
> Where the assets, all articles and other web component are stored? Does Jackrabbit take care of them?
> Could liferay import this XML or I've to use the Session.importXML() or Worskpace.importXML() methods of JCR?
Liferay API to Web Content portlet can be found below:
http://docs.liferay.com/portal/6.1/javadocs/com/liferay/portlet/journal/service/JournalArticleLocalServiceUtil.html
thank for replying I'll take a look

(but for now what I got is really too little for use lifray api)
Please sign in to flag this as inappropriate.