public class BulkActionDescriptor extends Object implements Descriptor
| Modifier and Type | Field and Description | 
|---|---|
Integer | 
batchSize  | 
Integer | 
bucketSize  | 
static Integer | 
DEFAULT_BATCH_SIZE  | 
static Integer | 
DEFAULT_BUCKET_SIZE  | 
Boolean | 
httpEnabled  | 
String | 
name  | 
Boolean | 
sequentialCommands  | 
Class<? extends BulkActionValidation> | 
validationClass  | 
UNIQUE_DESCRIPTOR_ID| Constructor and Description | 
|---|
BulkActionDescriptor()  | 
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
getBatchSize()  | 
Integer | 
getBucketSize()  | 
String | 
getId()
The descriptor id, descriptors with same id are merged. 
 | 
BulkActionValidation | 
newValidationInstance()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoesRemove, mergepublic static final Integer DEFAULT_BUCKET_SIZE
public static final Integer DEFAULT_BATCH_SIZE
public Integer bucketSize
public Boolean httpEnabled
public Boolean sequentialCommands
public Class<? extends BulkActionValidation> validationClass
public BulkActionDescriptor()
public String getId()
DescriptorTo forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
 To forbid merge use a unique value, non-overriden toString() for exemple.
getId in interface Descriptorpublic Integer getBucketSize()
public Integer getBatchSize()
public BulkActionValidation newValidationInstance()
Copyright © 2019 Nuxeo. All rights reserved.