|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.workplace.wcm.api
Class RenameCopyOption
java.lang.Object
com.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
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenameCopyOption
public RenameCopyOption(java.lang.String newName)
- Constructor
- Parameters:
- newName - New name for the item
getNewName
public java.lang.String getNewName()
- Returns:
- New name for the item
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |