| Package | Description |
|---|---|
| jet.datasource |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JRUserStreamFactory.createInputStream(InformationBus infoBus,
String param)
Creates a set of input stream by the parameters.
|
JRHierarchicalDataset |
JRSecurityHierarchicalDataSource.getHierarchicalDataset(SecurityContext sc,
String param)
Gets the data in JRSecurityHierarchicalDataset according to the security context and parameters.
|
JRHierarchicalDataset |
JRHierarchicalDataSource.getHierarchicalDataset(String param)
Gets the data in JRHierarchicalDataset according to parameters.
|
InputStream |
JRUserStreamFactory.getInputStream()
Retrieves the current result as a InputStream object.
|
ResultSet |
JRSecurityUserDataSource.getResultSet(SecurityContext sc,
String param)
Gets the data in the ResultSet according to parameters.
|
ResultSet |
JRUserDataSource.getResultSet(String param)
Gets the data in ResultSet according to parameters.
|
boolean |
JRUserStreamFactory.nextInputStream()
Moves to the next InputStream.
|
void |
JRHierarchicalDataSource.releaseHierarchicalDataset()
Releases the data and related resources.
|
void |
JRUserStreamFactory.releaseInputStream()
Release the inputStream and related resources.
|
void |
JRUserDataSource.releaseResultSet()
Release the data and related resources.
|
© insightsoftware. All rights reserved.