Package com.microstrategy.webapi
Interface EnumDSSXMLProjectActions
-
public interface EnumDSSXMLProjectActionsThis interface defines the enumeration constants used to perform actions on projects- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlCloseProjectSpecifies the Close action for a projectstatic intDssXmlIdleProjectSpecifies the Idle action for a projectstatic intDssXmlOpenProjectSpecifies the Open action for a projectstatic intDssXmlResumeProjectSpecifies the Resume action for a project
-
-
-
Field Detail
-
DssXmlOpenProject
static final int DssXmlOpenProject
Specifies the Open action for a project- See Also:
- Constant Field Values
-
DssXmlCloseProject
static final int DssXmlCloseProject
Specifies the Close action for a project- See Also:
- Constant Field Values
-
DssXmlIdleProject
static final int DssXmlIdleProject
Specifies the Idle action for a project- See Also:
- Constant Field Values
-
DssXmlResumeProject
static final int DssXmlResumeProject
Specifies the Resume action for a project- See Also:
- Constant Field Values
-
-