Package org.nuxeo.ecm.core.bulk.message
Class BulkBucket
- java.lang.Object
-
- org.nuxeo.ecm.core.bulk.message.BulkBucket
-
- All Implemented Interfaces:
Serializable
public class BulkBucket extends Object implements Serializable
A message to pass a command id and a bucket of document ids- Since:
- 10.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBulkBucket()BulkBucket(String commandId, List<String> ids)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCommandId()List<String>getIds()inthashCode()voidsetCommandId(String commandId)voidsetIds(List<String> ids)StringtoString()
-