|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.imcode.imcms.mapping.MockDocumentIndex
public class MockDocumentIndex
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
MockDocumentIndex()
|
|
| Method Summary | |
|---|---|
void |
indexDocument(DocumentDomainObject document)
|
boolean |
isIndexDocumentCalled()
|
boolean |
isRemoveDocumentCalled()
|
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 MockDocumentIndex()
| Method Detail |
|---|
public void indexDocument(DocumentDomainObject document)
throws IndexException
indexDocument 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 DocumentIndexIndexExceptionpublic void rebuild()
rebuild in interface DocumentIndexpublic boolean isRemoveDocumentCalled()
public boolean isIndexDocumentCalled()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||