static ReverseRelationshipResult |
RelationshipsHelper.getInterDatasetReferringRecords(Adaptation aReferencedRecord,
SchemaNode aReferringNode,
Adaptation aReferringDataset,
Session aSession) |
Returns the records in the specified referring dataset
that refer to the specified
record through the corresponding foreign key constraint,
selection link or association link.
|
static ReverseRelationshipResult |
RelationshipsHelper.getIntraDatasetReferringRecords(Adaptation aReferencedRecord,
SchemaNode aReferringNode,
Session aSession) |
Returns the records in the same dataset that refer to the specified
record through the corresponding foreign key constraint,
selection link or association link.
|
ReverseRelationshipResult |
ReverseRelationshipIntraDataset.getReferringRecords(Adaptation aReferencedRecord) |
Returns the records in the dataset that refer to the specified
record through the corresponding foreign key constraint,
selection link or association link.
|
ReverseRelationshipResult |
ReverseRelationshipResultInDataspace.getResultInDataset(AdaptationName aDatasetName) |
Returns the result of this reverse relationship in
the specified dataset.
|