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®.
|
Modifier and Type | Method and Description |
---|---|
RequestResult |
AdaptationTable.createRequestResult(String aPredicate)
Returns the
RequestResult for the specified predicate. |
RequestResult |
AdaptationTable.createRequestResult(String aPredicate,
RequestSortCriteria sortCriteria)
Returns the
RequestResult for the specified predicate and sort criteria. |
RequestResult |
Request.execute()
Executes the request and returns the result.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 |
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 |
ExplicitRelationship.getResult(Adaptation aRecord)
Returns the result of the relationship, in the context of
the specified record.
|
RequestResult |
SchemaNodeExplicitRelationship.getResult(Adaptation aRecord,
Session aSessionOrNull)
Returns the result of this relationship, in the context of
the specified record.
|
Modifier and Type | Method and Description |
---|---|
RequestResult |
ValidationReportItemSubjectForTable.getRecords()
Creates and returns an iterator over the records with which this
validation item is associated.
|