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 java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<ConfigurationPropertyEntity>
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
description
protected java.lang.String
name
protected java.lang.String
namespace
protected java.lang.String
tenantId
protected java.lang.String
textValue
-
Constructor Summary
Constructors Constructor Description CreateOrUpdateConfigurationPropertyByNamespaceAndNameCmd(java.lang.String namespace, java.lang.String name, java.lang.String tenantId, java.lang.String description, java.lang.String textValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationPropertyEntity
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
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>
-
-