Class BulkDeleteActionInstancesCmd
- java.lang.Object
-
- com.flowable.action.engine.impl.cmd.BulkDeleteActionInstancesCmd
-
- All Implemented Interfaces:
Serializable
,Command<Void>
public class BulkDeleteActionInstancesCmd 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 BulkDeleteActionInstancesCmd(Collection<String> scopeIds, String scopeType)
-
-
-
Field Detail
-
scopeIds
protected Collection<String> scopeIds
-
scopeType
protected String scopeType
-
-
Constructor Detail
-
BulkDeleteActionInstancesCmd
public BulkDeleteActionInstancesCmd(Collection<String> scopeIds, String scopeType)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-