Uses of Class
org.nuxeo.ecm.core.bulk.message.BulkStatus
-
-
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 Modifier and Type Method Description BulkStatusBulkRunAction. run() -
Uses of BulkStatus in org.nuxeo.ecm.core.bulk
Methods in org.nuxeo.ecm.core.bulk that return BulkStatus Modifier and Type Method Description BulkStatusBulkServiceImpl. abort(String commandId)BulkStatusBulkServiceImpl. getStatus(String commandId)Methods in org.nuxeo.ecm.core.bulk that return types with arguments of type BulkStatus Modifier and Type Method Description static Codec<BulkStatus>BulkCodecs. getStatusCodec()List<BulkStatus>BulkService. getStatuses(String username)Gets the list of action statuses triggered by the given user.List<BulkStatus>BulkServiceImpl. getStatuses(String username)Methods in org.nuxeo.ecm.core.bulk with parameters of type BulkStatus Modifier and Type Method Description byte[]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 BulkStatus Modifier and Type Field Description protected BulkStatusAbstractBulkComputation. deltaMethods in org.nuxeo.ecm.core.bulk.action.computation with parameters of type BulkStatus Modifier and Type Method Description voidAbstractBulkComputation. 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 BulkStatus Modifier and Type Method Description BulkStatusBulkStatusJsonReader. readEntity(com.fasterxml.jackson.databind.JsonNode jn)Methods in org.nuxeo.ecm.core.bulk.io with parameters of type BulkStatus Modifier and Type Method Description voidBulkStatusJsonWriter. 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 BulkStatus Modifier and Type Method Description static BulkStatusBulkStatus. deltaOf(String commandId)Creates a delta status for a command.static BulkStatusBulkStatus. unknownOf(String commandId)Creates a delta status for a command.Methods in org.nuxeo.ecm.core.bulk.message with parameters of type BulkStatus Modifier and Type Method Description voidBulkStatus. merge(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 BulkStatus Modifier and Type Method Description voidCSVProjectionComputation. 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 BulkStatus Modifier and Type Method Description voidRecomputeVideoInfoComputation. endBucket(ComputationContext context, BulkStatus delta) -
Uses of BulkStatus in org.nuxeo.ecm.restapi.server.jaxrs
Methods in org.nuxeo.ecm.restapi.server.jaxrs that return BulkStatus Modifier and Type Method Description BulkStatusBulkActionFrameworkObject. abortBulkAction(String commandId)BulkStatusBulkActionFrameworkObject. getBulkStatus(String commandId)Methods in org.nuxeo.ecm.restapi.server.jaxrs with parameters of type BulkStatus Modifier and Type Method Description protected voidBulkActionFrameworkObject. checkStatus(BulkStatus status) -
Uses of BulkStatus in org.nuxeo.ecm.restapi.server.jaxrs.management
Methods in org.nuxeo.ecm.restapi.server.jaxrs.management that return BulkStatus Modifier and Type Method Description BulkStatusBulkObject. doGetStatus(String commandId)Gets theBulkStatusfor the givencommandId.BulkStatusElasticsearchObject. doIndexing(String query)Performs an ES indexing on documents matching the optional NXQL query.BulkStatusElasticsearchObject. doIndexingOnDocument(String documentId)Performs an ES indexing on the given document and his children.BulkStatusPicturesObject. doPostPictures(String query)Recomputes picture views for the documents matching the given query orPicturesObject.PICTURES_DEFAULT_QUERYif not provided.BulkStatusThumbnailsObject. doPostThumbnails(String query)Recomputes the thumbnail for the documents matching the given query orThumbnailsObject.THUMBNAILS_DEFAULT_QUERYif not provided.BulkStatusVideosObject. doPostVideos(String query, List<String> conversionNames, Boolean recomputeAllVideoInfo)Recomputes video renditions for the documents matching the given query orVideosObject.VIDEOS_DEFAULT_QUERYif not provided.BulkStatusExtractBinaryFulltextObject. 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.BulkStatusBlobsObject. garbageCollectBlobs(boolean dryRun, long queryLimit, boolean records)Garbage collect the orphaned blobs.BulkStatusWorkflowsObject. garbageCollectRoutes()Garbage collect the routes in state done or canceled as well as the orphan ones.BulkStatusVersionsObject. garbageCollectVersions()Garbage collect the orphaned versions.protected BulkStatusElasticsearchObject. performIndexing(String query)Performs an ES indexing on documents matching the optional NXQL query. -
Uses of BulkStatus in org.nuxeo.elasticsearch.bulk
Fields in org.nuxeo.elasticsearch.bulk with type parameters of type BulkStatus Modifier and Type Field Description protected Codec<BulkStatus>IndexCompletionComputation. codecMethods in org.nuxeo.elasticsearch.bulk with parameters of type BulkStatus Modifier and Type Method Description voidIndexRequestComputation. endBucket(ComputationContext context, BulkStatus delta)protected voidIndexCompletionComputation. logIndexing(BulkStatus status)
-