Uses of Interface
com.flowable.audit.api.runtime.AuditInstanceQuery
Packages that use AuditInstanceQuery
Package
Description
-
Uses of AuditInstanceQuery in com.flowable.audit.api
Methods in com.flowable.audit.api that return AuditInstanceQueryModifier and TypeMethodDescriptionAuditService.createAuditInstanceQuery()
Returns a query object to search forAuditInstance
. -
Uses of AuditInstanceQuery in com.flowable.audit.api.runtime
Methods in com.flowable.audit.api.runtime that return AuditInstanceQueryModifier and TypeMethodDescriptionAuditInstanceQuery.auditDefinitionId
(String auditDefinitionId) Only select audit instances with the given audit definition id.AuditInstanceQuery.auditDefinitionIdLike
(String auditDefinitionIdLike) Only select audit instances with an audit definition id like the given string.AuditInstanceQuery.createdAfter
(Date createdAfter) AuditInstanceQuery.createdBefore
(Date createdBefore) Select audit instances using a given creatorId.AuditInstanceQuery.externalId
(String externalId) Only select audit instances with the given external id.Only select audit instances with the given id.Only select audit instances with the given ids.AuditInstanceQuery.orderByCreationTime()
Order by start date (needs to be followed byQuery.asc()
orQuery.desc()
).AuditInstanceQuery.scopeDefinitionId
(String scopeDefinitionId) Only select audit instances with the given scope definition id.Only select audit instances with the given scope id.Only select audit instances with the given scope type.AuditInstanceQuery.subScopeId
(String subScopeId) Only select audit instances with the given sub scope id.Only select audit instances with the given sub type.Only select audit instances that have the given tenant id.AuditInstanceQuery.tenantIdLike
(String tenantIdLike) Only select audit instances with a tenant id like the given one.Only select audit instances with the given type.AuditInstanceQuery.withoutTenantId()
Only select audit instances that do not have a tenant id. -
Uses of AuditInstanceQuery in com.flowable.audit.engine.impl.persistence.entity
Methods in com.flowable.audit.engine.impl.persistence.entity that return AuditInstanceQueryModifier and TypeMethodDescriptionAuditInstanceEntityManager.createAuditInstanceQuery()
AuditInstanceEntityManagerImpl.createAuditInstanceQuery()
-
Uses of AuditInstanceQuery in com.flowable.audit.engine.impl.runtime
Classes in com.flowable.audit.engine.impl.runtime that implement AuditInstanceQueryMethods in com.flowable.audit.engine.impl.runtime that return AuditInstanceQueryModifier and TypeMethodDescriptionAuditServiceImpl.createAuditInstanceQuery()
AuditInstanceQueryImpl.createdAfter
(Date createdAfter) AuditInstanceQueryImpl.createdBefore
(Date createdBefore) AuditInstanceQueryImpl.orderByCreationTime()