Class CopyResourceContentTask
java.lang.Object
ch.tocco.nice2.dms.spi.content.persist.AbstractCopyContentTask
ch.tocco.nice2.dms.spi.content.persist.CopyResourceContentTask
- All Implemented Interfaces:
PersistTask<PrimaryKey, Void>
- Direct Known Subclasses:
PublishResourceContentTask, RevertChangesTask
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractCopyContentTask
AbstractCopyContentTask.Config -
Field Summary
Fields inherited from class AbstractCopyContentTask
cascadingDeleteService, duplicateContentTask, securityManager, unsupportedPublishStatusTask -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCopyResourceContentTask(CascadingDeleteService cascadingDeleteService, SecurityManager securityManager, AbstractCopyContentTask.Config config) -
Method Summary
Methods inherited from class AbstractCopyContentTask
getMainEntity, runMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
CopyResourceContentTask
protected CopyResourceContentTask(CascadingDeleteService cascadingDeleteService, SecurityManager securityManager, AbstractCopyContentTask.Config config)
-