com.ibm.workplace.wcm.api
Class MoveOptions

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

public class MoveOptions
extends java.lang.Object

A container for specifying multiple MoveOptions when performing an API move.


Constructor Summary
MoveOptions()
          Default constructor
 
Method Summary
 void add(MoveOption moveOption)
          Add the given MoveOption to the list
 java.util.Iterator<MoveOption> iterator()
          Get the iterator to the move options.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveOptions

public MoveOptions()
Default constructor

Method Detail

add

public void add(MoveOption moveOption)
Add the given MoveOption to the list

Parameters:
moveOption - the move option to be added

iterator

public java.util.Iterator<MoveOption> iterator()
Get the iterator to the move options.

Returns:
the iterator to the move options.