com.novell.admin.ns.nds
Class NDSResultModifier
java.lang.Object
|
+--com.novell.application.console.snapin.ResultModifier
|
+--com.novell.admin.ns.nds.NDSResultModifier
- All Implemented Interfaces:
- java.io.Serializable
- public class NDSResultModifier
- extends ResultModifier
This class adds filters to the ResultModifier class.
|
Constructor Summary |
NDSResultModifier(java.lang.String descriptiveName,
boolean searchSubTree)
Constructor that creates an extended filter for object search. |
NDSResultModifier(java.lang.String descriptiveName,
int sortKey,
int sortOrder,
ResultModifierFilterEntry filterEntry,
boolean searchSubTree)
Constructor that creates an extended filter for object search. |
| Methods inherited from class com.novell.application.console.snapin.ResultModifier |
addFilter,
clearFilters,
equals,
getDescriptiveName,
getFiltered,
getFilters,
getFilterString,
getIncludeAuxClasses,
getIncludeSubClasses,
getSimpleAndOpAdvanced,
getSortByKey,
getSortOrderKey,
isSubContainerSearch,
setSortByKey,
setSortOrderKey,
setSubContainerSearch |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
NDSResultModifier
public NDSResultModifier(java.lang.String descriptiveName,
boolean searchSubTree)
- Constructor that creates an extended filter for object search.
- Parameters:
descriptiveName - The description of the filter.searchSubTree - Search the entire subtree if set to true, container only otherwise.
NDSResultModifier
public NDSResultModifier(java.lang.String descriptiveName,
int sortKey,
int sortOrder,
ResultModifierFilterEntry filterEntry,
boolean searchSubTree)
- Constructor that creates an extended filter for object search.
- Parameters:
descriptiveName - The description of the filter.sortKey - SORTBY_KEY_UNSORTED - No special sorting required.
SORTBY_KEY_TYPE - Sort baseclass in accending order.
SORTBY_KEY_NAME - Sort name in accending order.
SORTBY_KEY_TYPE_NAME - Sort baseclass then by name in accending order.sortOrder - SORTORDER_KEY_ASCENDING
SORTORDER_KEY_DECENDINGfilterEntry - The types of objects with associated name filter to filter on.searchSubTree - Search the entire subtree if set to true, container only otherwise.
API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.