Class GetDashboardComponentDefinitionCmd

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

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

    • dashboardId

      protected String dashboardId
    • dashboardComponentDefinitionKey

      protected String dashboardComponentDefinitionKey
  • Constructor Details

    • GetDashboardComponentDefinitionCmd

      public GetDashboardComponentDefinitionCmd(String dashboardId, String dashboardComponentDefinitionKey)
  • Method Details

    • execute

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

      protected void validateDashboardComponentDefinitionKeyValid(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)