Uses of Class
org.nuxeo.ecm.core.bulk.message.BulkStatus
Packages that use BulkStatus
Package
Description
-
Uses of BulkStatus in org.nuxeo.ecm.automation.core.operations.services.bulk
Methods in org.nuxeo.ecm.automation.core.operations.services.bulk that return BulkStatus -
Uses of BulkStatus in org.nuxeo.ecm.core.bulk
Methods in org.nuxeo.ecm.core.bulk that return BulkStatusModifier and TypeMethodDescriptionMethods in org.nuxeo.ecm.core.bulk that return types with arguments of type BulkStatusModifier 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) Methods in org.nuxeo.ecm.core.bulk with parameters of type BulkStatusModifier 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
Fields in org.nuxeo.ecm.core.bulk.action.computation declared as BulkStatusMethods in org.nuxeo.ecm.core.bulk.action.computation with parameters of type BulkStatusModifier and TypeMethodDescriptionvoidAbstractBulkComputation.endBucket(ComputationContext context, BulkStatus delta) Can be overridden to write to downstream computation or add results to statusstatic voidAbstractBulkComputation.updateStatus(ComputationContext context, BulkStatus delta) -
Uses of BulkStatus in org.nuxeo.ecm.core.bulk.io
Methods in org.nuxeo.ecm.core.bulk.io that return BulkStatusModifier and TypeMethodDescriptionBulkStatusJsonReader.readEntity(com.fasterxml.jackson.databind.JsonNode jn) Methods in org.nuxeo.ecm.core.bulk.io with parameters of type BulkStatusModifier and TypeMethodDescriptionvoidBulkStatusJsonWriter.writeEntityBody(BulkStatus entity, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of BulkStatus in org.nuxeo.ecm.core.bulk.message
Methods in org.nuxeo.ecm.core.bulk.message that return BulkStatusModifier and TypeMethodDescriptionstatic BulkStatusCreates a delta status for a command.static BulkStatusCreates a delta status for a command.Methods in org.nuxeo.ecm.core.bulk.message with parameters of type BulkStatusModifier and TypeMethodDescriptionvoidBulkStatus.merge(@NotNull BulkStatus update) Updates the status with the provided update. -
Uses of BulkStatus in org.nuxeo.ecm.platform.csv.export.computation
Methods in org.nuxeo.ecm.platform.csv.export.computation with parameters of type BulkStatusModifier and TypeMethodDescriptionvoidCSVProjectionComputation.endBucket(ComputationContext context, BulkStatus delta) -
Uses of BulkStatus in org.nuxeo.ecm.platform.video.computation
Methods in org.nuxeo.ecm.platform.video.computation with parameters of type BulkStatusModifier and TypeMethodDescriptionvoidRecomputeVideoInfoComputation.endBucket(ComputationContext context, BulkStatus delta) -
Uses of BulkStatus in org.nuxeo.ecm.restapi.server
Methods in org.nuxeo.ecm.restapi.server that return BulkStatusModifier and TypeMethodDescriptionBulkActionFrameworkObject.abortBulkAction(String commandId) BulkActionFrameworkObject.getBulkStatus(String commandId) Methods in org.nuxeo.ecm.restapi.server with parameters of type BulkStatusModifier and TypeMethodDescriptionprotected voidBulkActionFrameworkObject.checkStatus(BulkStatus status) -
Uses of BulkStatus in org.nuxeo.ecm.restapi.server.management
Methods in org.nuxeo.ecm.restapi.server.management that return BulkStatusModifier and TypeMethodDescriptionBulkObject.abortCommand(String commandId) BulkObject.doGetStatus(String commandId) Gets theBulkStatusfor the givencommandId.SearchObject.doIndexing(String query, Long queryLimit) Performs indexing on documents matching the optional NXQL query on the default repository.SearchObject.doIndexingOnDocument(String documentId, Long queryLimit) Performs indexing on the given document and its children.PicturesObject.doPostPictures(String query) Recomputes picture views for the documents matching the given query orPicturesObject.PICTURES_DEFAULT_QUERYif not provided.ThumbnailsObject.doPostThumbnails(String query) Recomputes the thumbnail for the documents matching the given query orThumbnailsObject.THUMBNAILS_DEFAULT_QUERYif not provided.VideosObject.doPostVideos(String query, List<String> conversionNames, Boolean recomputeAllVideoInfo) Recomputes video renditions for the documents matching the given query orVideosObject.VIDEOS_DEFAULT_QUERYif 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.ExtractBinaryFulltextObject.fixBinaryStorage(String query) Migrate existing binary fulltext stored in backend to s3 storage.BlobsObject.garbageCollectBlobs(boolean dryRun, long queryLimit, boolean records) Garbage collect the orphaned blobs.OAuth2Object.garbageCollectExpiredTokens()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 BulkStatusSearchObject.performIndexing(String query) Deprecated, for removal: This API element is subject to removal in a future version.protected BulkStatusSearchObject.performIndexing(String query, long queryLimit) Performs indexing on documents matching the optional NXQL query.BulkObject.submitIdleProcessing(long total, int sleepMillis)
SearchObject.performIndexing(String, long)instead