Class AddSectionTask
java.lang.Object
ch.tocco.nice2.optional.cms.impl.content.persist.AddContentTask<AddSectionTask.Param,Entity>
ch.tocco.nice2.optional.cms.impl.content.persist.AddSectionTask
- All Implemented Interfaces:
PersistTask<AddSectionTask.Param,
Entity>
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionAddSectionTask
(WidgetService widgetService, CopyWidgetConfigService copyWidgetConfigService) -
Method Summary
Modifier and TypeMethodDescriptionrun
(Optional<AddSectionTask.Param> paramObj, CommandContext commandContext) Methods inherited from class ch.tocco.nice2.optional.cms.impl.content.persist.AddContentTask
createContentToSection, createContentToSnippet
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
-
AddSectionTask
-
-
Method Details
-
run
public Entity run(Optional<AddSectionTask.Param> paramObj, CommandContext commandContext) throws PersistException, InterruptedException - Throws:
PersistException
InterruptedException
-