Class MoveSectionTask
java.lang.Object
ch.tocco.nice2.optional.cms.impl.content.persist.MoveSectionTask
- All Implemented Interfaces:
PersistTask<MoveSectionTask.Param,Void>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun(Optional<MoveSectionTask.Param> paramObj, CommandContext commandContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
MoveSectionTask
public MoveSectionTask()
-
-
Method Details
-
run
public Void run(Optional<MoveSectionTask.Param> paramObj, CommandContext commandContext) throws PersistException, InterruptedException - Specified by:
runin interfacePersistTask<MoveSectionTask.Param,Void> - Throws:
PersistExceptionInterruptedException
-