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