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 TypeMethodDescriptionThe types of the changed entitieslong
getChangedInstances
(String entityType) The number of instances that were changed for the given entity type.
-
Method Details
-
getChangedInstances
The number of instances that were changed for the given entity type. -
getChangedEntityTypes
The types of the changed entities
-