Class GetTemplateModelByKeyCmd
java.lang.Object
com.flowable.template.engine.impl.cmd.AbstractNeedsTemplateDefinitionCmd
com.flowable.template.engine.impl.cmd.GetTemplateModelByKeyCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<TemplateModel>
public class GetTemplateModelByKeyCmd
extends AbstractNeedsTemplateDefinitionCmd
implements org.flowable.common.engine.impl.interceptor.Command<TemplateModel>
- Author:
- Tijs Rademakers, Joram Barrez
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetTemplateModelByKeyCmd
(String templateDefinitionKey) GetTemplateModelByKeyCmd
(String templateDefinitionKey, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods inherited from class com.flowable.template.engine.impl.cmd.AbstractNeedsTemplateDefinitionCmd
createTemplateDefinitionQuery, getTemplateDefinition
-
Field Details
-
templateDefinitionKey
-
tenantId
-
-
Constructor Details
-
GetTemplateModelByKeyCmd
-
GetTemplateModelByKeyCmd
-
-
Method Details
-
execute
public TemplateModel execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<TemplateModel>
-