Package org.activiti.engine.impl.cmd
Class GetModelCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetModelCmd
-
- All Implemented Interfaces:
Serializable,Command<ModelEntity>
public class GetModelCmd extends Object implements Command<ModelEntity>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetModelCmd(String modelId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelEntityexecute(CommandContext commandContext)
-
-
-
Field Detail
-
modelId
protected String modelId
-
-
Constructor Detail
-
GetModelCmd
public GetModelCmd(String modelId)
-
-
Method Detail
-
execute
public ModelEntity execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<ModelEntity>
-
-