Package com.microstrategy.webapi
Interface EnumDSSXMLReportSaveAsFlags
-
public interface EnumDSSXMLReportSaveAsFlagsThis interface defines the enumeration constants used to specify the options for report saving. These options include directing whether to save linked objects, whether to save linked objects as embedded objects, whether to overwrite an existing report, whether to save prompt answers, and whether to save just certain parts of the report.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlReportSaveAs8iWarningGive a warning when a 8i report overwrite a non-8i reportstatic intDssXmlReportSaveAsClearCurrentElementsSpecifies a report saving option that saves a report with the current elements cleared.static intDssXmlReportSaveAsDeclinePromptsSpecifies a report saving option specifying that filter appears static but can be reprompted.static intDssXmlReportSaveAsDeepCopyAllObjectsSpecifies that this report deeply copy all objects.static intDssXmlReportSaveAsDefaultSpecifies a report saving option that is the default.static intDssXmlReportSaveAsDirectDataAccessModeSpecifies that this report/cube is saved as DDA modestatic intDssXmlReportSaveAsEmbeddedSpecifies a report saving option specifying that when set, a linked object is saved as an embedded object in the new report definition.static intDssXmlReportSaveAsEmbeddedFilterWhen set, a linked filter will be saved as embedded in the new report definition.static intDssXmlReportSaveAsEmbeddedTemplateWhen set, a linked template will be saved as embedded in the new report definition.static intDssXmlReportSaveAsFilterWithPromptsSpecifies a report saving option that saves a report with its prompts in the filer.static intDssXmlReportSaveAsFromWebSpecifies a report saving option that saves a report to distinguish WebFFSQL from DI-FFSQLstatic intDssXmlReportSaveAsInMemoryModeSpecifies that this report/cube is saved as In-Memory modestatic intDssXmlReportSaveAsJustFilterSave just the filter as a separate object.static intDssXmlReportSaveAsJustTemplateSave just the template as a separate object.static intDssXmlReportSaveAsManagedSpecifies that this report will be saved as a managed reportstatic intDssXmlReportSaveAsModifyObjectsSpecifies a report saving option that if the report has linked (non-embedded) objects, and if these objects have been modified, then OVERWRITE these objects.static intDssXmlReportSaveAsOriginalFilterSpecifies a report saving option that saves the original filter.static intDssXmlReportSaveAsOriginalTemplateSpecifies a report saving option that saves the original template.static intDssXmlReportSaveAsOverWriteSpecifies a report saving option that edits the report with the same name (overwrites an existing report).static intDssXmlReportSaveAsPruneAnswersSpecifies a report saving option that removes unneeded answers.static intDssXmlReportSaveAsRemoveNonPrimaryNameTranslationsSpecifies a report saving option that removes non-primary translations in report namestatic intDssXmlReportSaveAsStandaloneSpecifies that this report should be saved as a standalone reportstatic intDssXmlReportSaveAsTemplateWithPromptsSpecifies a report saving option that saves a report with its prompts in the template.static intDssXmlReportSaveAsTriggeredFromDocumentSpecifies that this report saveas is triggered from document instancestatic intDssXmlReportSaveAsUpdateReportInstanceSpecifies that this report instance should be updatedstatic intDssXmlReportSaveAsWithAnswersSpecifies a report saving option that include answers to relevant prompts.static intDssXmlReportSaveAsWithDocumentSaveAsSpecifies that this report save as is performed together with document save asstatic intDssXmlReportSaveAsWithPromptsSpecifies a report saving option that saves a report with its prompts.
-
-
-
Field Detail
-
DssXmlReportSaveAsOriginalTemplate
static final int DssXmlReportSaveAsOriginalTemplate
Specifies a report saving option that saves the original template.- See Also:
- Constant Field Values
-
DssXmlReportSaveAsOriginalFilter
static final int DssXmlReportSaveAsOriginalFilter
Specifies a report saving option that saves the original filter.- See Also:
- Constant Field Values
-
DssXmlReportSaveAsWithAnswers
static final int DssXmlReportSaveAsWithAnswers
Specifies a report saving option that include answers to relevant prompts.- See Also:
- Constant Field Values
-
DssXmlReportSaveAsDefault
static final int DssXmlReportSaveAsDefault
Specifies a report saving option that is the default. This is simply SaveAsOriginalFilter and SaveAsWithAnswers.- See Also:
- Constant Field Values
-
DssXmlReportSaveAsPruneAnswers
static final int DssXmlReportSaveAsPruneAnswers
Specifies a report saving option that removes unneeded answers.- See Also:
- Constant Field Values
-
DssXmlReportSaveAsDeclinePrompts
static final int DssXmlReportSaveAsDeclinePrompts
Specifies a report saving option specifying that filter appears static but can be reprompted.- See Also:
- Constant Field Values
-
DssXmlReportSaveAsOverWrite
static final int DssXmlReportSaveAsOverWrite
Specifies a report saving option that edits the report with the same name (overwrites an existing report).- See Also:
- Constant Field Values
-
DssXmlReportSaveAsEmbedded
static final int DssXmlReportSaveAsEmbedded
Specifies a report saving option specifying that when set, a linked object is saved as an embedded object in the new report definition.- See Also:
- Constant Field Values
-
DssXmlReportSaveAsModifyObjects
static final int DssXmlReportSaveAsModifyObjects
Specifies a report saving option that if the report has linked (non-embedded) objects, and if these objects have been modified, then OVERWRITE these objects.- See Also:
- Constant Field Values
-
DssXmlReportSaveAsEmbeddedFilter
static final int DssXmlReportSaveAsEmbeddedFilter
When set, a linked filter will be saved as embedded in the new report definition.- See Also:
- Constant Field Values
-
DssXmlReportSaveAsEmbeddedTemplate
static final int DssXmlReportSaveAsEmbeddedTemplate
When set, a linked template will be saved as embedded in the new report definition.- See Also:
- Constant Field Values
-
DssXmlReportSaveAsJustFilter
static final int DssXmlReportSaveAsJustFilter
Save just the filter as a separate object.- See Also:
- Constant Field Values
-
DssXmlReportSaveAsJustTemplate
static final int DssXmlReportSaveAsJustTemplate
Save just the template as a separate object.- See Also:
- Constant Field Values
-
DssXmlReportSaveAsWithPrompts
static final int DssXmlReportSaveAsWithPrompts
Specifies a report saving option that saves a report with its prompts.- See Also:
- Constant Field Values
-
DssXmlReportSaveAsFilterWithPrompts
static final int DssXmlReportSaveAsFilterWithPrompts
Specifies a report saving option that saves a report with its prompts in the filer.- See Also:
- Constant Field Values
-
DssXmlReportSaveAsTemplateWithPrompts
static final int DssXmlReportSaveAsTemplateWithPrompts
Specifies a report saving option that saves a report with its prompts in the template.- See Also:
- Constant Field Values
-
DssXmlReportSaveAsClearCurrentElements
static final int DssXmlReportSaveAsClearCurrentElements
Specifies a report saving option that saves a report with the current elements cleared.- See Also:
- Constant Field Values
-
DssXmlReportSaveAs8iWarning
static final int DssXmlReportSaveAs8iWarning
Give a warning when a 8i report overwrite a non-8i report- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
DssXmlReportSaveAsRemoveNonPrimaryNameTranslations
static final int DssXmlReportSaveAsRemoveNonPrimaryNameTranslations
Specifies a report saving option that removes non-primary translations in report name- Since:
- MicroStrategy Web 9.3.1
- See Also:
- Constant Field Values
-
DssXmlReportSaveAsFromWeb
static final int DssXmlReportSaveAsFromWeb
Specifies a report saving option that saves a report to distinguish WebFFSQL from DI-FFSQL- Since:
- MicroStrategy Web 9.3.1
- See Also:
- Constant Field Values
-
DssXmlReportSaveAsManaged
static final int DssXmlReportSaveAsManaged
Specifies that this report will be saved as a managed report- See Also:
- Constant Field Values
-
DssXmlReportSaveAsStandalone
static final int DssXmlReportSaveAsStandalone
Specifies that this report should be saved as a standalone report- See Also:
- Constant Field Values
-
DssXmlReportSaveAsUpdateReportInstance
static final int DssXmlReportSaveAsUpdateReportInstance
Specifies that this report instance should be updated- See Also:
- Constant Field Values
-
DssXmlReportSaveAsTriggeredFromDocument
static final int DssXmlReportSaveAsTriggeredFromDocument
Specifies that this report saveas is triggered from document instance- See Also:
- Constant Field Values
-
DssXmlReportSaveAsWithDocumentSaveAs
static final int DssXmlReportSaveAsWithDocumentSaveAs
Specifies that this report save as is performed together with document save as- See Also:
- Constant Field Values
-
DssXmlReportSaveAsDeepCopyAllObjects
static final int DssXmlReportSaveAsDeepCopyAllObjects
Specifies that this report deeply copy all objects.- See Also:
- Constant Field Values
-
DssXmlReportSaveAsDirectDataAccessMode
static final int DssXmlReportSaveAsDirectDataAccessMode
Specifies that this report/cube is saved as DDA mode- See Also:
- Constant Field Values
-
DssXmlReportSaveAsInMemoryMode
static final int DssXmlReportSaveAsInMemoryMode
Specifies that this report/cube is saved as In-Memory mode- See Also:
- Constant Field Values
-
-