|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectimcode.server.document.index.DocumentIndexWrapper
public class DocumentIndexWrapper
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
DocumentIndexWrapper(DocumentIndex index)
|
|
| Method Summary | |
|---|---|
void |
indexDocument(DocumentDomainObject document)
|
void |
rebuild()
|
void |
removeDocument(DocumentDomainObject document)
|
java.util.List |
search(DocumentQuery query,
UserDomainObject searchingUser)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentIndexWrapper(DocumentIndex index)
| Method Detail |
|---|
public void indexDocument(DocumentDomainObject document)
throws IndexException
indexDocument in interface DocumentIndexIndexException
public void rebuild()
throws IndexException
rebuild in interface DocumentIndexIndexException
public void removeDocument(DocumentDomainObject document)
throws IndexException
removeDocument in interface DocumentIndexIndexException
public java.util.List search(DocumentQuery query,
UserDomainObject searchingUser)
throws IndexException
search in interface DocumentIndexIndexException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||