Package com.microstrategy.webapi
Interface EnumDSSXMLSearchScope
-
public interface EnumDSSXMLSearchScope
This interface defines the enumeration constants used to specify the search scope. This enumeration is used to specify how non-rooted searches behave with respect to managed objects.- Since:
- MicroStrategy Web 8.1.2
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlSearchScopeManagedObjects
Specifies that the search scope is limited to managed objects.static int
DssXmlSearchScopeReserved
Reserved for future use.static int
DssXmlSearchScopeRootedObjects
Specifies that the search scope is limited to rooted objects.static int
DssXmlSearchScopeScopeAllObjects
Specifies that the search scope will search all objects.static int
DssXmlSearchScopeStandaloneObjects
Specifies that the search scope is limited to standalone objects.static int
DssXmlSearchScopeUnRootedObjects
Specifies that the search scope is limited to unrooted objects.
-
-
-
Field Detail
-
DssXmlSearchScopeReserved
static final int DssXmlSearchScopeReserved
Reserved for future use.- See Also:
- Constant Field Values
-
DssXmlSearchScopeStandaloneObjects
static final int DssXmlSearchScopeStandaloneObjects
Specifies that the search scope is limited to standalone objects.- See Also:
- Constant Field Values
-
DssXmlSearchScopeManagedObjects
static final int DssXmlSearchScopeManagedObjects
Specifies that the search scope is limited to managed objects.- See Also:
- Constant Field Values
-
DssXmlSearchScopeRootedObjects
static final int DssXmlSearchScopeRootedObjects
Specifies that the search scope is limited to rooted objects. This is the default value.- See Also:
- Constant Field Values
-
DssXmlSearchScopeUnRootedObjects
static final int DssXmlSearchScopeUnRootedObjects
Specifies that the search scope is limited to unrooted objects.- See Also:
- Constant Field Values
-
DssXmlSearchScopeScopeAllObjects
static final int DssXmlSearchScopeScopeAllObjects
Specifies that the search scope will search all objects.- See Also:
- Constant Field Values
-
-