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.service |
Provides classes and interfaces for implementing specific services and access rules on EBX®.
|
com.orchestranetworks.ui.selection |
This package provides interfaces with information about the selection.
|
Modifier and Type | Method and Description |
---|---|
Request |
AdaptationTable.createRequest()
Creates a new request for this table.
|
static Request |
XPathExpressionHelper.createRequestForXPath(Adaptation aDataSet,
String anXPath)
Creates a new request given a dataset and an XPath expression.
|
Request |
RequestResult.getRequest()
Returns the request that created this result.
|
Modifier and Type | Method and Description |
---|---|
Request |
SchemaFacetTableRef.getTableRefRequest(Adaptation aRecord)
Returns the request of the foreign key constraint, in the context of
the specified record.
|
Modifier and Type | Method and Description |
---|---|
abstract Request |
ServiceContext.getCurrentRequest()
Deprecated.
Returns the request corresponding to the current table view in the EBX® user interface,
including the filters and sort criteria set on the view.
|
abstract Request |
ServiceContext.getCurrentRequestOnHierarchyLeaves()
Deprecated.
Returns the request over the records of the current hierarchy leaves.
|
abstract Request |
ServiceContext.getCurrentRequestOnSelectedOccurrences()
Deprecated.
Returns the request over the records currently selected in the EBX® user interface.
|
Request |
ExportSpec.getRequest() |
Modifier and Type | Method and Description |
---|---|
void |
ExportSpec.setRequest(Request request)
Specifies to export content filtered by the provided request.
|
Modifier and Type | Method and Description |
---|---|
Request |
TableViewEntitySelection.getAllRecords()
Returns records from the current table depending on the selection type:
For an association selection
returns all records for the association from the selected table,
For other cases returns all records from the selected table.
|
Request |
TableViewEntitySelection.getFilteredRecords()
Returns the request corresponding to the current view in the
EBX® user interface, including the filters and sort
criteria set on the view.
|
Request |
TableViewEntitySelection.getSelectedRecords()
Returns the request over the records currently selected in
EBX® user interface.
|