Uses of Class
com.onwbp.adaptation.PrimaryKey
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
Provides classes for REST data services functionalities.
Provides interfaces for accessing data sets.
Represents XML Schema concepts and provides schema extensions capabilities.
Provides classes and interfaces for to compute differences between
adaptations, homes and examine the results.
-
Uses of PrimaryKey in com.onwbp.adaptation
Modifier and TypeFieldDescriptionstatic final PrimaryKey
PrimaryKey.VOID_KEY
PrimaryKey
with an empty string as its internal representation.Modifier and TypeMethodDescriptionAdaptationTable.computePrimaryKey
(Adaptation anOccurrence) Returns the same result asAdaptation.getOccurrencePrimaryKey()
.AdaptationTable.computePrimaryKey
(ValueContext aContext) AdaptationTable.computePrimaryKey
(Object[] primaryKeyValues) Returns thePrimaryKey
object that corresponds to the specified raw values.Adaptation.getOccurrencePrimaryKey()
Returns the primary key of this record.static PrimaryKey
Deprecated.static PrimaryKey
PrimaryKey.parseString
(String aTableRefValue) Returns thePrimaryKey
that corresponds to the specified internal representationString
.Modifier and TypeMethodDescriptionfinal boolean
PrimaryKey.equalsToPrimaryKey
(PrimaryKey aPrimaryKey) Returnstrue
if the specified object has the same logical content of this instance.RequestPagination.getNextPage
(PrimaryKey rowJustBeforePage) Returns the page which contains the records just after the specified row.RequestPagination.getPreviousPage
(PrimaryKey rowJustAfterPage) Returns the page which contains the records just before the specified row.AdaptationTable.lookupAdaptationByPrimaryKey
(PrimaryKey aKey) Returns the record specified by its primary key.AdaptationTable.lookupAdaptationByPrimaryKey
(PrimaryKey aKey, boolean includeOcculting) Returns the record specified by its primary key. -
Uses of PrimaryKey in com.orchestranetworks.dataservices.rest
Modifier and TypeMethodDescriptionstatic PrimaryKey
RESTEncodingHelper.decodePrimaryKey
(String anEncodedPrimaryKey) Deprecated.Decodes an encoded primary key string form into a primary key object.Modifier and TypeMethodDescriptionstatic String
RESTEncodingHelper.encodePrimaryKey
(PrimaryKey aPrimaryKey) Deprecated.Encodes a given primary key and transforms it into a string. -
Uses of PrimaryKey in com.orchestranetworks.instance
Modifier and TypeMethodDescriptionRepositoryAnonymizer.setRecordKey
(PrimaryKey aRecordKey) Specifies the functional primary key of the records to be anonymized. -
Uses of PrimaryKey in com.orchestranetworks.schema
Modifier and TypeMethodDescriptionObject[]
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. -
Uses of PrimaryKey in com.orchestranetworks.service.comparison
Modifier and TypeMethodDescriptionDifferenceBetweenTables.getDeltaOccurrence
(PrimaryKey aPrimaryKey) DifferenceBetweenTables.getExtraOccurrenceOnLeft
(PrimaryKey aKey) DifferenceBetweenTables.getExtraOccurrenceOnRight
(PrimaryKey aKey)
List
.