Package com.microstrategy.webapi
Interface EnumDSSXMLObjectFlags
- 
public interface EnumDSSXMLObjectFlagsThis interface defines the enumeration constants used to specify the bits of object information included in the returning XML for object browsing.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXmlObjectAncestorsSpecifies for object browsing a bit mask indicating to load ancestors of the object in the returning XML.static intDssXmlObjectBrowserSpecifies for object browsing a bit mask indicating to load the object's Name, Abbreviation, Description, Hidden and Path fields in the returning XML.static intDssXmlObjectChangeJournalCommentsSpecifies for object browsing a bit mask indicating to load the object's security information in the returning XML.static intDssXmlObjectCheckWebCacheSpecifies for object browsing a bit mask indicating to check web server cache first.static intDssXmlObjectCommentsSpecifies for object browsing a bit mask indicating to load the object's comments in the returning XML.static intDssXmlObjectDatesSpecifies for object browsing a bit mask indicating to load the object's modification time, etc.static intDssXmlObjectDefnSpecifies for object browsing a bit mask indicating to load the object's type specific definition in the returning XML.static intDssXmlObjectDependentsSpecifies for object browsing a bit mask indicating to load the object's dependents list in the returning XML.static intDssXmlObjectDepnBrowserSpecifies for object browsing a bit mask indicating to include browser information for dependent objects in the returning XML.static intDssXmlObjectDepnCommentsSpecifies for object browsing a bit mask indicating to include comment information for dependent objects in the returning XML.static intDssXmlObjectDepnDatesSpecifies for object browsing a bit mask indicating to include date information for dependent objects in the returning XML.static intDssXmlObjectDepnDefnSpecifies for object browsing a bit mask indicating to include type specific definition of dependent objects in the returning XML.static intDssXmlObjectDepnDependentsSpecifies for object browsing a bit mask indicating to include dependents information for dependent objects in the returning XML.static intDssXmlObjectDepnPropertiesSpecifies for object browsing a bit mask indicating to include properties for dependent objects in the returning XML.static intDssXmlObjectDepnSecuritySpecifies for object browsing a bit mask indicating to include security information for dependent objects in the returning XML.static intDssXmlObjectDoNotCacheSpecifies for object browsing a bit mask indicating not to add it to cache if call creates a new local object.static intDssXmlObjectFindHiddenSpecifies for object browsing a bit mask indicating to find and load the hidden objects in the returning XML.static intDssXmlObjectPlainTextSpecifies that an expression node returned from the IServer should containXMLTags.Att_PlainTextwith a parsable valuestatic intDssXmlObjectPropertiesSpecifies for object browsing a bit mask indicating to load the object's properties in the returning XML.static intDssXmlObjectRemoveNonPrimaryNameTranslationsSpecifies that removing non-primary translations in object namestatic intDssXmlObjectSaveOverwriteSpecifies that a Save should proceed if we find the object was changed on persistent storage.static intDssXmlObjectSecuritySpecifies for object browsing a bit mask indicating to load the object's security information in the returning XML.static intDssXmlObjectTotalDepnSpecifies for object browsing a bit mask indicating to include all the information about dependent objects in the returning XML.static intDssXmlObjectTotalObjectSpecifies for object browsing a bit mask indicating to include the object's change journal comments.static intDssXmlObjectUseWebCacheOnlySpecifies for object browsing a bit mask indicating to only user web server cache. 
 - 
 
- 
- 
Field Detail
- 
DssXmlObjectDefn
static final int DssXmlObjectDefn
Specifies for object browsing a bit mask indicating to load the object's type specific definition in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectBrowser
static final 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.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectDates
static final int DssXmlObjectDates
Specifies for object browsing a bit mask indicating to load the object's modification time, etc. in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectComments
static final int DssXmlObjectComments
Specifies for object browsing a bit mask indicating to load the object's comments in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectDependents
static final int DssXmlObjectDependents
Specifies for object browsing a bit mask indicating to load the object's dependents list in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectProperties
static final int DssXmlObjectProperties
Specifies for object browsing a bit mask indicating to load the object's properties in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectSecurity
static final int DssXmlObjectSecurity
Specifies for object browsing a bit mask indicating to load the object's security information in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectTotalObject
static final int DssXmlObjectTotalObject
Specifies for object browsing a bit mask indicating to include the object's change journal comments.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectChangeJournalComments
static final int DssXmlObjectChangeJournalComments
Specifies for object browsing a bit mask indicating to load the object's security information in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectDepnDefn
static final int DssXmlObjectDepnDefn
Specifies for object browsing a bit mask indicating to include type specific definition of dependent objects in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectDepnBrowser
static final int DssXmlObjectDepnBrowser
Specifies for object browsing a bit mask indicating to include browser information for dependent objects in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectDepnDates
static final int DssXmlObjectDepnDates
Specifies for object browsing a bit mask indicating to include date information for dependent objects in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectDepnComments
static final int DssXmlObjectDepnComments
Specifies for object browsing a bit mask indicating to include comment information for dependent objects in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectDepnDependents
static final int DssXmlObjectDepnDependents
Specifies for object browsing a bit mask indicating to include dependents information for dependent objects in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectDepnProperties
static final int DssXmlObjectDepnProperties
Specifies for object browsing a bit mask indicating to include properties for dependent objects in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectDepnSecurity
static final int DssXmlObjectDepnSecurity
Specifies for object browsing a bit mask indicating to include security information for dependent objects in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectTotalDepn
static final int DssXmlObjectTotalDepn
Specifies for object browsing a bit mask indicating to include all the information about dependent objects in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectDoNotCache
static final int DssXmlObjectDoNotCache
Specifies for object browsing a bit mask indicating not to add it to cache if call creates a new local object.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectCheckWebCache
static final int DssXmlObjectCheckWebCache
Specifies for object browsing a bit mask indicating to check web server cache first.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectUseWebCacheOnly
static final int DssXmlObjectUseWebCacheOnly
Specifies for object browsing a bit mask indicating to only user web server cache.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectSaveOverwrite
static final int DssXmlObjectSaveOverwrite
Specifies that a Save should proceed if we find the object was changed on persistent storage.- Since:
 - MicroStrategy Web 7.5.0
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectRemoveNonPrimaryNameTranslations
static final int DssXmlObjectRemoveNonPrimaryNameTranslations
Specifies that removing non-primary translations in object name- Since:
 - MicroStrategy Web 9.3.1
 - See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectAncestors
static final int DssXmlObjectAncestors
Specifies for object browsing a bit mask indicating to load ancestors of the object in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectFindHidden
static final int DssXmlObjectFindHidden
Specifies for object browsing a bit mask indicating to find and load the hidden objects in the returning XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlObjectPlainText
static final int DssXmlObjectPlainText
Specifies that an expression node returned from the IServer should containXMLTags.Att_PlainTextwith a parsable value- See Also:
 - Constant Field Values
 
 
 - 
 
 -