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 protected
BulkBucket()
BulkBucket(String commandId, List<String> ids)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCommandId()
List<String>
getIds()
int
hashCode()
void
setCommandId(String commandId)
void
setIds(List<String> ids)
String
toString()
-