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
FieldsModifier and TypeFieldDescriptionstatic final Integerprotected static final Durationstatic final Integerprotected booleanDeprecated.Class<? extends BulkActionValidation> Fields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()The descriptor id, descriptors with same id are merged.booleanvoidsetEnabled(boolean isEnabled) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:DescriptorThe 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:
getIdin interfaceDescriptor
-
getBucketSize
-
getBatchSize
-
getBatchTransactionTimeout
-
getDefaultQueryLimit
-
newValidationInstance
- Since:
- 10.10
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean isEnabled) -
getDefaultScroller
-
getInputStream
-