Class PublishAllPageContentTask
java.lang.Object
ch.tocco.nice2.dms.spi.content.persist.AbstractAllChangesTask
ch.tocco.nice2.optional.cms.impl.content.persist.AbstractCmsAllChangesTask
ch.tocco.nice2.optional.cms.impl.content.persist.PublishAllPageContentTask
- All Implemented Interfaces:
OptionalTask<KeyEntityNameObject, Void>, PersistTask<KeyEntityNameObject, Void>
-
Field Summary
Fields inherited from class AbstractAllChangesTask
cascadingDeleteService, contentTreeService -
Constructor Summary
ConstructorsConstructorDescriptionPublishAllPageContentTask(ContentTreeService contentTreeService, CascadingDeleteService cascadingDeleteService, CopyWidgetConfigService copyWidgetConfigService, SecurityManager securityManager) -
Method Summary
Methods inherited from class AbstractCmsAllChangesTask
getContentTreeContext, updateNodeMethods inherited from class AbstractAllChangesTask
doRunMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface OptionalTask
runMethods inherited from interface PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
PublishAllPageContentTask
public PublishAllPageContentTask(ContentTreeService contentTreeService, CascadingDeleteService cascadingDeleteService, CopyWidgetConfigService copyWidgetConfigService, SecurityManager securityManager)
-
-
Method Details
-
getTask
- Specified by:
getTaskin classAbstractAllChangesTask
-