com.novell.admin.ns.nds
Class NDSResultModifier

java.lang.Object
  extended bycom.novell.application.console.snapin.ResultModifier
      extended bycom.novell.admin.ns.nds.NDSResultModifier
All Implemented Interfaces:
java.io.Serializable

public class NDSResultModifier
extends ResultModifier

This class adds filters to the ResultModifier class.

See Also:
Serialized Form

Field Summary
 
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, 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

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_DECENDING
filterEntry - 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-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated September 2 2004 0111.