Uses of Interface
org.nuxeo.ecm.core.api.AsyncService
-
Packages that use AsyncService Package Description org.nuxeo.ecm.automation.core.annotations org.nuxeo.ecm.automation.core.impl org.nuxeo.ecm.automation.server.jaxrs.adapters org.nuxeo.ecm.core.bulk -
-
Uses of AsyncService in org.nuxeo.ecm.automation.core.annotations
Methods in org.nuxeo.ecm.automation.core.annotations that return types with arguments of type AsyncService Modifier and Type Method Description Class<? extends AsyncService>
asyncService()
-
Uses of AsyncService in org.nuxeo.ecm.automation.core.impl
Fields in org.nuxeo.ecm.automation.core.impl with type parameters of type AsyncService Modifier and Type Field Description protected Class<? extends AsyncService>
InvokableMethod. asyncService
Methods in org.nuxeo.ecm.automation.core.impl that return types with arguments of type AsyncService Modifier and Type Method Description Class<? extends AsyncService>
InvokableMethod. getAsyncService()
-
Uses of AsyncService in org.nuxeo.ecm.automation.server.jaxrs.adapters
Methods in org.nuxeo.ecm.automation.server.jaxrs.adapters that return AsyncService Modifier and Type Method Description protected AsyncService<Serializable,?,?>
AsyncOperationAdapter. getAsyncService(String executionId)
-
Uses of AsyncService in org.nuxeo.ecm.core.bulk
Subinterfaces of AsyncService in org.nuxeo.ecm.core.bulk Modifier and Type Interface Description interface
BulkService
API to manage Bulk Computation.Classes in org.nuxeo.ecm.core.bulk that implement AsyncService Modifier and Type Class Description class
BulkServiceImpl
Basic implementation ofBulkService
.
-