Class RevertAllChangesTask
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.RevertAllChangesTask
- All Implemented Interfaces:
OptionalTask<KeyEntityNameObject,
,Void> PersistTask<KeyEntityNameObject,
Void>
-
Field Summary
Fields inherited from class ch.tocco.nice2.dms.spi.content.persist.AbstractAllChangesTask
cascadingDeleteService, contentTreeService
-
Constructor Summary
ConstructorDescriptionRevertAllChangesTask
(ContentTreeService contentTreeService, CascadingDeleteService cascadingDeleteService, CopyWidgetConfigService copyWidgetConfigService, SecurityManager securityManager) -
Method Summary
Methods inherited from class ch.tocco.nice2.optional.cms.impl.content.persist.AbstractCmsAllChangesTask
getContentTreeContext, updateNode
Methods inherited from class ch.tocco.nice2.dms.spi.content.persist.AbstractAllChangesTask
doRun
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
-
RevertAllChangesTask
public RevertAllChangesTask(ContentTreeService contentTreeService, CascadingDeleteService cascadingDeleteService, CopyWidgetConfigService copyWidgetConfigService, SecurityManager securityManager)
-
-
Method Details
-
getTask
- Specified by:
getTask
in classAbstractAllChangesTask
-