Class GetTemplateModelByIdCmd
java.lang.Object
com.flowable.template.engine.impl.cmd.AbstractNeedsTemplateDefinitionCmd
com.flowable.template.engine.impl.cmd.GetTemplateModelByIdCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<TemplateModel>
public class GetTemplateModelByIdCmd
extends AbstractNeedsTemplateDefinitionCmd
implements org.flowable.common.engine.impl.interceptor.Command<TemplateModel>
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
templateDefinitionId
-
-
Constructor Details
-
GetTemplateModelByIdCmd
-
-
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>
-