Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.io.api.util
Class Example

java.lang.Object
  extended by org.nuxeo.ecm.platform.io.api.util.Example

public class Example
extends Object

Example on how to use copy between repositories

Author:
Bogdan Stefanescu

Constructor Summary
Example()
           
 
Method Summary
static void copyFromLocalToLocal()
           
static void copyFromLocalToRemote()
           
static void copyRemoteToLocal()
           
static void copyRemoteToRemote()
           
static IOConfiguration createLocalConfiguration()
           
static IOConfiguration createRemoteConfiguration()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Example

public Example()
Method Detail

createLocalConfiguration

public static IOConfiguration createLocalConfiguration()

createRemoteConfiguration

public static IOConfiguration createRemoteConfiguration()

copyFromLocalToRemote

public static void copyFromLocalToRemote()
                                  throws Exception
Throws:
Exception

copyFromLocalToLocal

public static void copyFromLocalToLocal()
                                 throws Exception
Throws:
Exception

copyRemoteToRemote

public static void copyRemoteToRemote()
                               throws Exception
Throws:
Exception

copyRemoteToLocal

public static void copyRemoteToLocal()
                              throws Exception
Throws:
Exception

main

public static void main(String[] args)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.