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 BulkStatus
BulkRunAction. 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 BulkStatus
BulkServiceImpl. abort(String commandId)
BulkStatus
BulkServiceImpl. 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 BulkStatus
AbstractBulkComputation. delta
Methods in org.nuxeo.ecm.core.bulk.action.computation with parameters of type BulkStatus Modifier and Type Method Description void
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
Methods in org.nuxeo.ecm.core.bulk.io that return BulkStatus Modifier and Type Method Description BulkStatus
BulkStatusJsonReader. 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 void
BulkStatusJsonWriter. 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 BulkStatus
BulkStatus. deltaOf(String commandId)
Creates a delta status for a command.static BulkStatus
BulkStatus. 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 void
BulkStatus. 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 void
CSVProjectionComputation. 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 void
RecomputeVideoInfoComputation. 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 BulkStatus
BulkActionFrameworkObject. abortBulkAction(String commandId)
BulkStatus
BulkActionFrameworkObject. getBulkStatus(String commandId)
Methods in org.nuxeo.ecm.restapi.server.jaxrs with parameters of type BulkStatus Modifier and Type Method Description protected void
BulkActionFrameworkObject. 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 BulkStatus
BulkObject. doGetStatus(String commandId)
Gets theBulkStatus
for the givencommandId
.BulkStatus
ElasticsearchObject. doIndexing(String query)
Performs an ES indexing on documents matching the optional NXQL query.BulkStatus
ElasticsearchObject. doIndexingOnDocument(String documentId)
Performs an ES indexing on the given document and his children.BulkStatus
PicturesObject. doPostPictures(String query)
Recomputes picture views for the documents matching the given query orPicturesObject.PICTURES_DEFAULT_QUERY
if not provided.BulkStatus
ThumbnailsObject. doPostThumbnails(String query)
Recomputes the thumbnail for the documents matching the given query orThumbnailsObject.THUMBNAILS_DEFAULT_QUERY
if not provided.BulkStatus
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.BulkStatus
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.BulkStatus
BlobsObject. garbageCollectBlobs(boolean dryRun, long queryLimit, boolean records)
Garbage collect the orphaned blobs.BulkStatus
WorkflowsObject. garbageCollectRoutes()
Garbage collect the routes in state done or canceled as well as the orphan ones.BulkStatus
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
Fields in org.nuxeo.elasticsearch.bulk with type parameters of type BulkStatus Modifier and Type Field Description protected Codec<BulkStatus>
IndexCompletionComputation. codec
Methods in org.nuxeo.elasticsearch.bulk with parameters of type BulkStatus Modifier and Type Method Description void
IndexRequestComputation. endBucket(ComputationContext context, BulkStatus delta)
protected void
IndexCompletionComputation. logIndexing(BulkStatus status)
-