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