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