Class BulkObject
java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.restapi.server.management.BulkObject
- Since:
- 11.3
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabortCommand
(String commandId) doGetStatus
(String commandId) Gets theBulkStatus
for the givencommandId
.submitIdleProcessing
(long total, int sleepMillis) Methods inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, initialize, isAdapter, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
-
Constructor Details
-
BulkObject
public BulkObject()
-
-
Method Details
-
doGetStatus
Gets theBulkStatus
for the givencommandId
. -
abortCommand
@DELETE @Path("{commandId}") public BulkStatus abortCommand(@PathParam("commandId") String commandId) -
submitIdleProcessing
@PUT @Path("idle") public BulkStatus submitIdleProcessing(@QueryParam("totalDocs") long total, @QueryParam("millisDurationPerDoc") int sleepMillis)
-