Class GetDeploymentDashboardComponentDefinitionCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.AbstractNeedsDashboardComponentDefinitionCmd
com.flowable.platform.engine.impl.cmd.GetDeploymentDashboardComponentDefinitionCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<DashboardComponentDefinition>
public class GetDeploymentDashboardComponentDefinitionCmd
extends AbstractNeedsDashboardComponentDefinitionCmd
implements org.flowable.common.engine.impl.interceptor.Command<DashboardComponentDefinition>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetDeploymentDashboardComponentDefinitionCmd
(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
-
GetDeploymentDashboardComponentDefinitionCmd
-
-
Method Details
-
execute
public DashboardComponentDefinition execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<DashboardComponentDefinition>
-