Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.workplace.wcm.api
Class RenameCopyOptionjava.lang.Objectcom.ibm.workplace.wcm.api.RenameCopyOption
- All Implemented Interfaces:
- CopyOption
public class RenameCopyOption- extends java.lang.Object
- implements CopyOption
This CopyOption is used to rename the item being copied. If this option is used with RecursiveCopyOption, only the root item will be renamed.
- Since:
- 8.0.0.1
Constructor Summary RenameCopyOption(java.lang.String newName)
Constructor
Method Summary java.lang.String getNewName()
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail RenameCopyOption
public RenameCopyOption(java.lang.String newName)
- Constructor
- Parameters:
- newName - New name for the item
Method Detail getNewName
public java.lang.String getNewName()
- Returns:
- New name for the item
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD