Package ch.tocco.nice2.rest.action.spi
Class AbstractActionResource.GetFormEntityTask
java.lang.Object
ch.tocco.nice2.rest.action.spi.AbstractActionResource.GetFormEntityTask
- All Implemented Interfaces:
OptionalTask<EntityBean,
,Entity> PersistTask<EntityBean,
Entity>
- Enclosing class:
AbstractActionResource
protected static class AbstractActionResource.GetFormEntityTask
extends Object
implements OptionalTask<EntityBean,Entity>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable Entity
doRun
(EntityBean formEntityBean, CommandContext commandContext) 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
-
GetFormEntityTask
-
-
Method Details
-
doRun
@Nullable public @Nullable Entity doRun(EntityBean formEntityBean, CommandContext commandContext) throws Exception - Specified by:
doRun
in interfaceOptionalTask<EntityBean,
Entity> - Throws:
Exception
-