com.microstrategy.webapi.EnumDSSXMLSearchFlags |
This interface defines the enumeration constants used to specify the miscellaneous flags used to control nature of a search for DSS Objects.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlSearchAbbreviationWildCard | Specifies a search flag that instructs the object server for a wildcard search on AbbreviationPattern. | |||||||||
int | DssXmlSearchDereferenceShortcut | Specifies a search flag that will dereference Shortcut during the search. | |||||||||
int | DssXmlSearchDescriptionWildCard | Specifies a search flag that instructs the object server for a wildcard search on DescriptionPattern. | |||||||||
int | DssXmlSearchFolderBrowseStyle | Specifies a search flag that instructs the object server to add the folders under the search root folder to the results regardless of other conditions, if a search root folder is set, and the search is not RootRecursive. | |||||||||
int | DssXmlSearchModificationTime | Specifies a search flag that instructs the object server to use ModificationTime, rather CreationTime, as time restriction on the search. | |||||||||
int | DssXmlSearchNameWildCard | Specifies a search flag that instructs the object server for a wildcard search on NamePattern. | |||||||||
int | DssXmlSearchRootRecursive | Specifies a search flag that instructs the object server to search subfolders of the given folders as well. | |||||||||
int | DssXmlSearchUsedByOneOf | Specifies a search flag that instructs the object server to return objects that are used by any one of the objects in the Uses collection, instead of all of the objects in the collection. | |||||||||
int | DssXmlSearchUsedByRecursive | Specifies a search flag that instructs the object server to also find objects that are used by the given objects indirectly. | |||||||||
int | DssXmlSearchUsesOneOf | Specifies a search flag that instructs the object server to return objects that use any one of the objects in the Uses collection, instead of all of the objects in the collection. | |||||||||
int | DssXmlSearchUsesRecursive | Specifies a search flag that instructs the object server to also find objects that use the given objects indirectly. | |||||||||
int | DssXmlSearchVisibleOnly | Specifies a search flag that instructs the object server to only search for objects whose Hidden property is false. |
Specifies a search flag that instructs the object server for a wildcard search on AbbreviationPattern.
Specifies a search flag that will dereference Shortcut during the search. When this flag is set and recursive flag is set, search will dereference shortcut object, if the referenced target is folder, search will perform recursive searching into the referenced folder.
Specifies a search flag that instructs the object server for a wildcard search on DescriptionPattern.
Specifies a search flag that instructs the object server to add the folders under the search root folder to the results regardless of other conditions, if a search root folder is set, and the search is not RootRecursive.
Specifies a search flag that instructs the object server to use ModificationTime, rather CreationTime, as time restriction on the search.
Specifies a search flag that instructs the object server for a wildcard search on NamePattern.
Specifies a search flag that instructs the object server to search subfolders of the given folders as well.
Specifies a search flag that instructs the object server to return objects that are used by any one of the objects in the Uses collection, instead of all of the objects in the collection.
Specifies a search flag that instructs the object server to also find objects that are used by the given objects indirectly.
Specifies a search flag that instructs the object server to return objects that use any one of the objects in the Uses collection, instead of all of the objects in the collection.
Specifies a search flag that instructs the object server to also find objects that use the given objects indirectly.
Specifies a search flag that instructs the object server to only search for objects whose Hidden property is false.