Uses of Interface
com.flowable.app.engine.impl.persistence.entity.AppIncidentEntity
Packages that use AppIncidentEntity
Package
Description
-
Uses of AppIncidentEntity in com.flowable.app.engine.impl.cmd
Methods in com.flowable.app.engine.impl.cmd that return types with arguments of type AppIncidentEntity -
Uses of AppIncidentEntity in com.flowable.app.engine.impl.persistence.entity
Classes in com.flowable.app.engine.impl.persistence.entity that implement AppIncidentEntityMethods in com.flowable.app.engine.impl.persistence.entity that return types with arguments of type AppIncidentEntityModifier and TypeMethodDescriptionAppIncidentEntityManager.findAppIncidentsByAppKey(String appKey) AppIncidentEntityManagerImpl.findAppIncidentsByAppKey(String appKey) AppIncidentEntityManager.findAppIncidentsByAppKeyAndTenantId(String appKey, String tenantId) AppIncidentEntityManagerImpl.findAppIncidentsByAppKeyAndTenantId(String appKey, String tenantId) -
Uses of AppIncidentEntity 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 AppIncidentEntityModifier and TypeMethodDescriptionAppIncidentDataManager.findAppIncidentsByAppKey(String appKey) AppIncidentDataManager.findAppIncidentsByAppKeyAndTenantId(String appKey, String tenantId) -
Uses of AppIncidentEntity in com.flowable.app.engine.impl.persistence.entity.data.impl
Fields in com.flowable.app.engine.impl.persistence.entity.data.impl with type parameters of type AppIncidentEntityModifier and TypeFieldDescriptionprotected CachedEntityMatcher<AppIncidentEntity>MybatisAppIncidentDataManager.appIncidentByAppKeyAndTenantIdMatcherprotected CachedEntityMatcher<AppIncidentEntity>MybatisAppIncidentDataManager.appIncidentByAppKeyMatcherMethods in com.flowable.app.engine.impl.persistence.entity.data.impl that return AppIncidentEntityMethods in com.flowable.app.engine.impl.persistence.entity.data.impl that return types with arguments of type AppIncidentEntityModifier and TypeMethodDescriptionMybatisAppIncidentDataManager.findAppIncidentsByAppKey(String appKey) MybatisAppIncidentDataManager.findAppIncidentsByAppKeyAndTenantId(String appKey, String tenantId) Class<? extends AppIncidentEntity>MybatisAppIncidentDataManager.getManagedEntityClass() -
Uses of AppIncidentEntity in com.flowable.app.engine.impl.persistence.entity.data.impl.cachematcher
Methods in com.flowable.app.engine.impl.persistence.entity.data.impl.cachematcher with parameters of type AppIncidentEntityModifier and TypeMethodDescriptionbooleanAppIncidentByAppKeyAndTenantIdMatcher.isRetained(AppIncidentEntity appIncidentEntity, Object parameter) booleanAppIncidentByAppKeyMatcher.isRetained(AppIncidentEntity appIncidentEntity, Object parameter)