com.ibm.workplace.wcm.api
Class RecursiveCopyOption

java.lang.Object
  extended by com.ibm.workplace.wcm.api.RecursiveCopyOption
All Implemented Interfaces:
CopyOption

public class RecursiveCopyOption
extends java.lang.Object
implements CopyOption

This CopyOption is used to copy descendants recursively.

Note: This option will be ignored for items that can never have any descendants.

Since:
8.0.0.1

Constructor Summary
RecursiveCopyOption()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecursiveCopyOption

public RecursiveCopyOption()