Modifier and Type | Method and Description |
---|---|
DataResultSet |
IServiceCallUtils.getDocInfo(DataBinder docBinder)
get the DataResultSet for DOC_INFO
|
Modifier and Type | Method and Description |
---|---|
DataResultSet |
ServiceCallUtils.getDocInfo(DataBinder docBinder)
get the DataResultSet for DOC_INFO
|
Constructor and Description |
---|
UserSecurityFlags(DataResultSet userSecurityResultSet) |
Modifier and Type | Method and Description |
---|---|
DataResultSet |
DataFactory.createResultSet()
Create a new empty result set
|
DataResultSet |
DataBinder.getResultSet(String name)
Retrieve the result set by name
|
Modifier and Type | Method and Description |
---|---|
Map<String,DataResultSet> |
DataBinder.getResultSets()
Retrieve a map representation of the result sets, indexed by result set name.
|
Modifier and Type | Method and Description |
---|---|
void |
DataBinder.addResultSet(String name,
DataResultSet resultSet)
Add a result set with a given name
|
Modifier and Type | Class and Description |
---|---|
class |
DataResultSetImpl
A result set of content from the Content Server.
|
Modifier and Type | Method and Description |
---|---|
DataResultSet |
DataFactoryImpl.createResultSet()
Create a new empty result set
|
DataResultSet |
DataBinderImpl.getResultSet(String name)
Retrieve the result set by name
|
Modifier and Type | Method and Description |
---|---|
Map<String,DataResultSet> |
DataBinderImpl.getResultSets() |
Modifier and Type | Method and Description |
---|---|
void |
DataBinderImpl.addResultSet(String name,
DataResultSet resultSet)
Add a result set with the given name
|
Modifier and Type | Method and Description |
---|---|
protected void |
HdaBinderSerializer.packageResultSet(Writer writer,
DataResultSet aSet,
String name)
Turns the result set into a hda formatted string, and writes the data
to the writer.
|