Package org.nuxeo.ecm.core.api.impl.blob
Class AsyncBlob
java.lang.Object
org.nuxeo.ecm.core.api.impl.blob.AbstractBlob
org.nuxeo.ecm.core.api.impl.blob.StringBlob
org.nuxeo.ecm.core.api.impl.blob.JSONBlob
org.nuxeo.ecm.core.api.impl.blob.AsyncBlob
- All Implemented Interfaces:
Serializable
,Blob
Deprecated.
since 10.3, use the @async operation adapter instead.
An asynchronously build blob.
- Since:
- 9.3
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
Deprecated.protected String
Deprecated.protected int
Deprecated.Fields inherited from class org.nuxeo.ecm.core.api.impl.blob.JSONBlob
APPLICATION_JSON
Fields inherited from class org.nuxeo.ecm.core.api.impl.blob.StringBlob
string
Fields inherited from class org.nuxeo.ecm.core.api.impl.blob.AbstractBlob
digest, digestAlgorithm, encoding, filename, mimeType, TEXT_PLAIN, UTF_8
-
Constructor Summary
-
Method Summary
Methods inherited from class org.nuxeo.ecm.core.api.impl.blob.StringBlob
getByteArray, getLength, getStream, getString
Methods inherited from class org.nuxeo.ecm.core.api.impl.blob.AbstractBlob
equals, equalsStream, getCloseableFile, getCloseableFile, getDigest, getDigestAlgorithm, getEncoding, getFile, getFilename, getMimeType, hashCode, setDigest, setDigestAlgorithm, setEncoding, setFilename, setMimeType, transferTo, transferTo
-
Field Details
-
key
Deprecated. -
completed
protected boolean completedDeprecated. -
progress
protected int progressDeprecated.
-
-
Constructor Details
-
AsyncBlob
Deprecated. -
AsyncBlob
Deprecated. -
AsyncBlob
Deprecated.
-
-
Method Details
-
getKey
Deprecated. -
getProgress
public int getProgress()Deprecated. -
isCompleted
public boolean isCompleted()Deprecated.
-