|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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, getAnnotations, getData, getDataSize, getDataTimestamp, getDataType, getIndex, getIndexTimestamp, getItemID, getLastAccessTime, getPosition, isReference |
Method Detail |
public ManagedIndexItem setIndex(Index index)
public ManagedIndexItem setPosition(AbsolutePosition position)
public ManagedIndexItem setLastAccessTime()
public DataAbstraction getDataAbstraction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |