|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LowLevelIndexRepository
Low-level index repository access. Provides access to low-level indexes.
Use
LowLevelCAS.ll_getIndexRepository()
to gain access to an object of this type.
| Method Summary | |
|---|---|
void |
ll_addFS(int fsRef)
Add a FS reference to all appropriate indexes in the repository. |
void |
ll_addFS(int fsRef,
boolean doChecks)
Add a FS reference to all appropriate indexes in the repository. |
LowLevelIndex |
ll_getIndex(java.lang.String indexName)
Get an index by its name. |
LowLevelIndex |
ll_getIndex(java.lang.String indexName,
int typeCode)
Get an index by a name and type. |
void |
ll_removeFS(int fsRef)
Remove a FS reference from all indexes in the repository. |
| Method Detail |
|---|
LowLevelIndex ll_getIndex(java.lang.String indexName)
indexName - The name of the index.
null if no such index exists.
LowLevelIndex ll_getIndex(java.lang.String indexName,
int typeCode)
indexName - The name of the index.typeCode - The code of the desired subtype.
null if no such index exists.
LowLevelException - If the type code argument is not a valid type code.void ll_addFS(int fsRef)
fsRef - The FS reference to be added to the repository. If fsRef is not a valid
FS reference, the subsequent behavior of the system is undefined.
void ll_addFS(int fsRef,
boolean doChecks)
fsRef - The FS reference to be added to the repository. If fsRef is not a valid
FS reference, the subsequent behavior of the system is undefined.doChecks - Check if the FS reference argument is a valid reference.void ll_removeFS(int fsRef)
fsRef - The FS reference to be removed from the indexes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||