public interface ExtractedItem
| Modifier and Type | Method and Description |
|---|---|
<T extends StructureReadHandle> |
get(T handle)
Get the item using the specified handle.
|
<T> T |
getAs(Class<T> as)
Get the item using the handle registered for the specified class.
|
<T extends StructureReadHandle> T get(T handle)
T - the type of StructureReadHandle to returnhandle - a handle to populate<T> T getAs(Class<T> as)
ContentHandle are registered.
Learn more about shortcut methodsT - the type of object that will be returned by the handle registered for itas - a Class type that has been registered by a handleCopyright © 2013-2016 MarkLogic Corporation.