Interface BulkAction<CONTEXT extends BulkExecutionContext,TARGET>
- Type Parameters:
CONTEXT
- action processing contextTARGET
- The input of this action
- All Known Implementing Classes:
AbstractBulkPageAction
,DefaultBulkAttachmentDelete.BulkAttachmentDeleteAction
public interface BulkAction<CONTEXT extends BulkExecutionContext,TARGET>
This will handle the logic of bulk action
- Since:
- 6.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
-
Field Summary
Fields -
Method Summary
-
Field Details
-
LOCK_PREFIX
-
-
Method Details
-
process
Do logic for single item in bulk action- Parameters:
context
-target
-- Returns:
- List of next item next to be process
-