Uses of Interface
com.flowable.audit.api.runtime.AuditInstanceBuilder
Package
Description
-
Uses of AuditInstanceBuilder in com.flowable.audit.api
Modifier and TypeMethodDescriptionAuditService.createAuditInstanceBuilder()
Returns a builder to create a newAuditInstance
. -
Uses of AuditInstanceBuilder in com.flowable.audit.api.runtime
Modifier and TypeMethodDescriptionAuditInstanceBuilder.auditDefinitionId
(String auditDefinitionId) Set the audit definition of this audit instance.Set the optional creator id.AuditInstanceBuilder.externalId
(String externalId) If this audit instance was created from an external system, set this optional external id to map to that external data object id, if necessary.Set the optional payload as a generic map representation for this audit instance as described within theAuditDefinition
.AuditInstanceBuilder.scopeDefinitionId
(String scopeDefinitionId) Set the scope instance definition for which the audit instance was created.Set the optional scope instance for which the audit instance was created.Set the optional scope instance type for which the audit instance was created (must be set ifscopeId(String)
is set).AuditInstanceBuilder.subScopeId
(String subScopeId) Set the optional subScope instance for which the audit instance was created.Set the sub type of this audit instance.The tenantId for the audit instance.Set the main type of this audit instance. -
Uses of AuditInstanceBuilder in com.flowable.audit.engine.impl.runtime
Modifier and TypeMethodDescriptionAuditInstanceBuilderImpl.auditDefinitionId
(String auditDefinitionId) AuditServiceImpl.createAuditInstanceBuilder()
AuditInstanceBuilderImpl.externalId
(String externalId) AuditInstanceBuilderImpl.scopeDefinitionId
(String scopeDefinitionId) AuditInstanceBuilderImpl.subScopeId
(String subScopeId)