com.microstrategy.webapi.EnumDSSXMLSearchDomain |
This interface defines the enumeration constants used to specify the search domains.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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. | |||||||||
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. | |||||||||
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. | |||||||||
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. | |||||||||
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. | |||||||||
int | DssXmlSearchDomainReserved | Reserved for future use. |
Specifies a search domain that restricts the search on all of the objects in the current project and configuration found in a specified repository.
Specifies a search domain that restricts the search on all of the objects in the current project and configuration found in a specified repository.
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.
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.
Specifies a search domain that restricts the search on all of the objects in the current project and configuration found in a specified repository.
Reserved for future use.