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 
    Modifier and Type Field Description
    protected java.lang.String templateDefinitionKey  
    protected java.lang.String tenantId  
  • Constructor Summary

    Constructors 
    Constructor Description
    GetTemplateModelByKeyCmd​(java.lang.String templateDefinitionKey)  
    GetTemplateModelByKeyCmd​(java.lang.String templateDefinitionKey, java.lang.String tenantId)  
  • 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

    getTemplateDefinition

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • execute

      public TemplateModel execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<TemplateModel>