Uses of Interface
com.onwbp.adaptation.RequestResult
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
Provides interfaces for accessing schema node facet.
Provides interfaces for accessing relationships defined in a data model.
Provides classes and interfaces for implementing specific services and access rules on EBX®.
-
Uses of RequestResult in com.onwbp.adaptation
Modifier and TypeMethodDescriptionAdaptationTable.createRequestResult
(String aPredicate) Returns theRequestResult
for the specified predicate.AdaptationTable.createRequestResult
(String aPredicate, RequestSortCriteria sortCriteria) Returns theRequestResult
for the specified predicate and sort criteria.Request.execute()
Executes the request and returns the result. -
Uses of RequestResult in com.orchestranetworks.schema.info
Modifier and TypeMethodDescriptionAssociationLink.getAssociationResult
(Adaptation aRecord) Returns the result of the association link, in the context of the specified record.SelectionLink.getSelectionResult
(Adaptation aRecord) Returns the result of the selection link, in the context of the specified record. -
Uses of RequestResult in com.orchestranetworks.schema.relationships
Modifier and TypeMethodDescriptionstatic RequestResult
RelationshipsHelper.getExplicitRelationshipResult
(Adaptation aRecord, SchemaNode anExplicitRelationshipNode, Session aSession) Returns the result of the explicit relationship defined by the specified node, in the context of the specified record.ExplicitRelationship.getResult
(Adaptation aRecord) Returns the result of the relationship, in the context of the specified record.ReverseRelationshipResult.getResult()
Returns the records in a table that refers to a specified record through a foreign key constraint, selection link or association link.SchemaNodeExplicitRelationship.getResult
(Adaptation aRecord, Session aSessionOrNull) Returns the result of this relationship, in the context of the specified record. -
Uses of RequestResult in com.orchestranetworks.service
Modifier and TypeMethodDescriptionValidationReportItemSubjectForTable.getRecords()
Creates and returns an iterator over the records with which this validation item is associated.