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