Uses of Interface
com.flowable.core.app.api.AppIncidentQuery
Package
Description
-
Uses of AppIncidentQuery in com.flowable.app.engine.impl
-
Uses of AppIncidentQuery in com.flowable.app.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionAppIncidentEntityManager.createAppIncidentQuery()
AppIncidentEntityManagerImpl.createAppIncidentQuery()
-
Uses of AppIncidentQuery in com.flowable.app.engine.impl.repository
Modifier and TypeMethodDescriptionAppIncidentQueryImpl.createdAfter
(Date createdAfter) AppIncidentQueryImpl.createdBefore
(Date createdBefore) AppIncidentQueryImpl.orderByCreateTime()
AppIncidentQueryImpl.orderByIncidentSubType()
AppIncidentQueryImpl.orderByIncidentType()
-
Uses of AppIncidentQuery in com.flowable.core.app.api
Modifier and TypeMethodDescriptionAppIncidentQuery.appDefinitionKey
(String appDefinitionKey) Query for app incidents with the given app definition key.CoreAppManagementService.createAppIncidentQuery()
AppIncidentQuery.createdAfter
(Date createdAfter) Query for app incidents with a creation time after the give date.AppIncidentQuery.createdBefore
(Date createdBefore) Query for app incidents with a creation time before the give date.Query for app incident with the given id.AppIncidentQuery.orderByCreateTime()
Order the result by incident create time.AppIncidentQuery.orderByIncidentSubType()
Order the result by incident sub type.AppIncidentQuery.orderByIncidentType()
Order the result by incident type.AppIncidentQuery.scopeDefinitionId
(String scopeDefinitionId) Query for app incidents with the given scope definition id.Query for app incidents with the given scope id.Query for app incidents with the given scope type.AppIncidentQuery.subScopeId
(String subScopeId) Query for app incidents with the given sub scope id.Query for app incidents with the given sub type.Query for app variables with the given tenant id.AppIncidentQuery.tenantIdLike
(String tenantIdLike) Query for app variables like the given tenant id.Query for app incidents with the given type.AppIncidentQuery.withoutTenantId()
Query for app variables without a tenant id.