Class DeleteConfigurationPropertiesCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.DeleteConfigurationPropertiesCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
public class DeleteConfigurationPropertiesCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeleteConfigurationPropertiesCmd
(String namespace, String name, String tenantId) -
Method Summary
-
Field Details
-
namespace
-
name
-
tenantId
-
-
Constructor Details
-
DeleteConfigurationPropertiesCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-