Class AbstractDmsAllChangesTask
java.lang.Object
ch.tocco.nice2.dms.spi.content.persist.AbstractAllChangesTask
ch.tocco.nice2.dms.impl.content.persist.AbstractDmsAllChangesTask
- All Implemented Interfaces:
OptionalTask<KeyEntityNameObject, Void>, PersistTask<KeyEntityNameObject, Void>
- Direct Known Subclasses:
PublishAllResourceContentTask, RevertAllChangesTask, UnpublishAllResourceContentTask
-
Field Summary
Fields inherited from class AbstractAllChangesTask
cascadingDeleteService, contentTreeService -
Constructor Summary
ConstructorsConstructorDescriptionAbstractDmsAllChangesTask(ContentTreeService contentTreeService, CascadingDeleteService cascadingDeleteService) -
Method Summary
Modifier and TypeMethodDescriptionprotected ContentTreeContextprotected voidupdateNode(ContentTreeNode treeNode, CommandContext commandContext) Methods inherited from class AbstractAllChangesTask
doRun, getTaskMethods 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
-
AbstractDmsAllChangesTask
public AbstractDmsAllChangesTask(ContentTreeService contentTreeService, CascadingDeleteService cascadingDeleteService)
-
-
Method Details
-
updateNode
- Overrides:
updateNodein classAbstractAllChangesTask- Throws:
Exception
-
getContentTreeContext
- Specified by:
getContentTreeContextin classAbstractAllChangesTask
-