Class GetFormInstanceValuesCmd

java.lang.Object
com.flowable.form.engine.impl.cmd.GetFormInstanceValuesCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<byte[]>

public class GetFormInstanceValuesCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<byte[]>, Serializable
See Also:
  • Field Details

    • formInstanceId

      protected String formInstanceId
  • Constructor Details

    • GetFormInstanceValuesCmd

      public GetFormInstanceValuesCmd(String formInstanceId)
  • Method Details

    • execute

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