See: Description
| Interface | Description |
|---|---|
| SimpleFileContainer |
Interface that should be implemented by objects that are to be used as file containers by SimpleFileRepository.
|
| TemporaryKey |
Interface without methods that should be implemented by data keys that are temporary, i.e. will not be valid for other operations based on keys.
|
| Class | Description |
|---|---|
| BeanFolder |
Represents a "folder" of the SimpleContentSource, which is abstracted as Area by the WGAPI.
|
| BeanKey |
Represents a (complete) key to a bean, stored in a SimpleContentSource.
|
| BeanWrapper |
A wrapper object that takes a JavaBean storage object and serves it's data as document core.
|
| ContentSourceSpecs |
This object is used by SimpleContentSource implementations to tell the template which features to support.
|
| LazyBeanList |
Implements a "lazy" list of retrieved beans.
|
| LazyIterator |
Implements a lazy iterator that will retrieve the next data object to server just in time.
|
| MapWrapper |
A wrapper object that takes a java.util.Map as storage object and serves it's data as document core.
|
| QueryableSource |
Template that can be used to quickly implement query-only datasources.
|
| QueryableSource.QueryableSourceKey |
A temporary key for all results of queryable source
|
| SimpleContentSource |
Template class to implement a simple content source with a subset of WGAPI features.
|
| WrappedKey |
The wrapped data key for a data object.
|
SimpleContentSourceQueryableSourceSimpleFileRepository