[ 
http://jira.nuxeo.org/browse/NXP-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=36221#action_36221
 ] 

jhon book commented on NXP-704:
-------------------------------

http://www.spurstalk.com/forums/member.php?u=12077
http://www.spurstalk.com/forums/member.php?u=12079
http://www.spurstalk.com/forums/member.php?u=12080
http://www.spurstalk.com/forums/member.php?u=12083
http://www.spurstalk.com/forums/member.php?u=12084
http://www.spurstalk.com/forums/member.php?u=12085
http://www.spurstalk.com/forums/member.php?u=12086
http://www.spurstalk.com/forums/member.php?u=12087
http://www.spurstalk.com/forums/member.php?u=12089
http://forum.swsoft.com/member.php?u=40791
http://forum.swsoft.com/member.php?u=40792
http://forum.swsoft.com/member.php?u=40793
http://forum.swsoft.com/member.php?u=40794
http://forum.swsoft.com/member.php?u=40795
http://forum.swsoft.com/member.php?u=40796
http://forum.swsoft.com/member.php?u=40797
http://forum.swsoft.com/member.php?u=40799
http://forum.swsoft.com/member.php?u=40800
http://forum.swsoft.com/member.php?u=40801
http://forum.swsoft.com/member.php?u=40802
http://forum.swsoft.com/member.php?u=40803
http://forum.swsoft.com/member.php?u=40804
http://forum.swsoft.com/member.php?u=40805
http://forum.swsoft.com/member.php?u=40806
http://forum.swsoft.com/member.php?u=40807
http://forum.swsoft.com/member.php?u=40808
http://forum.swsoft.com/member.php?u=40809
http://forum.swsoft.com/member.php?u=40810
http://forum.swsoft.com/member.php?u=40811
http://forum.swsoft.com/member.php?u=40812
http://forum.swsoft.com/member.php?u=40813
http://forum.swsoft.com/member.php?u=40814
http://forum.swsoft.com/member.php?u=40815
http://forum.swsoft.com/member.php?u=40817
http://forum.swsoft.com/member.php?u=40818
http://forum.swsoft.com/member.php?u=40819
http://forum.swsoft.com/member.php?u=40820
http://forum.swsoft.com/member.php?u=40821
http://forum.swsoft.com/member.php?u=40822

> Export documents to an archive
> ------------------------------
>
>                 Key: NXP-704
>                 URL: http://jira.nuxeo.org/browse/NXP-704
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Eric Barroca
>            Assignee: Bogdan Stefanescu
>            Priority: Major
>             Fix For: 5.1.RC
>
>
> The export format reuse the XML serialization of NXCore documents. An export 
> is stored into a jar file using following format:
> / (root of the jar)
> `-- index.xml (list all documents)
> `-- <UID>/ (one directory per document)
>      `-- <files> (binaries)
>      `-- document.xml (containt document's properties (specified by XSD)
>      `-- setting.xml (contains document relation informations such as 
> security, parent in the hierarchy, etc.)
> Note: we may want a sub-folder let say 'blobs' or 'data' to put binary files 
> instead of putting them at the same level as document.xml
> -----
> document.xml structure:
> <document xmlns:nx="http://www.nuxeo.org/ecm/xdoc/"; xmlns:dc="..." 
> xmlns:file="..." ...>
>     <dc:title>My Title</dc:title>
>     <dc:description>My Description</dc:description>
>     <file:fileName>my_sound.wav</file:fileName>
>     <file:content>
>         <file:mimeType>audio/x-wav</file:mimeType>
>         <file:enconding/>
>         <file:data nx:ref="blobs/my_sound.wav"/>
>     </file:content>
>     ....
> </document>
> --------
> settings.xml structure:
> <document uuid="" xmlns="http://www.nuxeo.org/ecm/xdoc/";>
>     <type>File</type>
>     <parentUUID>24354-6456df-af3434-bac54-bc33212</parentUUID>
>     <lifeCycleState>WORKING</lifeCycleState>
>     <name>my_name_inside_my_parent</name>
>     <class>Document<class> <!-- possible value: Document | Version | Proxy -->
>     <!-- only if class is Document -->
>     <versions>
>         <label>1.0</label>
>         <label>1.1</label>
>     </versions>
>     <lastVersion>1.1</lastVersion>
>     <!-- Only if class is Version -->
>     <label>1.1</label>
>     <!-- Only if class is Proxy or Version -->
>     <sourceUUID>24354-6456df-af3434-bac54-bc33212</sourceUUID>
> </document>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to