{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.workplace.wcm.api
Class CopyOptionsjava.lang.Objectcom.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 optionjava.util.Iterator<CopyOption> iterator()
Get an iterator of all the copy options
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD