public class GetTemplateModelByKeyCmd extends AbstractNeedsTemplateDefinitionCmd implements org.flowable.common.engine.impl.interceptor.Command<TemplateModel>
| Modifier and Type | Field and Description |
|---|---|
protected String |
templateDefinitionKey |
protected String |
tenantId |
| Constructor and Description |
|---|
GetTemplateModelByKeyCmd(String templateDefinitionKey) |
GetTemplateModelByKeyCmd(String templateDefinitionKey,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
TemplateModel |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
getTemplateDefinitionprotected String templateDefinitionKey
protected String tenantId
public GetTemplateModelByKeyCmd(String templateDefinitionKey)
public TemplateModel execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<TemplateModel>Copyright © 2019. All rights reserved.