Class GetTemplateModelByKeyCmd
- java.lang.Object
-
- com.flowable.template.engine.impl.cmd.AbstractNeedsTemplateDefinitionCmd
-
- com.flowable.template.engine.impl.cmd.GetTemplateModelByKeyCmd
-
- All Implemented Interfaces:
Command<TemplateModel>
public class GetTemplateModelByKeyCmd extends AbstractNeedsTemplateDefinitionCmd implements Command<TemplateModel>
- Author:
- Tijs Rademakers, Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected String
templateDefinitionKey
protected String
tenantId
-
Constructor Summary
Constructors Constructor Description GetTemplateModelByKeyCmd(String templateDefinitionKey)
GetTemplateModelByKeyCmd(String templateDefinitionKey, String tenantId)
-
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
-
-
-
-
Method Detail
-
execute
public TemplateModel execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<TemplateModel>
-
-