com.ibm.workplace.wcm.api
Class CopyOptions

java.lang.Object
  extended by com.ibm.workplace.wcm.api.CopyOptions

public class CopyOptions
extends java.lang.Object

A container for specifying multiple CopyOptions when performing an API copy.

Since:
8.0.0.1

Constructor Summary
CopyOptions()
          Constructor
 
Method Summary
 void add(CopyOption copyOption)
          Add a copy option
 java.util.Iterator<CopyOption> iterator()
          Get an iterator of all the copy options
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CopyOptions

public CopyOptions()
Constructor

Method Detail

add

public void add(CopyOption copyOption)
Add a copy option

Parameters:
copyOption - the copy option to add

iterator

public java.util.Iterator<CopyOption> iterator()
Get an iterator of all the copy options

Returns:
the iterator

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object