IVItem.ItemType| Constructor and Description |
|---|
H2Set(H2Access access,
String id,
String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
IVDocument |
getDocument()
Gets the document containing this item.
|
IVItem |
getFirstChild()
Gets the first child item of this set.
|
String |
getId()
Gets the extraction id for this item.
|
IVItem.ItemType |
getItemType()
Gets the type of item this item is (document, group, text unit, etc.)
|
long |
getKey()
Gets the storage key for this item.
|
String |
getName()
Gets the resource name of this item.
|
IVItem |
getNextSibling()
Gets the next item (on the same level) of this item.
|
IVItem |
getParent()
Gets the parent item of this item.
|
IVItem |
getPreviousSibling()
Gets the previous item (on the same level) of this item.
|
String |
getType()
Gets the resource type of this item.
|
Iterable<IVItem> |
items()
Creates an iterable object for all the items in this set.
|
void |
save()
Saves into the repository the modifiable data associated with this virtual item.
|
Iterable<IVTextUnit> |
textUnits()
Creates an iterable object for all the virtual text units in this set.
|
public String getId()
IVItempublic IVItem getFirstChild()
IVSetgetFirstChild in interface IVItemgetFirstChild in interface IVSetpublic IVItem.ItemType getItemType()
IVItemgetItemType in interface IVItempublic Iterable<IVItem> items()
IVSetpublic Iterable<IVTextUnit> textUnits()
IVSetpublic IVDocument getDocument()
IVItemgetDocument in interface IVItempublic String getName()
IVItempublic IVItem getNextSibling()
IVItemgetNextSibling in interface IVItempublic IVItem getParent()
IVItempublic IVItem getPreviousSibling()
IVItemgetPreviousSibling in interface IVItempublic String getType()
IVItempublic void save()
IVItemCopyright © 2020. All rights reserved.