public interface IVItem
| Modifier and Type | Interface and Description |
|---|---|
static class |
IVItem.ItemType |
| Modifier and Type | Method and Description |
|---|---|
IVDocument |
getDocument()
Gets the document containing this item.
|
IVItem |
getFirstChild()
Gets the first child item of this item.
|
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.
|
void |
save()
Saves into the repository the modifiable data associated with this virtual item.
|
String getId()
long getKey()
String getName()
String getType()
IVItem getParent()
IVItem getNextSibling()
IVItem getPreviousSibling()
IVItem getFirstChild()
IVDocument getDocument()
IVItem.ItemType getItemType()
void save()
Copyright © 2019. All rights reserved.