Interface EnumDSSXMLObjectFlags


  • public interface EnumDSSXMLObjectFlags
    This 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 int DssXmlObjectAncestors
      Specifies for object browsing a bit mask indicating to load ancestors of the object in the returning XML.
      static 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.
      static int DssXmlObjectChangeJournalComments
      Specifies for object browsing a bit mask indicating to load the object's security information in the returning XML.
      static int DssXmlObjectCheckWebCache
      Specifies for object browsing a bit mask indicating to check web server cache first.
      static int DssXmlObjectComments
      Specifies for object browsing a bit mask indicating to load the object's comments in the returning XML.
      static int DssXmlObjectDates
      Specifies for object browsing a bit mask indicating to load the object's modification time, etc.
      static int DssXmlObjectDefn
      Specifies for object browsing a bit mask indicating to load the object's type specific definition in the returning XML.
      static int DssXmlObjectDependents
      Specifies for object browsing a bit mask indicating to load the object's dependents list in the returning XML.
      static int DssXmlObjectDepnBrowser
      Specifies for object browsing a bit mask indicating to include browser information for dependent objects in the returning XML.
      static int DssXmlObjectDepnComments
      Specifies for object browsing a bit mask indicating to include comment information for dependent objects in the returning XML.
      static int DssXmlObjectDepnDates
      Specifies for object browsing a bit mask indicating to include date information for dependent objects in the returning XML.
      static int DssXmlObjectDepnDefn
      Specifies for object browsing a bit mask indicating to include type specific definition of dependent objects in the returning XML.
      static int DssXmlObjectDepnDependents
      Specifies for object browsing a bit mask indicating to include dependents information for dependent objects in the returning XML.
      static int DssXmlObjectDepnProperties
      Specifies for object browsing a bit mask indicating to include properties for dependent objects in the returning XML.
      static int DssXmlObjectDepnSecurity
      Specifies for object browsing a bit mask indicating to include security information for dependent objects in the returning XML.
      static int DssXmlObjectDoNotCache
      Specifies for object browsing a bit mask indicating not to add it to cache if call creates a new local object.
      static int DssXmlObjectFindHidden
      Specifies for object browsing a bit mask indicating to find and load the hidden objects in the returning XML.
      static int DssXmlObjectPlainText
      Specifies that an expression node returned from the IServer should contain XMLTags.Att_PlainText with a parsable value
      static int DssXmlObjectProperties
      Specifies for object browsing a bit mask indicating to load the object's properties in the returning XML.
      static int DssXmlObjectRemoveNonPrimaryNameTranslations
      Specifies that removing non-primary translations in object name
      static int DssXmlObjectSaveOverwrite
      Specifies that a Save should proceed if we find the object was changed on persistent storage.
      static int DssXmlObjectSecurity
      Specifies for object browsing a bit mask indicating to load the object's security information in the returning XML.
      static int DssXmlObjectTotalDepn
      Specifies for object browsing a bit mask indicating to include all the information about dependent objects in the returning XML.
      static int DssXmlObjectTotalObject
      Specifies for object browsing a bit mask indicating to include the object's change journal comments.
      static int DssXmlObjectUseWebCacheOnly
      Specifies 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 contain XMLTags.Att_PlainText with a parsable value
        See Also:
        Constant Field Values