Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.io.client
Class ImportExportActionBean

java.lang.Object
  extended by org.nuxeo.ecm.platform.io.client.ImportExportActionBean
All Implemented Interfaces:
Serializable

@Name(value="importExportAction")
@Scope(value=EVENT)
public class ImportExportActionBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ImportExportActionBean()
           
 
Method Summary
 String doExportDocument()
           
 String doExportFolder()
           
static void export(List<DocumentModel> docList)
           
 String exportCurrentList()
           
 String getDocumentExportURL()
          Generates URL to call export restlet on a leaf.
 String getFolderExportURL()
          Generates URL to call export restlet on a folder.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportExportActionBean

public ImportExportActionBean()
Method Detail

doExportDocument

public String doExportDocument()
                        throws IOException
Throws:
IOException

doExportFolder

public String doExportFolder()
                      throws IOException
Throws:
IOException

getDocumentExportURL

public String getDocumentExportURL()
Generates URL to call export restlet on a leaf.

Returns:
export restlet URL

getFolderExportURL

public String getFolderExportURL()
Generates URL to call export restlet on a folder.

Returns:
export restlet URL

exportCurrentList

public String exportCurrentList()

export

public static void export(List<DocumentModel> docList)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.