Package com.microstrategy.webapi
Interface EnumDSSXMLSearchDomain
-
public interface EnumDSSXMLSearchDomain
This interface defines the enumeration constants used to specify the search domains.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlSearchConfigurationAndAllProjects
Specifies a search domain that restricts the search on all of the objects in the current project and configuration found in a specified repository.static int
DssXmlSearchDomainConfiguration
Specifies a search domain that restricts the search on all of the objects in the current project and configuration found in a specified repository.static int
DssXmlSearchDomainLocal
Specifies a search domain that restricts the search on those objects and parts of the objects which are already loaded on the local object server.static int
DssXmlSearchDomainProject
Specifies a search domain that restricts the search on all of the objects in the current project, as well as in the current project's configuration.static int
DssXmlSearchDomainRepository
Specifies a search domain that restricts the search on all of the objects in the current project and configuration found in a specified repository.static int
DssXmlSearchDomainReserved
Reserved for future use.
-
-
-
Field Detail
-
DssXmlSearchDomainReserved
static final int DssXmlSearchDomainReserved
Reserved for future use.- See Also:
- Constant Field Values
-
DssXmlSearchDomainLocal
static final int DssXmlSearchDomainLocal
Specifies a search domain that restricts the search on those objects and parts of the objects which are already loaded on the local object server.- See Also:
- Constant Field Values
-
DssXmlSearchDomainProject
static final int DssXmlSearchDomainProject
Specifies a search domain that restricts the search on all of the objects in the current project, as well as in the current project's configuration.- See Also:
- Constant Field Values
-
DssXmlSearchDomainRepository
static final int DssXmlSearchDomainRepository
Specifies a search domain that restricts the search on all of the objects in the current project and configuration found in a specified repository.- See Also:
- Constant Field Values
-
DssXmlSearchDomainConfiguration
static final int DssXmlSearchDomainConfiguration
Specifies a search domain that restricts the search on all of the objects in the current project and configuration found in a specified repository.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
DssXmlSearchConfigurationAndAllProjects
static final int DssXmlSearchConfigurationAndAllProjects
Specifies a search domain that restricts the search on all of the objects in the current project and configuration found in a specified repository.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
-