Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.server_api
Class ColumnSet

java.lang.Object
  extended by oracle.iam.rm.server_api.ColumnSet

All Implemented Interfaces:
java.io.Serializable

public class ColumnSet
extends java.lang.Object
implements java.io.Serializable

Column information used for the search operation.

See Also:
Serialized Form

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.
 java.lang.Integer getMaxRows()
          Gets the maximum number of rows to include in the result set.
 int getPageSize()
          Gets the page size to use for the results.
 void setMaxRows(int maxRows)
          Sets the maximum number of rows to include in the result set.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ColumnSet

public ColumnSet(ColumnMapping[] columnMappings,
                 ColumnOrdering[] columnOrderings,
                 int pageSize)
Creates a ColumnSet instance with the provided mappings, ordering, and page size.
Parameters:
columnMappings - array of columns to be included in the search result, defined by subject attributes
columnOrderings - array of orderings of the columns for the search result, ordered by importance
pageSize - page size to use for the results

Method Detail

getPageSize

public int getPageSize()
Gets the page size to use for the results.
Returns:
int representing the page size to use for the results.

getColumnMappings

public ColumnMapping[] getColumnMappings()
Gets the columns to be included in the search result, defined by subject attributes.
Returns:
Columns to be included in the search result, defined by subject attributes.

getColumnOrderings

public ColumnOrdering[] getColumnOrderings()
Gets the ordering of the columns for the search result, ordered by importance.
Returns:
Column ordering array of the columns for the search result, ordered by importance.

getMaxRows

public java.lang.Integer getMaxRows()
Gets the maximum number of rows to include in the result set.
Returns:
the maximum number of rows to include in the result set or null if a limit is not set.

setMaxRows

public void setMaxRows(int maxRows)
Sets the maximum number of rows to include in the result set.
Parameters:
maxRows - the maximum number of rows to include in the result set.

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.