Class AuditManagementServiceImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.service.CommonServiceImpl<AuditEngineConfiguration>
-
- com.flowable.audit.engine.impl.manage.AuditManagementServiceImpl
-
- All Implemented Interfaces:
AuditManagementService
public class AuditManagementServiceImpl extends CommonServiceImpl<AuditEngineConfiguration> implements AuditManagementService
- Author:
- Filip Hrisafov
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
-
Constructor Summary
Constructors Constructor Description AuditManagementServiceImpl(AuditEngineConfiguration engineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeTenantIdBuilder
createChangeTenantIdBuilder(String fromTenantId, String toTenantId)
Create aChangeTenantIdBuilder
that can be used to change the tenant id of the audit instances and all the related instances.-
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
-
-
-
Constructor Detail
-
AuditManagementServiceImpl
public AuditManagementServiceImpl(AuditEngineConfiguration engineConfiguration)
-
-
Method Detail
-
createChangeTenantIdBuilder
public ChangeTenantIdBuilder createChangeTenantIdBuilder(String fromTenantId, String toTenantId)
Description copied from interface:AuditManagementService
Create aChangeTenantIdBuilder
that can be used to change the tenant id of the audit instances and all the related instances. SeeAuditChangeTenantIdEntityTypes
for 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.
- Specified by:
createChangeTenantIdBuilder
in interfaceAuditManagementService
-
-