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 ConfigurationPropertyBuilderImplbuilder -
Constructor Summary
Constructors Constructor Description SaveConfigurationPropertyCmd(ConfigurationPropertyBuilderImpl builder) -
Method Summary
Modifier and Type Method Description ConfigurationPropertyEntityexecute(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:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<ConfigurationPropertyEntity>
-