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 Details

    • namespace

      protected String namespace
    • name

      protected String name
    • tenantId

      protected String tenantId
  • Constructor Details

    • DeleteConfigurationPropertiesCmd

      public DeleteConfigurationPropertiesCmd(String namespace, String name, String tenantId)
  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>