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 public class AsyncBlob extends JSONBlob
Deprecated.since 10.3, use the @async operation adapter instead.An asynchronously build blob.- Since:
- 9.3
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
completed
Deprecated.protected String
key
Deprecated.protected int
progress
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getKey()
Deprecated.int
getProgress()
Deprecated.boolean
isCompleted()
Deprecated.-
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 Detail
-
key
protected String key
Deprecated.
-
completed
protected boolean completed
Deprecated.
-
progress
protected int progress
Deprecated.
-
-
Method Detail
-
getKey
public String getKey()
Deprecated.
-
getProgress
public int getProgress()
Deprecated.
-
isCompleted
public boolean isCompleted()
Deprecated.
-
-