Class DeleteDashboardCmd

java.lang.Object
com.flowable.platform.engine.impl.cmd.AbstractNeedsDashboardCmd
com.flowable.platform.engine.impl.cmd.DeleteDashboardCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class DeleteDashboardCmd extends AbstractNeedsDashboardCmd implements org.flowable.common.engine.impl.interceptor.Command<Void>
  • Field Details

    • dashboardId

      protected String dashboardId
  • Constructor Details

    • DeleteDashboardCmd

      public DeleteDashboardCmd(String dashboardId)
  • 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>