| Package | Description | 
|---|---|
| com.onwbp.adaptation | 
 Provides core classes and interfaces for accessing datasets, tables, and their records. 
 | 
| com.orchestranetworks.dataservices.rest | 
 
Provides classes for REST data services functionalities. 
 | 
| com.orchestranetworks.instance | 
 
Provides interfaces for accessing data sets. 
 | 
| com.orchestranetworks.schema | 
 Represents XML Schema concepts and provides schema extensions capabilities. 
 | 
| com.orchestranetworks.service.comparison | 
 Provides classes and interfaces for to compute differences between
adaptations, homes and examine the results. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static PrimaryKey | 
PrimaryKey.VOID_KEY
PrimaryKey with an empty string as its internal representation. | 
| Modifier and Type | Method and Description | 
|---|---|
PrimaryKey | 
AdaptationTable.computePrimaryKey(Adaptation anOccurrence)
Returns the same result as  
Adaptation.getOccurrencePrimaryKey(). | 
PrimaryKey | 
AdaptationTable.computePrimaryKey(Object[] primaryKeyValues)
Returns the  
PrimaryKey object that corresponds to
 the specified raw values. | 
PrimaryKey | 
AdaptationTable.computePrimaryKey(ValueContext aContext)  | 
PrimaryKey | 
Adaptation.getOccurrencePrimaryKey()
Returns the primary key of this record. 
 | 
static PrimaryKey | 
PrimaryKey.parseList(List aList)
Deprecated. 
 
This method does not support the use of certain characters
             in the elements of the specified  
List. | 
static PrimaryKey | 
PrimaryKey.parseString(String aTableRefValue)
Returns the  
PrimaryKey that corresponds to the specified
 internal representation String. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
PrimaryKey.equalsToPrimaryKey(PrimaryKey aPrimaryKey)
Returns  
true if the specified object has the same logical
 content of this instance. | 
RequestPagination.Page | 
RequestPagination.getNextPage(PrimaryKey rowJustBeforePage)
Returns the page which contains the records just after
 the specified row. 
 | 
RequestPagination.Page | 
RequestPagination.getPreviousPage(PrimaryKey rowJustAfterPage)
Returns the page which contains the records just before
 the specified row. 
 | 
Adaptation | 
AdaptationTable.lookupAdaptationByPrimaryKey(PrimaryKey aKey)
Returns the record specified by its primary key. 
 | 
Adaptation | 
AdaptationTable.lookupAdaptationByPrimaryKey(PrimaryKey aKey,
                            boolean includeOcculting)
Returns the record specified by its primary key. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PrimaryKey | 
RESTEncodingHelper.decodePrimaryKey(String anEncodedPrimaryKey)
Decodes an encoded primary key string form into a primary key object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
RESTEncodingHelper.encodePrimaryKey(PrimaryKey aPrimaryKey)
Encodes a given primary key and transforms it into a string. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RepositoryAnonymizer | 
RepositoryAnonymizer.setRecordKey(PrimaryKey aRecordKey)
Specifies the functional primary key of the records to be anonymized. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object[] | 
SchemaNode.getTablePrimaryKeyValues(PrimaryKey aPrimaryKey)
If this node is a table node, decomposes
 the specified primary key object into the
 primary key field values in the referenced table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DifferenceBetweenOccurrences | 
DifferenceBetweenTables.getDeltaOccurrence(PrimaryKey aPrimaryKey)  | 
ExtraOccurrenceOnLeft | 
DifferenceBetweenTables.getExtraOccurrenceOnLeft(PrimaryKey aKey)  | 
ExtraOccurrenceOnRight | 
DifferenceBetweenTables.getExtraOccurrenceOnRight(PrimaryKey aKey)  |