Uses of Class
org.nuxeo.ecm.core.bulk.message.BulkStatus
Package
Description
-
Uses of BulkStatus in org.nuxeo.ecm.automation.core.operations.services.bulk
-
Uses of BulkStatus in org.nuxeo.ecm.core.bulk
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionstatic Codec<BulkStatus>
BulkCodecs.getStatusCodec()
BulkService.getStatuses
(String username) Gets the list of action statuses triggered by the given user.BulkServiceImpl.getStatuses
(String username) Modifier and TypeMethodDescriptionbyte[]
BulkServiceImpl.setStatus
(BulkStatus status) Stores the status in the kv store returns the encoded status -
Uses of BulkStatus in org.nuxeo.ecm.core.bulk.action.computation
Modifier and TypeMethodDescriptionvoid
AbstractBulkComputation.endBucket
(ComputationContext context, BulkStatus delta) Can be overridden to write to downstream computation or add results to statusstatic void
AbstractBulkComputation.updateStatus
(ComputationContext context, BulkStatus delta) -
Uses of BulkStatus in org.nuxeo.ecm.core.bulk.io
Modifier and TypeMethodDescriptionBulkStatusJsonReader.readEntity
(com.fasterxml.jackson.databind.JsonNode jn) Modifier and TypeMethodDescriptionvoid
BulkStatusJsonWriter.writeEntityBody
(BulkStatus entity, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of BulkStatus in org.nuxeo.ecm.core.bulk.message
Modifier and TypeMethodDescriptionstatic BulkStatus
Creates a delta status for a command.static BulkStatus
Creates a delta status for a command.Modifier and TypeMethodDescriptionvoid
BulkStatus.merge
(BulkStatus update) Updates the status with the provided update. -
Uses of BulkStatus in org.nuxeo.ecm.platform.csv.export.computation
Modifier and TypeMethodDescriptionvoid
CSVProjectionComputation.endBucket
(ComputationContext context, BulkStatus delta) -
Uses of BulkStatus in org.nuxeo.ecm.platform.video.computation
Modifier and TypeMethodDescriptionvoid
RecomputeVideoInfoComputation.endBucket
(ComputationContext context, BulkStatus delta) -
Uses of BulkStatus in org.nuxeo.ecm.restapi.server.jaxrs
Modifier and TypeMethodDescriptionBulkActionFrameworkObject.abortBulkAction
(String commandId) BulkActionFrameworkObject.getBulkStatus
(String commandId) Modifier and TypeMethodDescriptionprotected void
BulkActionFrameworkObject.checkStatus
(BulkStatus status) -
Uses of BulkStatus in org.nuxeo.ecm.restapi.server.jaxrs.management
Modifier and TypeMethodDescriptionBulkObject.doGetStatus
(String commandId) Gets theBulkStatus
for the givencommandId
.ElasticsearchObject.doIndexing
(String query) Performs an ES indexing on documents matching the optional NXQL query.ElasticsearchObject.doIndexingOnDocument
(String documentId) Performs an ES indexing on the given document and his children.PicturesObject.doPostPictures
(String query) Recomputes picture views for the documents matching the given query orPicturesObject.PICTURES_DEFAULT_QUERY
if not provided.ThumbnailsObject.doPostThumbnails
(String query) Recomputes the thumbnail for the documents matching the given query orThumbnailsObject.THUMBNAILS_DEFAULT_QUERY
if not provided.VideosObject.doPostVideos
(String query, List<String> conversionNames, Boolean recomputeAllVideoInfo) Recomputes video renditions for the documents matching the given query orVideosObject.VIDEOS_DEFAULT_QUERY
if not provided.ExtractBinaryFulltextObject.extractBinaryFulltext
(String query, Boolean force) Run fulltext extraction of binaries, force can be used when changing the configuration to nullify binary fulltext on documents that are excluded with the new configuration.BlobsObject.garbageCollectBlobs
(boolean dryRun, long queryLimit, boolean records) Garbage collect the orphaned blobs.WorkflowsObject.garbageCollectRoutes()
Garbage collect the routes in state done or canceled as well as the orphan ones.VersionsObject.garbageCollectVersions()
Garbage collect the orphaned versions.protected BulkStatus
ElasticsearchObject.performIndexing
(String query) Performs an ES indexing on documents matching the optional NXQL query. -
Uses of BulkStatus in org.nuxeo.elasticsearch.bulk
Modifier and TypeMethodDescriptionvoid
IndexRequestComputation.endBucket
(ComputationContext context, BulkStatus delta) protected void
IndexCompletionComputation.logIndexing
(BulkStatus status)