|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.novell.application.console.snapin.ResultModifier
|
+--com.novell.admin.ns.nds.NDSResultModifier
This class adds filters to the ResultModifier class.
| Fields inherited from class com.novell.application.console.snapin.ResultModifier |
SORTBY_KEY_NAME,
SORTBY_KEY_TYPE,
SORTBY_KEY_TYPE_NAME,
SORTBY_KEY_UNSORTED,
SORTORDER_KEY_ASCENDING,
SORTORDER_KEY_DECENDING |
| 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,
com.novell.application.console.snapin.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 |
| Constructor Detail |
public NDSResultModifier(java.lang.String descriptiveName,
boolean searchSubTree)
descriptiveName - The description of the filter.searchSubTree - Search the entire subtree if set to true, container only otherwise.public NDSResultModifier(java.lang.String descriptiveName,
int sortKey,
int sortOrder,
com.novell.application.console.snapin.ResultModifierFilterEntry filterEntry,
boolean searchSubTree)
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||