com.compoze.exchange.webdav.sql
Interface IScope
- public interface IScope
This interface contains the values that are used to determine scope of
a folder search.
Field Summary |
static int |
DEEP_TRAVERSAL
Search against any and all subfolders of the given folder. |
static int |
HIERARCHICAL_TRAVERSAL
Search against folder resources in a specified folder hierarchy |
static int |
SHALLOW_TRAVERSAL
Search against folder resources in the specified folder, but not in any of the subfolders. |
SHALLOW_TRAVERSAL
public static final int SHALLOW_TRAVERSAL
- Search against folder resources in the specified folder, but not in any of the subfolders.
DEEP_TRAVERSAL
public static final int DEEP_TRAVERSAL
- Search against any and all subfolders of the given folder.
HIERARCHICAL_TRAVERSAL
public static final int HIERARCHICAL_TRAVERSAL
- Search against folder resources in a specified folder hierarchy
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.