Class DefaultChangeTenantIdResult
java.lang.Object
org.flowable.common.engine.impl.tenant.DefaultChangeTenantIdResult
- All Implemented Interfaces:
ChangeTenantIdResult
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
DefaultChangeTenantIdResult
-
-
Method Details
-
getChangedInstances
Description copied from interface:ChangeTenantIdResult
The number of instances that were changed for the given entity type.- Specified by:
getChangedInstances
in interfaceChangeTenantIdResult
-
getChangedEntityTypes
Description copied from interface:ChangeTenantIdResult
The types of the changed entities- Specified by:
getChangedEntityTypes
in interfaceChangeTenantIdResult
-