| Interface | Description |
|---|---|
| CoreConstants | |
| CoreObjectHolder | |
| Edge |
A directed graph edge.
|
| NamedEntity | |
| Node |
A graph node.
|
| Class | Description |
|---|---|
| ContainmentGraphCollector |
Visits a data graph from a given source/root,
collecting the source and
any contained nodes from the source which are
part of the contiguous containment hierarchy.
|
| ContainmentNode |
Stores a data object, the source/container data object and
source property that links or references it.
|
| CoreChange | |
| CoreChangeComparator |
Ensures ordering of changed data objects within
the change summary.
|
| CoreChangeSummary |
A change summary is used to record changes to DataObjects,
allowing applications to efficiently and incrementally update back-end
storage when required.
|
| CoreDataGraph | |
| CoreDataObject |
A data object is a representation of some structured data.
|
| CoreDataObjectXPath | |
| CoreEdge | |
| CoreHelper | Deprecated |
| CoreNode | |
| CoreObject |
Class used to describe a value object model of arbitrary
complexity.
|
| CorePathAssembler |
A graph visitor which assembles and stores a list of candidate
paths from the root data-object to the given target data-object
and returns the minimum (least hops) path
or set of paths as SDO path-strings.
|
| CoreProperty |
A representation of a Property in the
type of a
data object. |
| CoreSequence | |
| CoreSetting | |
| CoreType |
A representation of the type of a
property or
a data object. |
| CoreXMLDocument | |
| NullValue |
Class to explicitly represent null values across all Java Map collection
types some of which do not allow nulls.
|
| PathEndpoint |
Stores the property which is the end point of a path
in association with the data object which was its "source"
along the path.
|
| SnapshotMap |
Holds internally managed concurrency property values and data
store generated keys, for return back to clients, resulting
from insert, update or delete operations, in association with
a single time stamp value.
|
| Enum | Description |
|---|---|
| TraversalDirection |
| Exception | Description |
|---|---|
| CoreException |
Copyright © 2017. All rights reserved.