Class BulkDeleteHistoricActionInstancesCmd

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

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

  • Constructor Details

    • BulkDeleteHistoricActionInstancesCmd

      public BulkDeleteHistoricActionInstancesCmd(Collection<String> scopeIds, String scopeType)
  • 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>