Class BulkDeleteFormInstancesByProcessInstanceIdsCmd

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

public class BulkDeleteFormInstancesByProcessInstanceIdsCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
See Also:
  • Field Details

  • Constructor Details

    • BulkDeleteFormInstancesByProcessInstanceIdsCmd

      public BulkDeleteFormInstancesByProcessInstanceIdsCmd(Collection<String> processInstanceIds)
  • Method Details

    • execute

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