com.ibm.workplace.wcm.api
Class UpdatePublishedDateCopyOption

java.lang.Object
  extended by com.ibm.workplace.wcm.api.UpdatePublishedDateCopyOption
All Implemented Interfaces:
CopyOption

public class UpdatePublishedDateCopyOption
extends java.lang.Object
implements CopyOption

This CopyOption is used to update the published date of the copied item, if necessary. This means that for instance if the published date of copied from item is in the past, the published date of the new item will be set as the date when the copy is made.

Since:
8.0.0.1 CF9

Constructor Summary
UpdatePublishedDateCopyOption()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdatePublishedDateCopyOption

public UpdatePublishedDateCopyOption()