Package com.flowable.app.engine.impl.cmd
Class GetDeploymentAppDefinitionCmd
- java.lang.Object
-
- com.flowable.app.engine.impl.cmd.GetDeploymentAppDefinitionCmd
-
- All Implemented Interfaces:
Serializable
,Command<CoreAppDefinition>
public class GetDeploymentAppDefinitionCmd extends Object implements Command<CoreAppDefinition>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
appDefinitionId
-
Constructor Summary
Constructors Constructor Description GetDeploymentAppDefinitionCmd(String appDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoreAppDefinition
execute(CommandContext commandContext)
-
-
-
Field Detail
-
appDefinitionId
protected String appDefinitionId
-
-
Constructor Detail
-
GetDeploymentAppDefinitionCmd
public GetDeploymentAppDefinitionCmd(String appDefinitionId)
-
-
Method Detail
-
execute
public CoreAppDefinition execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<CoreAppDefinition>
-
-