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
Modifier and Type Method Description ConfigurationPropertyEntity
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
Constructor Details
-
Method Details
-
execute
public ConfigurationPropertyEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<ConfigurationPropertyEntity>
-