Class CreateOrUpdateConfigurationPropertyByNamespaceAndNameCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.CreateOrUpdateConfigurationPropertyByNamespaceAndNameCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<ConfigurationPropertyEntity>
public class CreateOrUpdateConfigurationPropertyByNamespaceAndNameCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<ConfigurationPropertyEntity>
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
namespace
-
name
-
tenantId
-
description
-
textValue
-
-
Constructor Details
-
CreateOrUpdateConfigurationPropertyByNamespaceAndNameCmd
-
-
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>
-