Class GetTemplateModelJsonCmd

java.lang.Object
com.flowable.template.engine.impl.cmd.GetTemplateModelJsonCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<String>

public class GetTemplateModelJsonCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<String>
Author:
Tijs Rademakers
  • Field Details

    • templateDefinitionKey

      protected String templateDefinitionKey
  • Constructor Details

    • GetTemplateModelJsonCmd

      public GetTemplateModelJsonCmd(String templateDefinitionKey)
  • Method Details

    • execute

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