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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBulkDeleteFormInstancesByProcessInstanceIdsCmd
(Collection<String> processInstanceIds) -
Method Summary
-
Field Details
-
processInstanceIds
-
-
Constructor Details
-
BulkDeleteFormInstancesByProcessInstanceIdsCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-