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 voidAutomationBulkValidation.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 voidGarbageCollectOrphanBlobsValidation.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.externalCommandsprotected static final ThreadLocal<List<BulkCommand>> BulkServiceImpl.transactionCommandsMethods 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 voidBulkServiceImpl.checkIfScrollerExists(BulkCommand command) protected StringAbstractBulkActionValidation.invalidParameterMessage(String parameter, BulkCommand command) byte[]BulkServiceImpl.setCommand(BulkCommand command) Stores the command in the kv store, returns the encoded command.protected voidBulkServiceImpl.setExclusive(BulkCommand command) BulkService.submit(BulkCommand command) Submits aBulkCommandthat 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 aBulkCommandthat will be processed asynchronously only if the transaction commits successfully (nothing will be submitted in case of transaction rollback).BulkServiceImpl.submitTransactional(BulkCommand command) protected StringAbstractBulkActionValidation.unknownParameterMessage(String parameter, BulkCommand command) voidAbstractBulkActionValidation.validate(BulkCommand command) voidBulkActionValidation.validate(BulkCommand command) Checks if action parameters are valid.protected voidAbstractBulkActionValidation.validateBoolean(String param, BulkCommand command) protected abstract voidAbstractBulkActionValidation.validateCommand(BulkCommand command) Validates the command.protected voidAbstractBulkActionValidation.validateList(String param, BulkCommand command) protected voidAbstractBulkActionValidation.validateMap(String param, BulkCommand command) protected voidAbstractBulkActionValidation.validateSchema(String param, Serializable value, BulkCommand command) protected voidAbstractBulkActionValidation.validateString(String param, BulkCommand command) protected voidAbstractBulkActionValidation.validateStringValue(String param, Serializable value, BulkCommand command) protected voidAbstractBulkActionValidation.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.commandsMethods in org.nuxeo.ecm.core.bulk.action.computation that return BulkCommandModifier and TypeMethodDescriptionprotected BulkCommandAbstractBulkComputation.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 ScrollBulkScrollerComputation.buildScroll(BulkCommand command) protected voidBulkScrollerComputation.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 BulkCommandBulkCommandJsonReader.readEntity(com.fasterxml.jackson.databind.JsonNode jn) Methods in org.nuxeo.ecm.core.bulk.io with parameters of type BulkCommandModifier and TypeMethodDescriptionprotected voidBulkCommandJsonWriter.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 TypeMethodDescriptionvoidSetPropertiesValidation.validate(BulkCommand command) protected voidSetPropertiesValidation.validateCommand(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.ecm.core.migrator
Methods in org.nuxeo.ecm.core.migrator that return BulkCommandModifier and TypeMethodDescriptionprotected BulkCommandAbstractBulkMigrator.createBulkCommand(String repositoryName, String migrationId, String migrationStep) -
Uses of BulkCommand in org.nuxeo.ecm.core.storage.action
Methods in org.nuxeo.ecm.core.storage.action with parameters of type BulkCommandModifier and TypeMethodDescriptionprotected voidFixBinaryFulltextStorageValidation.validateCommand(BulkCommand command) -
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 voidCSVExportValidation.validateCommand(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.ecm.platform.oauth2.bulk.validation
Methods in org.nuxeo.ecm.platform.oauth2.bulk.validation with parameters of type BulkCommandModifier and TypeMethodDescriptionprotected voidGarbageCollectExpiredOAuth2TokensValidation.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 voidRecomputeViewsActionValidation.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 voidRecomputeVideoConversionsActionValidation.validateCommand(BulkCommand command)