Uses of Class
com.onwbp.adaptation.Request
-
Packages that use Request 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. -
-
Uses of Request in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return Request Modifier and Type Method 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. -
Uses of Request in com.orchestranetworks.schema.info
Methods in com.orchestranetworks.schema.info that return Request Modifier and Type Method Description Request
SchemaFacetTableRef. 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 Request Modifier and Type Method 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()
Methods in com.orchestranetworks.service with parameters of type Request Modifier and Type Method Description void
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 Request Modifier and Type Method 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.
-