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 Modifier and Type Field Description protected java.lang.String
templateDefinitionId
-
Constructor Summary
Constructors Constructor Description GetTemplateModelByIdCmd(java.lang.String templateDefinitionId)
-
Method Summary
Modifier and Type Method Description TemplateModel
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Methods inherited from class com.flowable.template.engine.impl.cmd.AbstractNeedsTemplateDefinitionCmd
createTemplateDefinitionQuery, getTemplateDefinition
-
Field Details
-
templateDefinitionId
protected java.lang.String templateDefinitionId
-
-
Constructor Details
-
GetTemplateModelByIdCmd
public GetTemplateModelByIdCmd(java.lang.String templateDefinitionId)
-
-
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>
-