Java API for Managing Cube Build Instance
Applies to: Kyvos Enterprise Kyvos Cloud (SaaS on AWS) Kyvos AWS Marketplace
Kyvos Azure Marketplace  Kyvos GCP Marketplace Kyvos Single Node Installation (Kyvos SNI)
Overview
Switch between semantic model process instances.
Set Semantic Model Process instances
Switch between semantic model process instances
Example
Get Semantic model Process instances
/** * method to launch Replace Partition process and incremental process with Replace partition: * @param entityID: ID of the semantic 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
/** * method to launch Replace Partition process and incremental process with Replace partition: * @param historyID:Â History id of semantic model process 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);
Copyright Kyvos, Inc. All rights reserved.