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