Uses of Interface
com.flowable.audit.api.runtime.AuditInstanceQuery
Package
Description
-
Uses of AuditInstanceQuery in com.flowable.audit.api
Modifier and TypeMethodDescriptionAuditService.createAuditInstanceQuery()
Returns a query object to search forAuditInstance
. -
Uses of AuditInstanceQuery in com.flowable.audit.api.runtime
Modifier 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
Modifier and TypeMethodDescriptionAuditInstanceEntityManager.createAuditInstanceQuery()
AuditInstanceEntityManagerImpl.createAuditInstanceQuery()
-
Uses of AuditInstanceQuery in com.flowable.audit.engine.impl.runtime
Modifier and TypeMethodDescriptionAuditServiceImpl.createAuditInstanceQuery()
AuditInstanceQueryImpl.createdAfter
(Date createdAfter) AuditInstanceQueryImpl.createdBefore
(Date createdBefore) AuditInstanceQueryImpl.orderByCreationTime()