Package com.flowable.audit.api.manage
Interface AuditManagementService
- All Known Implementing Classes:
AuditManagementServiceImpl
public interface AuditManagementService
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptioncreateChangeTenantIdBuilder(String fromTenantId, String toTenantId) Create aChangeTenantIdBuilderthat can be used to change the tenant id of the audit instances and all the related instances.
-
Method Details
-
createChangeTenantIdBuilder
Create aChangeTenantIdBuilderthat can be used to change the tenant id of the audit instances and all the related instances. SeeAuditChangeTenantIdEntityTypesfor related instances.You must provide the source tenant id and the destination tenant id. All instances from the source tenant id in the Audit scope will be changed to the target tenant id.
-