public class NDSResultModifier extends ResultModifier
ALLOWFILESYSTEMBROWSE_NCPSERVER, ALLOWFILESYSTEMBROWSE_NONE, ALLOWFILESYSTEMBROWSE_VOLUME, BLOCK_KEY_NORMAL, BLOCK_KEY_SHOW_BLOCKED_OBJECTS, SORTBY_KEY_NAME, SORTBY_KEY_TYPE, SORTBY_KEY_TYPE_NAME, SORTBY_KEY_UNSORTED, SORTORDER_KEY_ASCENDING, SORTORDER_KEY_DECENDING| Constructor and Description |
|---|
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.
|
addFilter, clearFilters, equals, getAllowFileSystemBrowse, getBlockKey, getComplexFilterString, getDescriptiveName, getFiltered, getFilters, getFilterString, getFilterString, getIncludeAuxClasses, getIncludeSubClasses, getNameFilterString, getShowGlue, getSimpleAndOpAdvanced, getSimpleFilterString, getSortByKey, getSortOrderKey, getTypeFilterString, isSubContainerSearch, setAllowFileSystemBrowse, setIncludeAuxClasses, setIncludeSubClasses, setShowGlue, setSimpleAndOpAdvanced, setSortByKey, setSortOrderKey, setSubContainerSearchpublic 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,
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.
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 ${TODAY} ${TSTAMP}.