Class SaveConfigurationPropertyCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.cmd.SaveConfigurationPropertyCmd
-
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<ConfigurationPropertyEntity>
public class SaveConfigurationPropertyCmd extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.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(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Field Detail
-
builder
protected ConfigurationPropertyBuilderImpl builder
-
-
Constructor Detail
-
SaveConfigurationPropertyCmd
public SaveConfigurationPropertyCmd(ConfigurationPropertyBuilderImpl builder)
-
-
Method Detail
-
execute
public ConfigurationPropertyEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<ConfigurationPropertyEntity>
-
-