Package org.nuxeo.ecm.core.bulk
Class BulkActionDescriptor
java.lang.Object
org.nuxeo.ecm.core.bulk.BulkActionDescriptor
- All Implemented Interfaces:
Descriptor
- Since:
- 10.2
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Integer
protected static final Duration
static final Integer
protected boolean
Deprecated.Class<? extends BulkActionValidation>
Fields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
The descriptor id, descriptors with same id are merged.boolean
void
setEnabled
(boolean isEnabled) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove, merge
-
Field Details
-
DEFAULT_BUCKET_SIZE
-
DEFAULT_BATCH_SIZE
-
DEFAULT_BATCH_TRANSACTION_TIMEOUT
-
isEnabled
protected boolean isEnabled -
name
-
inputStream
-
bucketSize
-
batchSize
-
batchTransactionTimeout
-
httpEnabled
-
sequentialCommands
Deprecated. -
sequentialScroll
-
sequentialProcessing
-
exclusive
-
validationClass
-
defaultScroller
-
defaultQueryLimit
-
-
Constructor Details
-
BulkActionDescriptor
public BulkActionDescriptor()
-
-
Method Details
-
getId
Description copied from interface:Descriptor
The descriptor id, descriptors with same id are merged.To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden
toString()
for exemple.- Specified by:
getId
in interfaceDescriptor
-
getBucketSize
-
getBatchSize
-
getBatchTransactionTimeout
-
getDefaultQueryLimit
-
newValidationInstance
- Since:
- 10.10
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean isEnabled) -
getDefaultScroller
-
getInputStream
-