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 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 BulkCommand Modifier and Type Method Description protected 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 BulkCommand Modifier and Type Field Description protected Map<String,BulkCommand>
BulkServiceImpl. externalCommands
protected static ThreadLocal<List<BulkCommand>>
BulkServiceImpl. transactionCommands
Methods in org.nuxeo.ecm.core.bulk that return BulkCommand Modifier and Type Method Description BulkCommand
BulkService. getCommand(String commandId)
Returns the command or null if the command is not found or aborted.BulkCommand
BulkServiceImpl. 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 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)
String
BulkService. submit(BulkCommand command)
Submits aBulkCommand
that will be processed asynchronously, even if the current transaction rolls back (the method is not transactional).String
BulkServiceImpl. submit(BulkCommand command)
String
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).String
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 BulkCommand Modifier and Type Field Description protected BulkCommand
AbstractBulkComputation. command
Fields in org.nuxeo.ecm.core.bulk.action.computation with type parameters of type BulkCommand Modifier and Type Field Description protected Map<String,BulkCommand>
AbstractBulkComputation. commands
Methods in org.nuxeo.ecm.core.bulk.action.computation that return BulkCommand Modifier and Type Method Description protected BulkCommand
AbstractBulkComputation. getCommand(String commandId)
BulkCommand
AbstractBulkComputation. 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 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 BulkCommand Modifier and Type Method Description protected BulkCommand
BulkCommandJsonReader. 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 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 Modifier and Type Method Description BulkCommand
BulkCommand.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 void
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 BulkCommand Modifier and Type Method Description protected 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 BulkCommand Modifier and Type Method Description protected 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 BulkCommand Modifier and Type Method Description protected 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 BulkCommand Modifier and Type Method Description protected void
RecomputeVideoConversionsActionValidation. 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 void
IndexCompletionComputation. refreshIndexIfNeeded(BulkCommand command)
protected void
IndexCompletionComputation. updateAliasIfNeeded(BulkCommand command)
-