Interface EnumDSSXMLObjectState


  • public interface EnumDSSXMLObjectState
    This interface defines the enumeration constants used to specify various states about an object (The type and ID are always available when loading the object).
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DssXmlObjectDocumentDataSourceDirty
      For data element in document, data sources have changed since last execution
      static int DssXmlObjectStateAppObjectDirty
      Specifies a state indicating that for filters in reports, filter has changed since last execution.
      static int DssXmlObjectStateBrowserLoaded
      Specifies a state indicating that the browse fields of this object have been loaded into memory (name; abbreviation; hidden; path; version, etc).
      static int DssXmlObjectStateCached
      Specifies a state indicating that the object is in the local object cache
      static int DssXmlObjectStateCommentsLoaded
      Specifies a state indicating that the comments and description of this object have been loaded into memory.
      static int DssXmlObjectStateContainer
      Specifies a state indicating that the object has at least one embedded object inside it.
      static int DssXmlObjectStateCorrupted
      Specifies a state indicating that errors were encountered when we attempted to load this object (Object needs to be refreshed).
      static int DssXmlObjectStateDatesLoaded
      Specifies a state indicating that the creation and modification time for this object have been loaded into memory.
      static int DssXmlObjectStateDefnLoaded
      Specifies a state indicating that the type-specific part of this object has been loaded into memory.
      static int DssXmlObjectStateDeleted
      Specifies a state indicating that the object has been deleted from metadata.
      static int DssXmlObjectStateDependentsDirty
      Specifies a state indicating that the dependents list of this object has been modified and thus needs to be recalculated.
      static int DssXmlObjectStateDependentsLoaded
      Specifies a state indicating that the list of dependents of this object have been loaded into memory.
      static int DssXmlObjectStateDirty
      Specifies a state indicating that the object has been modified since it was last loaded from metadata.
      static int DssXmlObjectStateEmbedded
      Specifies a state indicating that the object is actually embedded in another object and thus it cannot be used independently of its container.
      static int DssXmlObjectStateError
      Specifies a state indicating that at least one error is listed in the object's Errors collection.
      static int DssXmlObjectStateMissing
      Specifies a state indicating that for tables and columns, although the object is described in metadata, we could not find it in the database.
      static int DssXmlObjectStatePersisted
      Specifies a state indicating that the object is (believed) to be in the metadata.
      static int DssXmlObjectStatePromptsSubstituted
      Specifies a state indicating that the prompt answers have been applied to this object.
      static int DssXmlObjectStatePropertiesLoaded
      Specifies a state indicating that the DSS Properties of this object have been loaded into memory.
      static int DssXmlObjectStateSecurityLoaded
      Specifies a state indicating that the security information of this object have been loaded into memory.
      static int DssXmlObjectStateTemplateAppObjectDirty
      Specifies a state indicating that for templates in reports, list of objects used by template has changed, and thus resolution sever needs to be re-executed
      static int DssXmlObjectStateTemplateContentDirty
      Specifies a state indicating that for templates in reports, template units have been added or removed since last execution.
      static int DssXmlObjectStateTemplateStructureDirty
      Specifies a state indicating that for templates in reports, template has been pivoted since last execution.
      static int DssXmlObjectStateTemplateViewDirty
      For templates in reports, the current element has been changed or the sorts of the template has been changed
      static int DssXmlObjectStateTotalObjectLoaded
      Specifies a state indicating that all of the data associated with this object have been loaded into memory.
    • Field Detail

      • DssXmlObjectStateDefnLoaded

        static final int DssXmlObjectStateDefnLoaded
        Specifies a state indicating that the type-specific part of this object has been loaded into memory.
        See Also:
        Constant Field Values
      • DssXmlObjectStateBrowserLoaded

        static final int DssXmlObjectStateBrowserLoaded
        Specifies a state indicating that the browse fields of this object have been loaded into memory (name; abbreviation; hidden; path; version, etc).
        See Also:
        Constant Field Values
      • DssXmlObjectStateDatesLoaded

        static final int DssXmlObjectStateDatesLoaded
        Specifies a state indicating that the creation and modification time for this object have been loaded into memory.
        See Also:
        Constant Field Values
      • DssXmlObjectStateCommentsLoaded

        static final int DssXmlObjectStateCommentsLoaded
        Specifies a state indicating that the comments and description of this object have been loaded into memory.
        See Also:
        Constant Field Values
      • DssXmlObjectStateDependentsLoaded

        static final int DssXmlObjectStateDependentsLoaded
        Specifies a state indicating that the list of dependents of this object have been loaded into memory.
        See Also:
        Constant Field Values
      • DssXmlObjectStatePropertiesLoaded

        static final int DssXmlObjectStatePropertiesLoaded
        Specifies a state indicating that the DSS Properties of this object have been loaded into memory.
        See Also:
        Constant Field Values
      • DssXmlObjectStateSecurityLoaded

        static final int DssXmlObjectStateSecurityLoaded
        Specifies a state indicating that the security information of this object have been loaded into memory.
        See Also:
        Constant Field Values
      • DssXmlObjectStateTotalObjectLoaded

        static final int DssXmlObjectStateTotalObjectLoaded
        Specifies a state indicating that all of the data associated with this object have been loaded into memory.
        See Also:
        Constant Field Values
      • DssXmlObjectStatePersisted

        static final int DssXmlObjectStatePersisted
        Specifies a state indicating that the object is (believed) to be in the metadata.
        See Also:
        Constant Field Values
      • DssXmlObjectStateDirty

        static final int DssXmlObjectStateDirty
        Specifies a state indicating that the object has been modified since it was last loaded from metadata.
        See Also:
        Constant Field Values
      • DssXmlObjectStateDeleted

        static final int DssXmlObjectStateDeleted
        Specifies a state indicating that the object has been deleted from metadata.
        See Also:
        Constant Field Values
      • DssXmlObjectStateCorrupted

        static final int DssXmlObjectStateCorrupted
        Specifies a state indicating that errors were encountered when we attempted to load this object (Object needs to be refreshed).
        See Also:
        Constant Field Values
      • DssXmlObjectStateDependentsDirty

        static final int DssXmlObjectStateDependentsDirty
        Specifies a state indicating that the dependents list of this object has been modified and thus needs to be recalculated.
        See Also:
        Constant Field Values
      • DssXmlObjectStateMissing

        static final int DssXmlObjectStateMissing
        Specifies a state indicating that for tables and columns, although the object is described in metadata, we could not find it in the database.
        See Also:
        Constant Field Values
      • DssXmlObjectStateError

        static final int DssXmlObjectStateError
        Specifies a state indicating that at least one error is listed in the object's Errors collection.
        See Also:
        Constant Field Values
      • DssXmlObjectStateEmbedded

        static final int DssXmlObjectStateEmbedded
        Specifies a state indicating that the object is actually embedded in another object and thus it cannot be used independently of its container.
        See Also:
        Constant Field Values
      • DssXmlObjectStateContainer

        static final int DssXmlObjectStateContainer
        Specifies a state indicating that the object has at least one embedded object inside it.
        See Also:
        Constant Field Values
      • DssXmlObjectStateCached

        static final int DssXmlObjectStateCached
        Specifies a state indicating that the object is in the local object cache
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DssXmlObjectStatePromptsSubstituted

        static final int DssXmlObjectStatePromptsSubstituted
        Specifies a state indicating that the prompt answers have been applied to this object.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DssXmlObjectStateTemplateAppObjectDirty

        static final int DssXmlObjectStateTemplateAppObjectDirty
        Specifies a state indicating that for templates in reports, list of objects used by template has changed, and thus resolution sever needs to be re-executed
        See Also:
        Constant Field Values
      • DssXmlObjectStateTemplateContentDirty

        static final int DssXmlObjectStateTemplateContentDirty
        Specifies a state indicating that for templates in reports, template units have been added or removed since last execution.
        See Also:
        Constant Field Values
      • DssXmlObjectStateTemplateStructureDirty

        static final int DssXmlObjectStateTemplateStructureDirty
        Specifies a state indicating that for templates in reports, template has been pivoted since last execution. Re-XTab is needed
        See Also:
        Constant Field Values
      • DssXmlObjectStateTemplateViewDirty

        static final int DssXmlObjectStateTemplateViewDirty
        For templates in reports, the current element has been changed or the sorts of the template has been changed
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DssXmlObjectStateAppObjectDirty

        static final int DssXmlObjectStateAppObjectDirty
        Specifies a state indicating that for filters in reports, filter has changed since last execution.
        See Also:
        Constant Field Values
      • DssXmlObjectDocumentDataSourceDirty

        static final int DssXmlObjectDocumentDataSourceDirty
        For data element in document, data sources have changed since last execution
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values