|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.iam.rm.server_api.ColumnSet
public class ColumnSet
Column information used for the search operation.
| Constructor Summary | |
|---|---|
ColumnSet(ColumnMapping[] columnMappings, ColumnOrdering[] columnOrderings, int pageSize)Creates a ColumnSet instance with the provided mappings, ordering, and page size. |
|
| Method Summary | |
|---|---|
ColumnMapping[] |
getColumnMappings()Gets the columns to be included in the search result, defined by subject attributes. |
ColumnOrdering[] |
getColumnOrderings()Gets the ordering of the columns for the search result, ordered by importance. |
int |
getPageSize()Gets the page size to use for the results. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnSet(ColumnMapping[] columnMappings,
ColumnOrdering[] columnOrderings,
int pageSize)
ColumnSet instance with the provided mappings, ordering, and page size.
columnMappings - array of columns to be included in the search result, defined by subject attributescolumnOrderings - array of orderings of the columns for the search result, ordered by importancepageSize - page size to use for the results| Method Detail |
|---|
public int getPageSize()
int representing the page size to use for the results.public ColumnMapping[] getColumnMappings()
public ColumnOrdering[] getColumnOrderings()
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||