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
Subinterfaces with type arguments of type AuditInstanceQuery in com.flowable.audit.api.runtimeMethods 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) Only return audit trail information that was created after the given date.AuditInstanceQuery.createdBefore(Date createdBefore) Only return audit trail information that was created before the given date.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 creation time (needs to be followed byQuery.asc()orQuery.desc()).AuditInstanceQuery.orderByExternalId()Order by subType (needs to be followed byQuery.asc()orQuery.desc()).AuditInstanceQuery.orderBySubType()Order by subType (needs to be followed byQuery.asc()orQuery.desc()).AuditInstanceQuery.orderByType()Order by type (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.searchText(String searchText) Only select audit instances which match the search text, which are matched agains the type and subtype.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 AuditInstanceQuerySubclasses with type arguments of type AuditInstanceQuery in com.flowable.audit.engine.impl.runtimeMethods in com.flowable.audit.engine.impl.runtime that return AuditInstanceQueryModifier and TypeMethodDescriptionAuditServiceImpl.createAuditInstanceQuery()AuditInstanceQueryImpl.createdAfter(Date createdAfter) AuditInstanceQueryImpl.createdBefore(Date createdBefore) AuditInstanceQueryImpl.orderByCreationTime()AuditInstanceQueryImpl.orderByExternalId()AuditInstanceQueryImpl.orderBySubType()AuditInstanceQueryImpl.orderByType()AuditInstanceQueryImpl.searchText(String searchText)