Class AuditInstanceBuilderImpl
java.lang.Object
com.flowable.audit.engine.impl.runtime.AuditInstanceBuilderImpl
- All Implemented Interfaces:
AuditInstanceBuilder
- Author:
- Tijs Rademakers, Joram Barrez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauditDefinitionId(String auditDefinitionId) Set the audit definition of this audit instance.create()Creates and persists theAuditInstanceaccording the data provided to this builder.Set the optional creator id.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.getType()Set the optional payload as a generic map representation for this audit instance as described within theAuditDefinition.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 ifAuditInstanceBuilder.scopeId(String)is set).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.
-
Field Details
-
auditService
-
auditDefinitionId
-
scopeId
-
subScopeId
-
scopeType
-
scopeDefinitionId
-
externalId
-
tenantId
-
type
-
subType
-
payload
-
creatorId
-
-
Constructor Details
-
AuditInstanceBuilderImpl
-
-
Method Details
-
auditDefinitionId
Description copied from interface:AuditInstanceBuilderSet the audit definition of this audit instance.- Specified by:
auditDefinitionIdin interfaceAuditInstanceBuilder
-
scopeId
Description copied from interface:AuditInstanceBuilderSet the optional scope instance for which the audit instance was created.- Specified by:
scopeIdin interfaceAuditInstanceBuilder
-
subScopeId
Description copied from interface:AuditInstanceBuilderSet the optional subScope instance for which the audit instance was created.- Specified by:
subScopeIdin interfaceAuditInstanceBuilder
-
scopeType
Description copied from interface:AuditInstanceBuilderSet the optional scope instance type for which the audit instance was created (must be set ifAuditInstanceBuilder.scopeId(String)is set).- Specified by:
scopeTypein interfaceAuditInstanceBuilder
-
scopeDefinitionId
Description copied from interface:AuditInstanceBuilderSet the scope instance definition for which the audit instance was created.- Specified by:
scopeDefinitionIdin interfaceAuditInstanceBuilder
-
externalId
Description copied from interface:AuditInstanceBuilderIf this audit instance was created from an external system, set this optional external id to map to that external data object id, if necessary.- Specified by:
externalIdin interfaceAuditInstanceBuilder
-
tenantId
Description copied from interface:AuditInstanceBuilderThe tenantId for the audit instance.- Specified by:
tenantIdin interfaceAuditInstanceBuilder
-
type
Description copied from interface:AuditInstanceBuilderSet the main type of this audit instance. The type and sub type might later be used for easy querying and filtering of the audit stream.- Specified by:
typein interfaceAuditInstanceBuilder
-
subType
Description copied from interface:AuditInstanceBuilderSet the sub type of this audit instance. The type and sub type might later be used for easy querying and filtering of the audit stream.- Specified by:
subTypein interfaceAuditInstanceBuilder
-
payload
Description copied from interface:AuditInstanceBuilderSet the optional payload as a generic map representation for this audit instance as described within theAuditDefinition.- Specified by:
payloadin interfaceAuditInstanceBuilder
-
creatorId
Description copied from interface:AuditInstanceBuilderSet the optional creator id. If no creator id is set, currently authenticated user is used.- Specified by:
creatorIdin interfaceAuditInstanceBuilder
-
create
Description copied from interface:AuditInstanceBuilderCreates and persists theAuditInstanceaccording the data provided to this builder.- Specified by:
createin interfaceAuditInstanceBuilder- Returns:
- the newly created and persisted audit instance
-
getAuditService
-
getAuditDefinitionId
-
getScopeId
-
getSubScopeId
-
getScopeType
-
getScopeDefinitionId
-
getExternalId
-
getTenantId
-
getType
-
getSubType
-
getPayload
-
getCreatorId
-