Uses of Interface
com.flowable.core.app.api.AppIncident
-
-
Uses of AppIncident in com.flowable.app.engine.impl
Methods in com.flowable.app.engine.impl that return AppIncident Modifier and Type Method Description AppIncident
AppIncidentBuilderImpl. create()
-
Uses of AppIncident in com.flowable.app.engine.impl.cmd
Methods in com.flowable.app.engine.impl.cmd that return AppIncident Modifier and Type Method Description AppIncident
CreateAppIncidentCmd. execute(CommandContext commandContext)
-
Uses of AppIncident in com.flowable.app.engine.impl.persistence.entity
Subinterfaces of AppIncident in com.flowable.app.engine.impl.persistence.entity Modifier and Type Interface Description interface
AppIncidentEntity
Classes in com.flowable.app.engine.impl.persistence.entity that implement AppIncident Modifier and Type Class Description class
AppIncidentEntityImpl
Methods in com.flowable.app.engine.impl.persistence.entity that return AppIncident Modifier and Type Method Description AppIncident
AppIncidentEntityManager. create(AppIncidentBuilder appIncidentBuilder, Date createTime)
AppIncident
AppIncidentEntityManagerImpl. create(AppIncidentBuilder appIncidentBuilder, Date createTime)
Methods in com.flowable.app.engine.impl.persistence.entity that return types with arguments of type AppIncident Modifier and Type Method Description List<AppIncident>
AppIncidentEntityManager. findAppIncidentsByQueryCriteria(AppIncidentQueryImpl appIncidentQuery)
List<AppIncident>
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 AppIncident Modifier and Type Method Description List<AppIncident>
AppIncidentDataManager. 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 AppIncident Modifier and Type Method Description List<AppIncident>
MybatisAppIncidentDataManager. 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 AppIncident Modifier and Type Method Description List<AppIncident>
AppIncidentQueryImpl. executeList(CommandContext commandContext)
-
Uses of AppIncident in com.flowable.core.app.api
Methods in com.flowable.core.app.api that return AppIncident Modifier and Type Method Description AppIncident
AppIncidentBuilder. create()
Creates incident according to values set in the builder
-