Uses of Interface
com.flowable.core.app.api.AppIncident
Packages that use AppIncident
Package
Description
-
Uses of AppIncident in com.flowable.app.engine.impl
Methods in com.flowable.app.engine.impl that return AppIncident -
Uses of AppIncident in com.flowable.app.engine.impl.cmd
Methods in com.flowable.app.engine.impl.cmd that return AppIncident -
Uses of AppIncident in com.flowable.app.engine.impl.persistence.entity
Subinterfaces of AppIncident in com.flowable.app.engine.impl.persistence.entityClasses in com.flowable.app.engine.impl.persistence.entity that implement AppIncidentMethods in com.flowable.app.engine.impl.persistence.entity that return AppIncidentModifier and TypeMethodDescriptionAppIncidentEntityManager.create
(AppIncidentBuilder appIncidentBuilder, Date createTime) AppIncidentEntityManagerImpl.create
(AppIncidentBuilder appIncidentBuilder, Date createTime) Methods in com.flowable.app.engine.impl.persistence.entity that return types with arguments of type AppIncidentModifier and TypeMethodDescriptionAppIncidentEntityManager.findAppIncidentsByQueryCriteria
(AppIncidentQueryImpl appIncidentQuery) AppIncidentEntityManagerImpl.findAppIncidentsByQueryCriteria
(AppIncidentQueryImpl appIncidentQuery) -
Uses of AppIncident in com.flowable.app.engine.impl.persistence.entity.data
Methods in com.flowable.app.engine.impl.persistence.entity.data that return types with arguments of type AppIncidentModifier and TypeMethodDescriptionAppIncidentDataManager.findAppIncidentsByQueryCriteria
(AppIncidentQueryImpl appIncidentQuery) -
Uses of AppIncident in com.flowable.app.engine.impl.persistence.entity.data.impl
Methods in com.flowable.app.engine.impl.persistence.entity.data.impl that return types with arguments of type AppIncidentModifier and TypeMethodDescriptionMybatisAppIncidentDataManager.findAppIncidentsByQueryCriteria
(AppIncidentQueryImpl appIncidentQuery) -
Uses of AppIncident in com.flowable.app.engine.impl.repository
Methods in com.flowable.app.engine.impl.repository that return types with arguments of type AppIncidentModifier and TypeMethodDescriptionAppIncidentQueryImpl.executeList
(CommandContext commandContext) -
Uses of AppIncident in com.flowable.core.app.api
Methods in com.flowable.core.app.api that return AppIncidentModifier and TypeMethodDescriptionAppIncidentBuilder.create()
Creates incident according to values set in the builder