Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Get semantic model Build instances

    Code Block
    languagejava
    /**
    * method to launch Replace Partition build and incremental buildprocess with Replace partition:
    * @param entityID: ID of the cubesemantic model.
    * @param userInfo: Object of type UserInfo containing information about logged in user.
    */
    public String getBuildInstances(String entityID, UserInfo userInfo);
  • Switch between semantic model instances

    Code Block
    languagejava
    /**
    * method to launch Replace Partition build and incremental build with Replace partition:
    * @param historyID: History idID of cube buildthe semantic model job to which you want to switch.
    * @param action: SWITCH.
    * @param userInfo: Object of type UserInfo containing information about logged in user.
    */
    public String getExecBuildInstance(String historyID, String action, UserInfo userInfo);


...