Class WebSubscriptionEMMACubeOptionsImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()
      Clear all current setting
      int getAllLevelAction()
      Get cube level execute action
      int getAllLevelRefreshType()
      Get cube level refresh type
      java.lang.String[] getAllTables()
      Get Array of all tables's ID.
      boolean getIRRState()
      Gets the state of whether Incremental Refresh Report Instance is used
      java.lang.String getMessageID()
      Gets the message ID of Incremental Refresh Report Instance
      boolean getOldIRRState()
      Gets the old state of whether Incremental Refresh Report Instance is used
      java.lang.String getRawXML()
      Get raw XML description about this options
      int getTableAction​(java.lang.String tableID)
      Get table level execute action
      int getTableRefreshType​(java.lang.String tableID)
      Get table level refresh type
      boolean isAllLevelActionSet()
      Function to tell if cube level execution action was set
      boolean isAllLevelRefreshTypeSet()
      Function to tell if cube level refresh type was set
      void setAllLevelAction​(int ac)
      Set cube level execute action
      void setAllLevelRefreshType​(int crb)
      Set cube level refresh type, value comes from EnumDSSCubeRefreshType
      void setIRRState​(boolean value)
      Sets the state of whether Incremental Refresh Report Instance is used
      void setMessageID​(java.lang.String value)
      Sets the message ID of Incremental Refresh Report Instance
      void setOldIRRState​(boolean value)
      Sets the old state of whether Incremental Refresh Report Instance is used
      void setTableAction​(java.lang.String tableID, int ac)
      Set table level execute action
      void setTableRefreshType​(java.lang.String tableID, int crb)
      Set table level refresh type
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait