Class PublishPageContentTask
java.lang.Object
ch.tocco.nice2.dms.spi.content.persist.AbstractCopyContentTask
ch.tocco.nice2.optional.cms.impl.content.persist.CopyPageContentTask
ch.tocco.nice2.optional.cms.impl.content.persist.PublishPageContentTask
- All Implemented Interfaces:
PersistTask<PrimaryKey,
Void>
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.tocco.nice2.dms.spi.content.persist.AbstractCopyContentTask
AbstractCopyContentTask.Config
-
Field Summary
Fields inherited from class ch.tocco.nice2.dms.spi.content.persist.AbstractCopyContentTask
cascadingDeleteService, duplicateContentTask, securityManager, unsupportedPublishStatusTask
-
Constructor Summary
ConstructorDescriptionPublishPageContentTask
(CascadingDeleteService cascadingDeleteService, CopyWidgetConfigService copyWidgetConfigService, SecurityManager securityManager) -
Method Summary
Methods inherited from class ch.tocco.nice2.dms.spi.content.persist.AbstractCopyContentTask
getMainEntity, run
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.persist.core.api.exec.PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
PublishPageContentTask
public PublishPageContentTask(CascadingDeleteService cascadingDeleteService, CopyWidgetConfigService copyWidgetConfigService, SecurityManager securityManager)
-