Class AuditServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<AuditEngineConfiguration>
com.flowable.audit.engine.impl.runtime.AuditServiceImpl
- All Implemented Interfaces:
AuditService
public class AuditServiceImpl
extends CommonEngineServiceImpl<AuditEngineConfiguration>
implements AuditService
- Author:
- Tijs Rademakers
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutorFields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteAuditInstancesByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) Bulk delete audit instances by scope ids and scope typecreateAuditInstance(AuditInstanceBuilderImpl auditInstanceBuilder) Returns a builder to create a newAuditInstance.Returns a query object to search forAuditInstance.voiddeleteAuditInstance(String auditInstanceId) Deletes an audit instance by id.voiddeleteAuditInstancesByScopeIdAndScopeType(String scopeId, String scopeType) Delete audit instances by scope id and scope typeMethods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutorMethods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
AuditServiceImpl
-
-
Method Details
-
createAuditInstanceBuilder
Description copied from interface:AuditServiceReturns a builder to create a newAuditInstance.- Specified by:
createAuditInstanceBuilderin interfaceAuditService
-
createAuditInstanceQuery
Description copied from interface:AuditServiceReturns a query object to search forAuditInstance.- Specified by:
createAuditInstanceQueryin interfaceAuditService
-
deleteAuditInstance
Description copied from interface:AuditServiceDeletes an audit instance by id.- Specified by:
deleteAuditInstancein interfaceAuditService
-
deleteAuditInstancesByScopeIdAndScopeType
Description copied from interface:AuditServiceDelete audit instances by scope id and scope type- Specified by:
deleteAuditInstancesByScopeIdAndScopeTypein interfaceAuditService
-
bulkDeleteAuditInstancesByScopeIdsAndScopeType
public void bulkDeleteAuditInstancesByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) Description copied from interface:AuditServiceBulk delete audit instances by scope ids and scope type- Specified by:
bulkDeleteAuditInstancesByScopeIdsAndScopeTypein interfaceAuditService
-
createAuditInstance
-