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 java.lang.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(java.lang.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 java.lang.Exception
Throws:
java.lang.Exception

copyFromLocalToLocal

public static void copyFromLocalToLocal()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

copyRemoteToRemote

public static void copyRemoteToRemote()
                               throws java.lang.Exception
Throws:
java.lang.Exception

copyRemoteToLocal

public static void copyRemoteToLocal()
                              throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.