|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerBaseEntry | |
---|---|
org.apache.lucene.gdata.search.analysis | Classes used for extracting content from entries and building lucene documents. |
org.apache.lucene.gdata.search.index | Contains classes processing of documents and accessing the search index of the server |
org.apache.lucene.gdata.server.registry | Internal registry - registering services and server components |
org.apache.lucene.gdata.storage | Feed / Enty storage |
org.apache.lucene.gdata.storage.db4o | DB4o storage implementation (needs third patry jar) DB4o Website |
org.apache.lucene.gdata.storage.lucenestorage | Lucene storage implementation |
Uses of ServerBaseEntry in org.apache.lucene.gdata.search.analysis |
---|
Classes in org.apache.lucene.gdata.search.analysis with type parameters of type ServerBaseEntry | |
---|---|
class |
DomIndexable<R extends Node,I extends ServerBaseEntry>
Indexable implementation using the W3C Dom API and JAXP XPath engine |
class |
Indexable<R extends Node,I extends ServerBaseEntry>
This class wraps the access to the GData entities to access them via xpath expressions. |
Fields in org.apache.lucene.gdata.search.analysis declared as ServerBaseEntry | |
---|---|
protected ServerBaseEntry |
Indexable.applyAble
|
Methods in org.apache.lucene.gdata.search.analysis with type parameters of type ServerBaseEntry | ||
---|---|---|
static
|
Indexable.getIndexable(I entry)
Factory method to create new Indexable instances. |
Method parameters in org.apache.lucene.gdata.search.analysis with type arguments of type ServerBaseEntry | |
---|---|
void |
PlainTextStrategy.processIndexable(Indexable<? extends Node,? extends ServerBaseEntry> indexable)
|
void |
KeywordStrategy.processIndexable(Indexable<? extends Node,? extends ServerBaseEntry> indexable)
|
void |
MixedContentStrategy.processIndexable(Indexable<? extends Node,? extends ServerBaseEntry> indexable)
|
void |
GdataDateStrategy.processIndexable(Indexable<? extends Node,? extends ServerBaseEntry> indexable)
|
void |
GdataCategoryStrategy.processIndexable(Indexable<? extends Node,? extends ServerBaseEntry> indexable)
|
abstract void |
ContentStrategy.processIndexable(Indexable<? extends Node,? extends ServerBaseEntry> indexable)
|
void |
HTMLStrategy.processIndexable(Indexable<? extends Node,? extends ServerBaseEntry> indexable)
|
Uses of ServerBaseEntry in org.apache.lucene.gdata.search.index |
---|
Methods in org.apache.lucene.gdata.search.index with parameters of type ServerBaseEntry | |
---|---|
void |
IndexController.fireDeleteEvent(ServerBaseEntry entry)
|
void |
IndexController.fireInsertEvent(ServerBaseEntry entry)
|
void |
IndexController.fireUpdateEvent(ServerBaseEntry entry)
|
Uses of ServerBaseEntry in org.apache.lucene.gdata.server.registry |
---|
Methods in org.apache.lucene.gdata.server.registry with parameters of type ServerBaseEntry | |
---|---|
void |
EntryEventMediator.entryAdded(ServerBaseEntry entry)
|
void |
EntryEventMediator.entryDeleted(ServerBaseEntry entry)
|
void |
EntryEventMediator.entryUpdated(ServerBaseEntry entry)
|
void |
EntryEventListener.fireDeleteEvent(ServerBaseEntry entry)
will be invoked on every successful entry delete |
void |
EntryEventListener.fireInsertEvent(ServerBaseEntry entry)
will be invoked on every successful entry insert |
void |
EntryEventListener.fireUpdateEvent(ServerBaseEntry entry)
will be invoked on every successful update on every entry |
Uses of ServerBaseEntry in org.apache.lucene.gdata.storage |
---|
Methods in org.apache.lucene.gdata.storage with parameters of type ServerBaseEntry | |
---|---|
void |
Storage.deleteEntry(ServerBaseEntry entry)
Deletes the given entry. |
com.google.gdata.data.BaseEntry |
Storage.getEntry(ServerBaseEntry entry)
Retrieves the requested entry from the storage. |
com.google.gdata.data.BaseEntry |
Storage.storeEntry(ServerBaseEntry entry)
Stores the given entry. |
com.google.gdata.data.BaseEntry |
Storage.updateEntry(ServerBaseEntry entry)
Updates the given entry. |
Uses of ServerBaseEntry in org.apache.lucene.gdata.storage.db4o |
---|
Methods in org.apache.lucene.gdata.storage.db4o with parameters of type ServerBaseEntry | |
---|---|
void |
DB4oStorage.deleteEntry(ServerBaseEntry entry)
|
com.google.gdata.data.BaseEntry |
DB4oStorage.getEntry(ServerBaseEntry entry)
|
com.google.gdata.data.BaseEntry |
DB4oStorage.storeEntry(ServerBaseEntry entry)
|
com.google.gdata.data.BaseEntry |
DB4oStorage.updateEntry(ServerBaseEntry entry)
|
Uses of ServerBaseEntry in org.apache.lucene.gdata.storage.lucenestorage |
---|
Methods in org.apache.lucene.gdata.storage.lucenestorage with parameters of type ServerBaseEntry | |
---|---|
void |
StorageImplementation.deleteEntry(ServerBaseEntry entry)
|
com.google.gdata.data.BaseEntry |
StorageImplementation.getEntry(ServerBaseEntry entry)
|
com.google.gdata.data.BaseEntry |
StorageImplementation.storeEntry(ServerBaseEntry entry)
|
com.google.gdata.data.BaseEntry |
StorageImplementation.updateEntry(ServerBaseEntry entry)
|
Constructors in org.apache.lucene.gdata.storage.lucenestorage with parameters of type ServerBaseEntry | |
---|---|
StorageEntryWrapper(ServerBaseEntry entry,
StorageEntryWrapper.StorageOperation operation)
Creates a new StorageEntryWrapper. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |