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 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>