com.microstrategy.webapi.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.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlSearchScopeManagedObjects | Specifies that the search scope is limited to managed objects. | |||||||||
int | DssXmlSearchScopeReserved | Reserved for future use. | |||||||||
int | DssXmlSearchScopeRootedObjects | Specifies that the search scope is limited to rooted objects. | |||||||||
int | DssXmlSearchScopeScopeAllObjects | Specifies that the search scope will search all objects. | |||||||||
int | DssXmlSearchScopeStandaloneObjects | Specifies that the search scope is limited to standalone objects. | |||||||||
int | DssXmlSearchScopeUnRootedObjects | Specifies that the search scope is limited to unrooted objects. |
Specifies that the search scope is limited to managed objects.
Reserved for future use.
Specifies that the search scope is limited to rooted objects. This is the default value.
Specifies that the search scope will search all objects.
Specifies that the search scope is limited to standalone objects.
Specifies that the search scope is limited to unrooted objects.