Package com.onwbp.adaptation
package com.onwbp.adaptation
Provides core classes and interfaces for accessing datasets, tables, and their records.
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.
-
ClassDescriptionDefines a base class for implementing a
PrefilteredAdaptationFilter
.Provides a read-only access facade to data values in EBX®.This abstract class is the superclass of unchecked exceptions thrown when an dataset has an inconsistency.Defines a specific filter over records.Represents a dataspace or a snapshot in a repository.Uniquely identifies a dataset or a record in a given dataspace or snapshot.Uniquely identifies a dataset in a given dataspace or snapshot.An instance of this class holds the records of a table node, declared asosd:table
in the data model.Defines a specific internal value for inheritance.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.Deprecated.No more used since 5.2.6.Exception thrown when aPrimaryKey
does not respect the syntax of the internalString
representation of primary keys.Thrown when an XPath expression is malformed.Defines anAdaptationFilter
that can be optimized using a prefilter predicate.An instance of aPrimaryKey
uniquely identifies a record in atable
.Provides a read-access facade to objects in a tree structure conforming to an underlying data model.Defines a specific request on a table.Performs paged navigation upon a request.Represents a page over a request.Represents the result of aRequest
.Specifies sort criteria to be associated with a request.Unchecked exception thrown when the content of a dataset is not available, because the associated data model has errors.Checked exception thrown when the repository is not available.Builds and manipulates table record XPath expressions.Defines an XPath predicate.