Package com.logicaldoc.core.document
Class DocumentFuture
java.lang.Object
com.logicaldoc.util.concurrent.FutureElaboration<Document,Document>
com.logicaldoc.core.document.DocumentFuture
A future used to track asynchronous elaborations on a document.
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.logicaldoc.util.concurrent.FutureElaboration
cancel, get, get, getObject, isCancelled, isDone
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Constructor Details
-
DocumentFuture
-
-
Method Details
-
getDocument
-