Interface ChangeTenantIdResult

All Known Implementing Classes:
DefaultChangeTenantIdResult

public interface ChangeTenantIdResult
Container interface to return the result of a change in a tenant id operation
  • Method Summary

    Modifier and Type
    Method
    Description
    The types of the changed entities
    long
    The number of instances that were changed for the given entity type.
  • Method Details

    • getChangedInstances

      long getChangedInstances(String entityType)
      The number of instances that were changed for the given entity type.
    • getChangedEntityTypes

      Set<String> getChangedEntityTypes()
      The types of the changed entities