Class WorkflowsObject
- java.lang.Object
-
- org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
-
- org.nuxeo.ecm.restapi.server.jaxrs.management.WorkflowsObject
-
public class WorkflowsObject extends AbstractResource<ResourceTypeImpl>
Endpoint to manage the worflows.- Since:
- 2023
-
-
Constructor Summary
Constructors Constructor Description WorkflowsObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkStatus
garbageCollectRoutes()
Garbage collect the routes in state done or canceled as well as the orphan ones.-
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
-
-
-
-
Method Detail
-
garbageCollectRoutes
public BulkStatus garbageCollectRoutes()
Garbage collect the routes in state done or canceled as well as the orphan ones.
-
-