See: Description
Interface | Description |
---|---|
Adaptation |
Provides a read-only access facade to data values in EBX®.
|
AdaptationFilter |
Defines a specific filter over records.
|
AdaptationTable |
An instance of this class holds the records of a table node, declared as
osd:table in the data model. |
AdaptationValue |
Defines a specific internal value for inheritance.
|
ReadContext |
Provides a read-access facade to objects in a tree structure
conforming to an underlying data model.
|
RequestResult |
Represents the result of a
Request . |
Class | Description |
---|---|
AdaptationHome |
Represents a dataspace or a snapshot in a repository.
|
AdaptationName |
Uniquely identifies a dataset or a record in a given dataspace or snapshot.
|
AdaptationReference |
Uniquely identifies a dataset in a given dataspace or snapshot.
|
PrimaryKey |
An instance of a
PrimaryKey uniquely identifies a record in a table . |
Request |
Defines a specific request on a table.
|
RequestPagination |
Performs paged navigation upon a request.
|
RequestPagination.Page |
Represents a page over a request.
|
RequestSortCriteria |
Specifies sort criteria to be associated with a request.
|
XPathExpressionHelper |
Builds and manipulates table record XPath expressions.
|
XPathFilter |
Defines an XPath predicate.
|
Exception | Description |
---|---|
AdaptationError |
This abstract class is the superclass of unchecked exceptions thrown when an
dataset has an inconsistency.
|
IncompatibleChangeError |
Unchecked exception thrown when the repository or the underlying data model has changed and this
change implies that the current operation cannot be completed successfully.
|
InvalidChangeError | Deprecated
No more used since 5.2.6.
|
InvalidPrimaryKeyException |
Exception thrown when a
PrimaryKey does not respect the syntax of the internal String
representation of primary keys. |
MalformedXPathExpressionException |
Thrown when an XPath expression is malformed.
|
UnavailableContentError |
Unchecked exception thrown when the content of a dataset is not available,
because the associated data model has errors.
|
The main class of this package is Adaptation
, which represents
both datasets and records.
The class AdaptationTable
represents
tables, and the class Request
is the entry point for specifying simple requests
on tables.