Package com.microstrategy.webapi
Interface EnumDSSXMLSearchScope
- 
public interface EnumDSSXMLSearchScopeThis 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 intDssXmlSearchScopeManagedObjectsSpecifies that the search scope is limited to managed objects.static intDssXmlSearchScopeReservedReserved for future use.static intDssXmlSearchScopeRootedObjectsSpecifies that the search scope is limited to rooted objects.static intDssXmlSearchScopeScopeAllObjectsSpecifies that the search scope will search all objects.static intDssXmlSearchScopeStandaloneObjectsSpecifies that the search scope is limited to standalone objects.static intDssXmlSearchScopeUnRootedObjectsSpecifies 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
 
 
 - 
 
 -