Class AbstractCopyContentTask

java.lang.Object
ch.tocco.nice2.dms.spi.content.persist.AbstractCopyContentTask
All Implemented Interfaces:
PersistTask<PrimaryKey,Void>
Direct Known Subclasses:
CopyPageContentTask, CopyResourceContentTask

public abstract class AbstractCopyContentTask extends Object implements PersistTask<PrimaryKey,Void>
Abstract base task to copy the content of a node. * Deletes the old content entity * Creates new content entity using the given duplicateContentTask * Sets new publish status If the current publish status is not supported, the given unsupportedPublishStatusTask is executed.