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