Interface IIndexUpdate
-
- All Known Implementing Classes:
ElementIndex
public interface IIndexUpdateEvery report page that should become part of the index must be added via this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddClass(ILinkable link, long classid)Adds a class to the index.
-
-
-
Method Detail
-
addClass
void addClass(ILinkable link, long classid)
Adds a class to the index.- Parameters:
link- link to the classclassid- identifier of the class
-
-