public static interface ResourceServices.ServiceResult
Modifier and Type | Method and Description |
---|---|
<R extends AbstractReadHandle> |
getContent(R handle)
Returns a handle on the content.
|
Format |
getFormat()
Returns the format of the content.
|
long |
getLength()
Returns the length of the content in
bytes.
|
java.lang.String |
getMimetype()
Returns the mimetype of the content.
|
Format getFormat()
java.lang.String getMimetype()
long getLength()
<R extends AbstractReadHandle> R getContent(R handle)
R
- the type of AbstractReadHandle to returnhandle
- the content handleCopyright © 2024 MarkLogic Corporation. All Rights Reserved.