Class AbstractCmsAllChangesTask
java.lang.Object
ch.tocco.nice2.dms.spi.content.persist.AbstractAllChangesTask
ch.tocco.nice2.optional.cms.impl.content.persist.AbstractCmsAllChangesTask
- All Implemented Interfaces:
OptionalTask<KeyEntityNameObject,
,Void> PersistTask<KeyEntityNameObject,
Void>
- Direct Known Subclasses:
PublishAllPageContentTask
,RevertAllChangesTask
,UnpublishAllPageContentTask
Deprecated.
-
Field Summary
Fields inherited from class ch.tocco.nice2.dms.spi.content.persist.AbstractAllChangesTask
cascadingDeleteService, contentTreeService
-
Constructor Summary
ConstructorDescriptionAbstractCmsAllChangesTask
(ContentTreeService contentTreeService, CascadingDeleteService cascadingDeleteService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected ContentTreeContext
Deprecated.protected void
updateNode
(ContentTreeNode treeNode, CommandContext commandContext) Deprecated.Methods inherited from class ch.tocco.nice2.dms.spi.content.persist.AbstractAllChangesTask
doRun, getTask
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.OptionalTask
run
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
-
AbstractCmsAllChangesTask
public AbstractCmsAllChangesTask(ContentTreeService contentTreeService, CascadingDeleteService cascadingDeleteService) Deprecated.
-
-
Method Details
-
updateNode
Deprecated.- Overrides:
updateNode
in classAbstractAllChangesTask
- Throws:
Exception
-
getContentTreeContext
Deprecated.- Specified by:
getContentTreeContext
in classAbstractAllChangesTask
-