Class GetFormDefinitionResourceCmd

java.lang.Object
com.flowable.form.engine.impl.cmd.GetFormDefinitionResourceCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<InputStream>

public class GetFormDefinitionResourceCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<InputStream>, Serializable
Gives access to a deployed form model, e.g., a Form JSON file, through a stream of bytes.
Author:
Tijs Rademakers
See Also:
  • Field Details

    • formDefinitionId

      protected String formDefinitionId
  • Constructor Details

    • GetFormDefinitionResourceCmd

      public GetFormDefinitionResourceCmd(String formDefinitionId)
  • Method Details

    • execute

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