Class GetTemplateModelByIdCmd
- java.lang.Object
-
- com.flowable.template.engine.impl.cmd.AbstractNeedsTemplateDefinitionCmd
-
- com.flowable.template.engine.impl.cmd.GetTemplateModelByIdCmd
-
- All Implemented Interfaces:
Command<TemplateModel>
public class GetTemplateModelByIdCmd extends AbstractNeedsTemplateDefinitionCmd implements Command<TemplateModel>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
templateDefinitionId
-
Constructor Summary
Constructors Constructor Description GetTemplateModelByIdCmd(String templateDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TemplateModel
execute(CommandContext commandContext)
-
Methods inherited from class com.flowable.template.engine.impl.cmd.AbstractNeedsTemplateDefinitionCmd
createTemplateDefinitionQuery, getTemplateDefinition
-
-
-
-
Field Detail
-
templateDefinitionId
protected String templateDefinitionId
-
-
Constructor Detail
-
GetTemplateModelByIdCmd
public GetTemplateModelByIdCmd(String templateDefinitionId)
-
-
Method Detail
-
execute
public TemplateModel execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<TemplateModel>
-
-