Uses of Interface
org.nuxeo.ecm.core.api.AsyncStatus
-
Packages that use AsyncStatus Package Description org.nuxeo.ecm.core.api org.nuxeo.ecm.core.bulk.message -
-
Uses of AsyncStatus in org.nuxeo.ecm.core.api
Classes in org.nuxeo.ecm.core.api with type parameters of type AsyncStatus Modifier and Type Interface Description interface
AsyncService<K extends Serializable,S extends AsyncStatus<K>,V>
Interface to be implemented by asynchronous services. -
Uses of AsyncStatus in org.nuxeo.ecm.core.bulk.message
Classes in org.nuxeo.ecm.core.bulk.message that implement AsyncStatus Modifier and Type Class Description class
BulkStatus
A message representing a command status or a change of status (delta).
-