|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ManagedIndexItem
An interface for classes that need to manage IndexItems. It has the methods needed to manage an item in an index, but are not needed by the application layer.
| Method Summary | |
|---|---|
DataAbstraction |
getDataAbstraction()
Get the DataAbstraction held by the IndexItem. |
ManagedIndexItem |
setIndex(Index index)
Set the Index for an IndexItem |
ManagedIndexItem |
setLastAccessTime()
Set the last access time of the item. |
ManagedIndexItem |
setPosition(AbsolutePosition position)
Set the position for the index item in an index. |
| Methods inherited from interface com.timeindexing.index.IndexItem |
|---|
follow, getAnnotationMetaData, getData, getDataItem, getDataSize, getDataTimestamp, getDataType, getIndex, getIndexTimestamp, getItemID, getLastAccessTime, getPosition, isReference |
| Method Detail |
|---|
ManagedIndexItem setIndex(Index index)
ManagedIndexItem setPosition(AbsolutePosition position)
ManagedIndexItem setLastAccessTime()
DataAbstraction getDataAbstraction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||