Uses of Class
com.onwbp.adaptation.Request
Packages that use Request
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
Provides interfaces for accessing schema node facet.
Provides classes and interfaces for implementing specific services and access rules on EBX®.
This package provides interfaces with information about the selection.
-
Uses of Request in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return RequestModifier and TypeMethodDescriptionAdaptationTable.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.RequestResult.getRequest()
Returns the request that created this result. -
Uses of Request in com.orchestranetworks.schema.info
Methods in com.orchestranetworks.schema.info that return RequestModifier and TypeMethodDescriptionSchemaFacetTableRef.getTableRefRequest
(Adaptation aRecord) Returns the request of the foreign key constraint, in the context of the specified record. -
Uses of Request in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return RequestModifier and TypeMethodDescriptionabstract 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.ExportSpec.getRequest()
Methods in com.orchestranetworks.service with parameters of type RequestModifier and TypeMethodDescriptionvoid
ExportSpec.setRequest
(Request request) Specifies to export content filtered by the provided request. -
Uses of Request in com.orchestranetworks.ui.selection
Methods in com.orchestranetworks.ui.selection that return RequestModifier and TypeMethodDescriptionTableViewEntitySelection.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.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.TableViewEntitySelection.getSelectedRecords()
Returns the request over the records currently selected in EBX® user interface.