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
Classes in com.flowable.app.engine.impl.cmd that implement interfaces with type arguments of type AppIncidentEntityMethods in com.flowable.app.engine.impl.cmd that return types with arguments of type AppIncidentEntityModifier and TypeMethodDescriptionGetAppIncidentsCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of AppIncidentEntity in com.flowable.app.engine.impl.persistence.entity
Classes in com.flowable.app.engine.impl.persistence.entity that implement AppIncidentEntitySubclasses with type arguments of type AppIncidentEntity in com.flowable.app.engine.impl.persistence.entitySubinterfaces with type arguments of type AppIncidentEntity in com.flowable.app.engine.impl.persistence.entityMethods 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
Subinterfaces with type arguments of type AppIncidentEntity in com.flowable.app.engine.impl.persistence.entity.dataMethods 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
Subclasses with type arguments of type AppIncidentEntity in com.flowable.app.engine.impl.persistence.entity.data.implFields in com.flowable.app.engine.impl.persistence.entity.data.impl with type parameters of type AppIncidentEntityModifier and TypeFieldDescriptionprotected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<AppIncidentEntity> MybatisAppIncidentDataManager.appIncidentByAppKeyAndTenantIdMatcherprotected org.flowable.common.engine.impl.persistence.cache.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
Subclasses with type arguments of type AppIncidentEntity in com.flowable.app.engine.impl.persistence.entity.data.impl.cachematcherModifier and TypeClassDescriptionclassclassMethods 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)