See: Description
Interface | Description |
---|---|
AnonymisingComposite<BDO extends DataObject> |
and interface for
Composite that support anonymisation. |
AnonymisingFactory |
Interface for
DataObjectFactory s that can anonymise ALL their data
This is intended for the creation of anonymised debug databases. |
ClassificationCreateContributor<T extends Classification> |
An interface for
Composite s that contribute when Classification s are
create by name |
DataContributor<T extends DataObject> |
Base interface for composites that add attribute data about a domain object
|
IndexTableContributor<T extends DataObject> |
marker interface for
SummaryContributer s that also add columns to a table index |
Matcher |
interfaces for fuzzy matching of String names;
|
MetaDataContributer<T extends DataObject> |
Interface for providing machine readable MetaData
This is usually implemented by a
DataObjectFactory or Composite
and is intended to build a Map of attributes that provide meta-data information about
the target object. |
NameFinder<T extends DataObject> |
Interface for factory classes that can look-up or create an entry by name.
|
ParseFactory<T> |
Simple interface for factories that can find objects by name.
|
SummaryContributer<T extends DataObject> |
Interface for providing summary information.
|
TextProvider |
Interface for objects that provide text.
|
TimePurgeFactory |
An interface for Factories that can delete data older than a specific date.
|
Class | Description |
---|---|
AbstractConstructedTargetList<T extends DataObject,L extends Targetted> |
A
LinkedList of Targetted objects that is populated
from configuration parameters. |
Classification |
Classification is used to implement classification tables where objects are grouped into
a finite set of categories defined in a database table.
|
ClassificationFactory<T extends Classification> |
Factory class for Classification objects.
|
ClassificationFactory.ClassificationUpdater<C extends Classification> | |
ConfigNamedFilterComposite<BDO extends DataObject> |
A
Composite that generates named filters based on boolean
database fields. |
Property |
Configuration property stored in the DataBase
The name field should be unique.
|
PropertyFactory |
Factory for Configuration
Property s stored in the database. |
ReferenceServiceFilterComposite<BDO extends DataObject> |
A
ServiceFilterComposite that uses a reference to a classifier table
to indicate the service. |
ServiceFilterComposite<BDO extends DataObject> |
An abstract
Composite to allow records to be filtered by service.name
This is to provide different views of the same database. |
TemplateFinder |
Class to locate template files
This replaces the built in persistence code from TemplateFile
This class caches the templates in the database to allow edits.
|
TextFileOverlay<T extends TextFileOverlay.TextFile> |
TextFileOverlay represents a DB overlay above the local file-system
intended to allow overrides of file contents to be stored in the database.
|
TextFileOverlay.TextFile | |
TextFileOverlay.TextFileRevertAction | |
TextFileOverlay.TextFileUpdateAction |