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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetDashboardComponentDefinitionCmd
(String dashboardId, String dashboardComponentDefinitionKey) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected void
validateDashboardComponentDefinitionKeyValid
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods inherited from class com.flowable.platform.engine.impl.cmd.AbstractNeedsDashboardCmd
getDashboard, getDashboardComponentDefinitionModel, getDashboardConfiguration, getDashboardEntityManager
-
Field Details
-
dashboardId
-
dashboardComponentDefinitionKey
-
-
Constructor Details
-
GetDashboardComponentDefinitionCmd
-
-
Method Details
-
execute
public DashboardComponentDefinitionModel execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<DashboardComponentDefinitionModel>
-
validateDashboardComponentDefinitionKeyValid
protected void validateDashboardComponentDefinitionKeyValid(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-