Class CreateTextAnswerTask
java.lang.Object
ch.tocco.nice2.optional.membership.impl.registration.persist.AbstractCreateAnswerTask
ch.tocco.nice2.optional.membership.impl.registration.persist.CreateTextAnswerTask
- All Implemented Interfaces:
CreateAnswerTask, PersistTask<CreateAnswerTask.Params, Void>
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface CreateAnswerTask
CreateAnswerTask.Params -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Voidrun(Optional<CreateAnswerTask.Params> a, CommandContext commandContext) Deprecated.Methods inherited from class AbstractCreateAnswerTask
createAnswerEntity, createEntity, getEntity, getEntityManagerMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
CreateTextAnswerTask
public CreateTextAnswerTask()Deprecated.
-
-
Method Details
-
run
@Nullable public @Nullable Void run(Optional<CreateAnswerTask.Params> a, CommandContext commandContext) throws PersistException, InterruptedException Deprecated.- Throws:
PersistExceptionInterruptedException
-