Class CreateWidgetConfigTask
java.lang.Object
ch.tocco.nice2.dbrefactoring.spi.liquibase.CreateWidgetConfigTask
- All Implemented Interfaces:
PersistTask<String,
Entity>
This task creates widget config entities of the given modelName.
Only default values are getting set
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable Entity
run
(Optional<String> modelName, 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.PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
CreateWidgetConfigTask
-
-
Method Details
-
run
@Nullable public @Nullable Entity run(Optional<String> modelName, CommandContext commandContext) throws Exception - Specified by:
run
in interfacePersistTask<String,
Entity> - Throws:
Exception
-