Uses of Class
org.nuxeo.ecm.core.bulk.message.BulkCommand
-
-
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 BulkCommand Modifier and Type Method Description protected 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 BulkCommand Modifier and Type Method Description protected 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 BulkCommand Modifier and Type Field Description protected Map<String,BulkCommand>BulkServiceImpl. externalCommandsprotected static ThreadLocal<List<BulkCommand>>BulkServiceImpl. transactionCommandsMethods in org.nuxeo.ecm.core.bulk that return BulkCommand Modifier and Type Method Description BulkCommandBulkService. getCommand(String commandId)Returns the command or null if the command is not found or aborted.BulkCommandBulkServiceImpl. getCommand(String commandId)Methods in org.nuxeo.ecm.core.bulk that return types with arguments of type BulkCommand Modifier and Type Method Description static Codec<BulkCommand>BulkCodecs. getCommandCodec()Methods in org.nuxeo.ecm.core.bulk with parameters of type BulkCommand Modifier and Type Method Description protected 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)StringBulkService. submit(BulkCommand command)Submits aBulkCommandthat will be processed asynchronously, even if the current transaction rolls back (the method is not transactional).StringBulkServiceImpl. submit(BulkCommand command)StringBulkService. submitTransactional(BulkCommand command)Submits aBulkCommandthat will be processed asynchronously only if the transaction commits successfully (nothing will be submitted in case of transaction rollback).StringBulkServiceImpl. 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 BulkCommand Modifier and Type Field Description protected BulkCommandAbstractBulkComputation. commandFields in org.nuxeo.ecm.core.bulk.action.computation with type parameters of type BulkCommand Modifier and Type Field Description protected Map<String,BulkCommand>AbstractBulkComputation. commandsMethods in org.nuxeo.ecm.core.bulk.action.computation that return BulkCommand Modifier and Type Method Description protected BulkCommandAbstractBulkComputation. getCommand(String commandId)BulkCommandAbstractBulkComputation. getCurrentCommand() -
Uses of BulkCommand in org.nuxeo.ecm.core.bulk.computation
Methods in org.nuxeo.ecm.core.bulk.computation with parameters of type BulkCommand Modifier and Type Method Description protected 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 BulkCommand Modifier and Type Method Description protected BulkCommandBulkCommandJsonReader. readEntity(com.fasterxml.jackson.databind.JsonNode jn)Methods in org.nuxeo.ecm.core.bulk.io with parameters of type BulkCommand Modifier and Type Method Description protected 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 Modifier and Type Method Description BulkCommandBulkCommand.Builder. build() -
Uses of BulkCommand in org.nuxeo.ecm.core.bulk.validation
Methods in org.nuxeo.ecm.core.bulk.validation with parameters of type BulkCommand Modifier and Type Method Description voidSetPropertiesValidation. 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 BulkCommand Modifier and Type Method Description protected BulkCommandAbstractBulkMigrator. 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 BulkCommand Modifier and Type Method Description protected voidCSVExportValidation. 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 BulkCommand Modifier and Type Method Description protected 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 BulkCommand Modifier and Type Method Description protected voidRecomputeVideoConversionsActionValidation. validateCommand(BulkCommand command) -
Uses of BulkCommand in org.nuxeo.elasticsearch.bulk
Methods in org.nuxeo.elasticsearch.bulk with parameters of type BulkCommand Modifier and Type Method Description protected voidIndexCompletionComputation. refreshIndexIfNeeded(BulkCommand command)protected voidIndexCompletionComputation. updateAliasIfNeeded(BulkCommand command)
-