Uses of Class
org.nuxeo.ecm.core.bulk.message.BulkCommand
Packages that use BulkCommand
Package
Description
-
Uses of BulkCommand in org.nuxeo.ecm.automation.core.operations.services.bulk.validation
Methods in org.nuxeo.ecm.automation.core.operations.services.bulk.validation with parameters of type BulkCommandModifier and TypeMethodDescriptionprotected void
AutomationBulkValidation.validateCommand
(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.ecm.core.action.validation
Methods in org.nuxeo.ecm.core.action.validation with parameters of type BulkCommandModifier and TypeMethodDescriptionprotected void
GarbageCollectOrphanBlobsValidation.validateCommand
(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.ecm.core.bulk
Fields in org.nuxeo.ecm.core.bulk with type parameters of type BulkCommandModifier and TypeFieldDescriptionprotected final Map<String,
BulkCommand> BulkServiceImpl.externalCommands
protected static final ThreadLocal<List<BulkCommand>>
BulkServiceImpl.transactionCommands
Methods in org.nuxeo.ecm.core.bulk that return BulkCommandModifier and TypeMethodDescriptionBulkService.getCommand
(String commandId) Returns the command or null if the command is not found or aborted.BulkServiceImpl.getCommand
(String commandId) Methods in org.nuxeo.ecm.core.bulk that return types with arguments of type BulkCommandMethods in org.nuxeo.ecm.core.bulk with parameters of type BulkCommandModifier 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
Fields in org.nuxeo.ecm.core.bulk.action.computation declared as BulkCommandFields in org.nuxeo.ecm.core.bulk.action.computation with type parameters of type BulkCommandModifier and TypeFieldDescriptionprotected Map<String,
BulkCommand> AbstractBulkComputation.commands
Methods in org.nuxeo.ecm.core.bulk.action.computation that return BulkCommandModifier and TypeMethodDescriptionprotected BulkCommand
AbstractBulkComputation.getCommand
(String commandId) AbstractBulkComputation.getCurrentCommand()
-
Uses of BulkCommand in org.nuxeo.ecm.core.bulk.computation
Methods in org.nuxeo.ecm.core.bulk.computation with parameters of type BulkCommandModifier and TypeMethodDescriptionprotected Scroll
BulkScrollerComputation.buildScroll
(BulkCommand command) protected void
BulkScrollerComputation.getCommandConfiguration
(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.ecm.core.bulk.io
Methods in org.nuxeo.ecm.core.bulk.io that return BulkCommandModifier and TypeMethodDescriptionprotected BulkCommand
BulkCommandJsonReader.readEntity
(com.fasterxml.jackson.databind.JsonNode jn) Methods in org.nuxeo.ecm.core.bulk.io with parameters of type BulkCommandModifier and TypeMethodDescriptionprotected void
BulkCommandJsonWriter.writeEntityBody
(BulkCommand command, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of BulkCommand in org.nuxeo.ecm.core.bulk.message
Methods in org.nuxeo.ecm.core.bulk.message that return BulkCommand -
Uses of BulkCommand in org.nuxeo.ecm.core.bulk.validation
Methods in org.nuxeo.ecm.core.bulk.validation with parameters of type BulkCommandModifier and TypeMethodDescriptionvoid
SetPropertiesValidation.validate
(BulkCommand command) protected void
SetPropertiesValidation.validateCommand
(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.ecm.core.migrator
Methods in org.nuxeo.ecm.core.migrator that return BulkCommandModifier and TypeMethodDescriptionprotected BulkCommand
AbstractBulkMigrator.createBulkCommand
(String repositoryName, String migrationId, String migrationStep) -
Uses of BulkCommand in org.nuxeo.ecm.platform.csv.export.validation
Methods in org.nuxeo.ecm.platform.csv.export.validation with parameters of type BulkCommandModifier and TypeMethodDescriptionprotected void
CSVExportValidation.validateCommand
(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.ecm.platform.picture.recompute
Methods in org.nuxeo.ecm.platform.picture.recompute with parameters of type BulkCommandModifier and TypeMethodDescriptionprotected void
RecomputeViewsActionValidation.validateCommand
(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.ecm.platform.video.action
Methods in org.nuxeo.ecm.platform.video.action with parameters of type BulkCommandModifier and TypeMethodDescriptionprotected void
RecomputeVideoConversionsActionValidation.validateCommand
(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.elasticsearch.bulk
Methods in org.nuxeo.elasticsearch.bulk with parameters of type BulkCommandModifier and TypeMethodDescriptionprotected void
IndexCompletionComputation.refreshIndexIfNeeded
(BulkCommand command) protected void
IndexCompletionComputation.updateAliasIfNeeded
(BulkCommand command)