Uses of Class
org.nuxeo.ecm.core.bulk.message.BulkCommand
Package
Description
-
Uses of BulkCommand in org.nuxeo.ecm.automation.core.operations.services.bulk.validation
Modifier and TypeMethodDescriptionprotected void
AutomationBulkValidation.validateCommand
(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.ecm.core.action.validation
Modifier and TypeMethodDescriptionprotected void
GarbageCollectOrphanBlobsValidation.validateCommand
(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.ecm.core.bulk
Modifier and TypeFieldDescriptionprotected final Map<String,
BulkCommand> BulkServiceImpl.externalCommands
protected static final ThreadLocal<List<BulkCommand>>
BulkServiceImpl.transactionCommands
Modifier and TypeMethodDescriptionBulkService.getCommand
(String commandId) Returns the command or null if the command is not found or aborted.BulkServiceImpl.getCommand
(String commandId) Modifier and TypeMethodDescriptionprotected void
BulkServiceImpl.checkIfScrollerExists
(BulkCommand command) protected String
AbstractBulkActionValidation.invalidParameterMessage
(String parameter, BulkCommand command) byte[]
BulkServiceImpl.setCommand
(BulkCommand command) Stores the command in the kv store, returns the encoded command.protected void
BulkServiceImpl.setExclusive
(BulkCommand command) BulkService.submit
(BulkCommand command) Submits aBulkCommand
that will be processed asynchronously, even if the current transaction rolls back (the method is not transactional).BulkServiceImpl.submit
(BulkCommand command) BulkService.submitTransactional
(BulkCommand command) Submits aBulkCommand
that will be processed asynchronously only if the transaction commits successfully (nothing will be submitted in case of transaction rollback).BulkServiceImpl.submitTransactional
(BulkCommand command) protected String
AbstractBulkActionValidation.unknownParameterMessage
(String parameter, BulkCommand command) void
AbstractBulkActionValidation.validate
(BulkCommand command) void
BulkActionValidation.validate
(BulkCommand command) Checks if action parameters are valid.protected void
AbstractBulkActionValidation.validateBoolean
(String param, BulkCommand command) protected abstract void
AbstractBulkActionValidation.validateCommand
(BulkCommand command) Validates the command.protected void
AbstractBulkActionValidation.validateList
(String param, BulkCommand command) protected void
AbstractBulkActionValidation.validateMap
(String param, BulkCommand command) protected void
AbstractBulkActionValidation.validateSchema
(String param, Serializable value, BulkCommand command) protected void
AbstractBulkActionValidation.validateString
(String param, BulkCommand command) protected void
AbstractBulkActionValidation.validateStringValue
(String param, Serializable value, BulkCommand command) protected void
AbstractBulkActionValidation.validateXpath
(String param, Serializable value, BulkCommand command) -
Uses of BulkCommand in org.nuxeo.ecm.core.bulk.action.computation
Modifier and TypeFieldDescriptionprotected Map<String,
BulkCommand> AbstractBulkComputation.commands
Modifier and TypeMethodDescriptionprotected BulkCommand
AbstractBulkComputation.getCommand
(String commandId) AbstractBulkComputation.getCurrentCommand()
-
Uses of BulkCommand in org.nuxeo.ecm.core.bulk.computation
Modifier and TypeMethodDescriptionprotected Scroll
BulkScrollerComputation.buildScroll
(BulkCommand command) protected void
BulkScrollerComputation.getCommandConfiguration
(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.ecm.core.bulk.io
Modifier and TypeMethodDescriptionprotected BulkCommand
BulkCommandJsonReader.readEntity
(com.fasterxml.jackson.databind.JsonNode jn) Modifier and TypeMethodDescriptionprotected void
BulkCommandJsonWriter.writeEntityBody
(BulkCommand command, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of BulkCommand in org.nuxeo.ecm.core.bulk.message
-
Uses of BulkCommand in org.nuxeo.ecm.core.bulk.validation
Modifier and TypeMethodDescriptionvoid
SetPropertiesValidation.validate
(BulkCommand command) protected void
SetPropertiesValidation.validateCommand
(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.ecm.core.migrator
Modifier and TypeMethodDescriptionprotected BulkCommand
AbstractBulkMigrator.createBulkCommand
(String repositoryName, String migrationId, String migrationStep) -
Uses of BulkCommand in org.nuxeo.ecm.platform.csv.export.validation
Modifier and TypeMethodDescriptionprotected void
CSVExportValidation.validateCommand
(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.ecm.platform.picture.recompute
Modifier and TypeMethodDescriptionprotected void
RecomputeViewsActionValidation.validateCommand
(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.ecm.platform.video.action
Modifier and TypeMethodDescriptionprotected void
RecomputeVideoConversionsActionValidation.validateCommand
(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.elasticsearch.bulk
Modifier and TypeMethodDescriptionprotected void
IndexCompletionComputation.refreshIndexIfNeeded
(BulkCommand command) protected void
IndexCompletionComputation.updateAliasIfNeeded
(BulkCommand command)