Uses of Interface
com.onwbp.adaptation.RequestResult
- Packages that use RequestResult - Package - Description - com.onwbp.adaptation Provides core classes and interfaces for accessing datasets, tables, and their records.- com.orchestranetworks.schema.info Provides interfaces for accessing schema node facet.- com.orchestranetworks.schema.relationships Provides interfaces for accessing relationships defined in a data model.- com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX®.
- Uses of RequestResult in com.onwbp.adaptation- Methods in com.onwbp.adaptation that return RequestResult - Modifier and Type - Method - Description - RequestResult- AdaptationTable. - createRequestResult (String aPredicate)Returns the- RequestResultfor the specified predicate.- RequestResult- AdaptationTable. - createRequestResult (String aPredicate, RequestSortCriteria sortCriteria)Returns the- RequestResultfor the specified predicate and sort criteria.- RequestResult- Request. - execute()Executes the request and returns the result.
- Uses of RequestResult in com.orchestranetworks.schema.info- Methods in com.orchestranetworks.schema.info that return RequestResult - Modifier and Type - Method - Description - RequestResult- AssociationLink. - getAssociationResult (Adaptation aRecord)Returns the result of the association link, in the context of the specified record.- RequestResult- 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- Methods in com.orchestranetworks.schema.relationships that return RequestResult - Modifier and Type - Method - Description - static 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.- RequestResult- ExplicitRelationship. - getResult (Adaptation aRecord)Returns the result of the relationship, in the context of the specified record.- RequestResult- ReverseRelationshipResult. - getResult()Returns the records in a table that refers to a specified record through a foreign key constraint, selection link or association link.- RequestResult- 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- Methods in com.orchestranetworks.service that return RequestResult - Modifier and Type - Method - Description - RequestResult- ValidationReportItemSubjectForTable. - getRecords()Creates and returns an iterator over the records with which this validation item is associated.