Class SaveConfigurationPropertyCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.cmd.SaveConfigurationPropertyCmd
-
- All Implemented Interfaces:
Command<ConfigurationPropertyEntity>
public class SaveConfigurationPropertyCmd extends Object implements Command<ConfigurationPropertyEntity>
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected ConfigurationPropertyBuilderImpl
builder
-
Constructor Summary
Constructors Constructor Description SaveConfigurationPropertyCmd(ConfigurationPropertyBuilderImpl builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationPropertyEntity
execute(CommandContext commandContext)
-
-
-
Field Detail
-
builder
protected ConfigurationPropertyBuilderImpl builder
-
-
Constructor Detail
-
SaveConfigurationPropertyCmd
public SaveConfigurationPropertyCmd(ConfigurationPropertyBuilderImpl builder)
-
-
Method Detail
-
execute
public ConfigurationPropertyEntity execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<ConfigurationPropertyEntity>
-
-