See: Description
Interface | Description |
---|---|
TransformerContainer |
Represents an update for a particular container object.
|
TransformerData |
Represents an update for a particular object.
|
TransformerPermission | |
TransformerRecord |
Represents an update for a particular record object.
|
Class | Description |
---|---|
DSFactory |
Factory for a TransformerData, or one of its subclasses.
|
DSFieldImpl |
Transformer module implementation of the DSField interface.
|
TransformerContainerImpl |
Implementation of the TransformerContainer interface.
|
TransformerDataImpl |
Implementation of the TransformerData interface.
|
TransformerPermissionImpl | |
TransformerRecordImpl |
Implementation of the TransformerRecord interface.
|
Provides the classes used to represent the either an update received for a DataSource object, or the cached data for a DataSource object.
The TransformerData class allows a module to access the subject, object type and fields for a particular DataSource object. It also allows this data to be modified.
The TransformerRecord class extends TransformerData to provide functionality that is only appropriate for objects of the type record. For example, fields can be retrieved and set using the field's name.
The DSFactory class provides a Transformer module the ability to create TransformerData and TransformerRecord objects.
Please send bug reports and comments to Caplin support