Class GetDashboardComponentDefinitionModelCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.AbstractNeedsDashboardComponentDefinitionCmd
com.flowable.platform.engine.impl.cmd.GetDashboardComponentDefinitionModelCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<DashboardComponentDefinitionModel>
public class GetDashboardComponentDefinitionModelCmd
extends AbstractNeedsDashboardComponentDefinitionCmd
implements org.flowable.common.engine.impl.interceptor.Command<DashboardComponentDefinitionModel>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetDashboardComponentDefinitionModelCmd
(String definitionId, String definitionKey, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods inherited from class com.flowable.platform.engine.impl.cmd.AbstractNeedsDashboardComponentDefinitionCmd
resolveDashboardComponentDefinition
-
Field Details
-
definitionId
-
definitionKey
-
tenantId
-
-
Constructor Details
-
GetDashboardComponentDefinitionModelCmd
-
-
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>
-