Class SaveAndPublishCubeHandler
- java.lang.Object
-
- com.microstrategy.web.tasks.actions.SaveAndPublishCubeHandler
-
public class SaveAndPublishCubeHandler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SaveAndPublishCubeHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Block
constructTaskOutput(java.lang.String objectId, java.lang.String messageID)
Construct the Task output given the upload file text.static Block
process(WebObjectsFactory factory, boolean shouldSave, boolean shouldRefresh, int dmd, java.lang.String messageID, java.lang.String folderId, java.lang.String reportName, java.lang.String reportDesc, int flags, java.lang.String extParams)
-
-
-
Method Detail
-
process
public static Block process(WebObjectsFactory factory, boolean shouldSave, boolean shouldRefresh, int dmd, java.lang.String messageID, java.lang.String folderId, java.lang.String reportName, java.lang.String reportDesc, int flags, java.lang.String extParams) throws HandlerException
- Throws:
HandlerException
-
constructTaskOutput
public static Block constructTaskOutput(java.lang.String objectId, java.lang.String messageID) throws HandlerException
Construct the Task output given the upload file text.- Parameters:
markupOutput
- TheTaskOutput
instance to populate into.- Throws:
TaskException
- If there was any problem serializing the results to the TaskOutput.HandlerException
-
-