com.microstrategy.webapi.EnumDSSXMLObjectFlags |
This interface defines the enumeration constants used to specify the bits of object information included in the returning XML for object browsing.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlObjectAncestors | Specifies for object browsing a bit mask indicating to load ancestors of the object in the returning XML. | |||||||||
int | DssXmlObjectBrowser | Specifies for object browsing a bit mask indicating to load the object's Name, Abbreviation, Description, Hidden and Path fields in the returning XML. | |||||||||
int | DssXmlObjectChangeJournalComments | Specifies for object browsing a bit mask indicating to load the object's security information in the returning XML. | |||||||||
int | DssXmlObjectCheckWebCache | Specifies for object browsing a bit mask indicating to check web server cache first. | |||||||||
int | DssXmlObjectComments | Specifies for object browsing a bit mask indicating to load the object's comments in the returning XML. | |||||||||
int | DssXmlObjectDates | Specifies for object browsing a bit mask indicating to load the object's modification time, etc. | |||||||||
int | DssXmlObjectDefn | Specifies for object browsing a bit mask indicating to load the object's type specific definition in the returning XML. | |||||||||
int | DssXmlObjectDependents | Specifies for object browsing a bit mask indicating to load the object's dependents list in the returning XML. | |||||||||
int | DssXmlObjectDepnBrowser | Specifies for object browsing a bit mask indicating to include browser information for dependent objects in the returning XML. | |||||||||
int | DssXmlObjectDepnComments | Specifies for object browsing a bit mask indicating to include comment information for dependent objects in the returning XML. | |||||||||
int | DssXmlObjectDepnDates | Specifies for object browsing a bit mask indicating to include date information for dependent objects in the returning XML. | |||||||||
int | DssXmlObjectDepnDefn | Specifies for object browsing a bit mask indicating to include type specific definition of dependent objects in the returning XML. | |||||||||
int | DssXmlObjectDepnDependents | Specifies for object browsing a bit mask indicating to include dependents information for dependent objects in the returning XML. | |||||||||
int | DssXmlObjectDepnProperties | Specifies for object browsing a bit mask indicating to include properties for dependent objects in the returning XML. | |||||||||
int | DssXmlObjectDepnSecurity | Specifies for object browsing a bit mask indicating to include security information for dependent objects in the returning XML. | |||||||||
int | DssXmlObjectDoNotCache | Specifies for object browsing a bit mask indicating not to add it to cache if call creates a new local object. | |||||||||
int | DssXmlObjectFindHidden | Specifies for object browsing a bit mask indicating to find and load the hidden objects in the returning XML. | |||||||||
int | DssXmlObjectPlainText | Specifies that an expression node returned from the IServer should contain Att_PlainText with a parsable value |
|||||||||
int | DssXmlObjectProperties | Specifies for object browsing a bit mask indicating to load the object's properties in the returning XML. | |||||||||
int | DssXmlObjectRemoveNonPrimaryNameTranslations | Specifies that removing non-primary translations in object name | |||||||||
int | DssXmlObjectSaveOverwrite | Specifies that a Save should proceed if we find the object was changed on persistent storage. | |||||||||
int | DssXmlObjectSecurity | Specifies for object browsing a bit mask indicating to load the object's security information in the returning XML. | |||||||||
int | DssXmlObjectTotalDepn | Specifies for object browsing a bit mask indicating to include all the information about dependent objects in the returning XML. | |||||||||
int | DssXmlObjectTotalObject | Specifies for object browsing a bit mask indicating to include the object's change journal comments. | |||||||||
int | DssXmlObjectUseWebCacheOnly | Specifies for object browsing a bit mask indicating to only user web server cache. |
Specifies for object browsing a bit mask indicating to load ancestors of the object in the returning XML.
Specifies for object browsing a bit mask indicating to load the object's Name, Abbreviation, Description, Hidden and Path fields in the returning XML.
Specifies for object browsing a bit mask indicating to load the object's security information in the returning XML.
Specifies for object browsing a bit mask indicating to check web server cache first.
Specifies for object browsing a bit mask indicating to load the object's comments in the returning XML.
Specifies for object browsing a bit mask indicating to load the object's modification time, etc. in the returning XML.
Specifies for object browsing a bit mask indicating to load the object's type specific definition in the returning XML.
Specifies for object browsing a bit mask indicating to load the object's dependents list in the returning XML.
Specifies for object browsing a bit mask indicating to include browser information for dependent objects in the returning XML.
Specifies for object browsing a bit mask indicating to include comment information for dependent objects in the returning XML.
Specifies for object browsing a bit mask indicating to include date information for dependent objects in the returning XML.
Specifies for object browsing a bit mask indicating to include type specific definition of dependent objects in the returning XML.
Specifies for object browsing a bit mask indicating to include dependents information for dependent objects in the returning XML.
Specifies for object browsing a bit mask indicating to include properties for dependent objects in the returning XML.
Specifies for object browsing a bit mask indicating to include security information for dependent objects in the returning XML.
Specifies for object browsing a bit mask indicating not to add it to cache if call creates a new local object.
Specifies for object browsing a bit mask indicating to find and load the hidden objects in the returning XML.
Specifies that an expression node returned from the IServer should contain Att_PlainText
with a parsable value
Specifies for object browsing a bit mask indicating to load the object's properties in the returning XML.
Specifies that removing non-primary translations in object name
Specifies that a Save should proceed if we find the object was changed on persistent storage.
Specifies for object browsing a bit mask indicating to load the object's security information in the returning XML.
Specifies for object browsing a bit mask indicating to include all the information about dependent objects in the returning XML.
Specifies for object browsing a bit mask indicating to include the object's change journal comments.
Specifies for object browsing a bit mask indicating to only user web server cache.