Interface ChangeTenantIdBuilder

All Known Implementing Classes:
ChangeTenantIdBuilderImpl

public interface ChangeTenantIdBuilder
Helper for changing the tenant id from active and historic instances.

An instance can be created with the corresponding management service of each of the BPMN, CMMN or DMN scopes.

Author:
Jorge Mora Giménez, Filip Hrisafov
  • Method Summary

    Modifier and Type
    Method
    Description
    Executes change in the tenant id, returning the number of instances that were affected
    definitionTenantId(String definitionTenantId)
    Perform the change only for instances that were created using a definition from the given tenant.
    Executes a simulation of the change of tenant id, calculating the number of instances that will be affected
  • Method Details