Class BulkDeleteHistoricActionInstancesCmd
- java.lang.Object
-
- com.flowable.action.engine.impl.cmd.BulkDeleteHistoricActionInstancesCmd
-
- All Implemented Interfaces:
Serializable
,Command<Void>
public class BulkDeleteHistoricActionInstancesCmd extends Object implements Command<Void>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Collection<String>
scopeIds
protected String
scopeType
-
Constructor Summary
Constructors Constructor Description BulkDeleteHistoricActionInstancesCmd(Collection<String> scopeIds, String scopeType)
-
-
-
Field Detail
-
scopeIds
protected Collection<String> scopeIds
-
scopeType
protected String scopeType
-
-
Constructor Detail
-
BulkDeleteHistoricActionInstancesCmd
public BulkDeleteHistoricActionInstancesCmd(Collection<String> scopeIds, String scopeType)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-