Uses of Interface
org.flowable.common.engine.impl.persistence.entity.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in org.flowable.batch.service.impl.persistence.entity
Subinterfaces of Entity in org.flowable.batch.service.impl.persistence.entityClasses in org.flowable.batch.service.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclassclassclass -
Uses of Entity in org.flowable.cmmn.engine.configurator
Methods in org.flowable.cmmn.engine.configurator that return types with arguments of type EntityModifier and TypeMethodDescriptionCmmnEngineConfigurator.getEntityDeletionOrder()CmmnEngineConfigurator.getEntityInsertionOrder() -
Uses of Entity in org.flowable.cmmn.engine.impl.db
Fields in org.flowable.cmmn.engine.impl.db with type parameters of type EntityModifier and TypeFieldDescriptionEntityDependencyOrder.DELETE_ORDEREntityToTableMap.entityToTableNameMapstatic Collection<Class<? extends Entity>>EntityDependencyOrder.IMMUTABLE_ENTITIESEntityDependencyOrder.INSERT_ORDER -
Uses of Entity in org.flowable.cmmn.engine.impl.persistence.entity
Subinterfaces of Entity in org.flowable.cmmn.engine.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in org.flowable.cmmn.engine.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Entity in org.flowable.cmmn.engine.impl.persistence.entity.data
Classes in org.flowable.cmmn.engine.impl.persistence.entity.data with type parameters of type Entity -
Uses of Entity in org.flowable.common.engine.impl
Methods in org.flowable.common.engine.impl that return types with arguments of type EntityModifier and TypeMethodDescriptionAbstractEngineConfigurator.getEntityDeletionOrder()AbstractEngineConfigurator.getEntityInsertionOrder()Method parameters in org.flowable.common.engine.impl with type arguments of type EntityModifier and TypeMethodDescriptionprotected voidAbstractEngineConfiguration.defaultInitDbSqlSessionFactoryEntitySettings(List<Class<? extends Entity>> insertOrder, List<Class<? extends Entity>> deleteOrder) protected voidAbstractEngineConfiguration.defaultInitDbSqlSessionFactoryEntitySettings(List<Class<? extends Entity>> insertOrder, List<Class<? extends Entity>> deleteOrder, Collection<Class<? extends Entity>> immutableEntities) protected voidAbstractEngineConfiguration.defaultInitDbSqlSessionFactoryEntitySettings(List<Class<? extends Entity>> insertOrder, List<Class<? extends Entity>> deleteOrder, Collection<Class<? extends Entity>> immutableEntities) -
Uses of Entity in org.flowable.common.engine.impl.db
Classes in org.flowable.common.engine.impl.db with type parameters of type EntityModifier and TypeClassDescriptionclassAbstractDataManager<EntityImpl extends Entity>interfaceSingleCachedEntityMatcher<EntityImpl extends Entity>Interface to express a condition whether or not one specific cached entity should be used in the return result of a query.Fields in org.flowable.common.engine.impl.db with type parameters of type EntityModifier and TypeFieldDescriptionprotected Map<Class<? extends Entity>,List<BulkDeleteOperation>> DbSqlSession.bulkDeleteOperationsDbSqlSessionFactory.bulkInserteableEntityClassesDbSqlSession.deletedObjectsDbSqlSession.deletedObjectsDbSqlSessionFactory.deletionOrderprotected Collection<Class<? extends Entity>>DbSqlSessionFactory.immutableEntitiesDbSqlSession.insertedObjectsDbSqlSession.insertedObjectsDbSqlSessionFactory.insertionOrderDbSqlSession.updatedObjectsMethods in org.flowable.common.engine.impl.db with type parameters of type EntityModifier and TypeMethodDescription<T extends Entity>
TDbSqlSession.selectById(Class<T> entityClass, String id) <T extends Entity>
TDbSqlSession.selectById(Class<T> entityClass, String id, boolean useCache) Methods in org.flowable.common.engine.impl.db that return EntityModifier and TypeMethodDescriptionprotected EntityDbSqlSession.cacheLoadOrStore(Entity entity, Object parameter) Returns the object in the cache.Methods in org.flowable.common.engine.impl.db that return types with arguments of type EntityModifier and TypeMethodDescriptionDbSqlSessionFactory.getBulkInserteableEntityClasses()DbSqlSessionFactory.getDeletionOrder()Collection<Class<? extends Entity>>DbSqlSessionFactory.getImmutableEntities()DbSqlSessionFactory.getInsertionOrder()Methods in org.flowable.common.engine.impl.db with parameters of type EntityModifier and TypeMethodDescriptionprotected EntityDbSqlSession.cacheLoadOrStore(Entity entity, Object parameter) Returns the object in the cache.voidprotected voidDbSqlSession.flushRegularInsert(Entity entity, Class<? extends Entity> clazz) protected voidDbSqlSession.flushUpdateEntity(Entity updatedObject) DbSqlSessionFactory.getInsertStatement(Entity object) DbSqlSessionFactory.getUpdateStatement(Entity object) protected voidDbSqlSession.incrementRevision(Entity insertedObject) voidDbSqlSession.insert(Entity entity, IdGenerator idGenerator) booleanDbSqlSession.isEntityInserted(Entity entity) booleanDbSqlSession.isEntityToBeDeleted(Entity entity) voidMethod parameters in org.flowable.common.engine.impl.db with type arguments of type EntityModifier and TypeMethodDescriptionvoidExecutes aBulkDeleteOperation, with the sql in the statement parameter.voidBulkDeleteOperation.execute(org.apache.ibatis.session.SqlSession sqlSession, Class<? extends Entity> clazz) protected voidDbSqlSession.flushBulkDeletes(Class<? extends Entity> entityClass, List<BulkDeleteOperation> deleteOperations) protected voidDbSqlSession.flushBulkInsert(Collection<Entity> entities, Class<? extends Entity> clazz) protected voidDbSqlSession.flushBulkInsert(Collection<Entity> entities, Class<? extends Entity> clazz) protected voidDbSqlSession.flushDeleteEntities(Class<? extends Entity> entityClass, Collection<Entity> entitiesToDelete) protected voidDbSqlSession.flushDeleteEntities(Class<? extends Entity> entityClass, Collection<Entity> entitiesToDelete) protected voidDbSqlSession.flushInsertEntities(Class<? extends Entity> entityClass, Collection<Entity> entitiesToInsert) protected voidDbSqlSession.flushInsertEntities(Class<? extends Entity> entityClass, Collection<Entity> entitiesToInsert) protected voidDbSqlSession.flushRegularInsert(Entity entity, Class<? extends Entity> clazz) DbSqlSessionFactory.getInsertStatement(Class<? extends Entity> clazz) DbSqlSessionFactory.isBulkInsertable(Class<? extends Entity> entityClass) voidDbSqlSessionFactory.setBulkInserteableEntityClasses(Set<Class<? extends Entity>> bulkInserteableEntityClasses) voidDbSqlSessionFactory.setDeletionOrder(List<Class<? extends Entity>> deletionOrder) voidDbSqlSessionFactory.setImmutableEntities(Collection<Class<? extends Entity>> immutableEntities) voidDbSqlSessionFactory.setInsertionOrder(List<Class<? extends Entity>> insertionOrder) -
Uses of Entity in org.flowable.common.engine.impl.persistence.cache
Classes in org.flowable.common.engine.impl.persistence.cache with type parameters of type EntityModifier and TypeInterfaceDescriptioninterfaceCachedEntityMatcher<EntityImpl extends Entity>Interface to express a condition whether or not a cached entity should be used in the return result of a query.classCachedEntityMatcherAdapter<EntityImpl extends Entity>Fields in org.flowable.common.engine.impl.persistence.cache declared as EntityModifier and TypeFieldDescriptionprotected EntityCachedEntity.entityThe actualEntityinstance.Methods in org.flowable.common.engine.impl.persistence.cache that return EntityMethods in org.flowable.common.engine.impl.persistence.cache with parameters of type EntityConstructors in org.flowable.common.engine.impl.persistence.cache with parameters of type Entity -
Uses of Entity in org.flowable.common.engine.impl.persistence.entity
Classes in org.flowable.common.engine.impl.persistence.entity with type parameters of type EntityModifier and TypeClassDescriptionclassAbstractEngineEntityManager<T extends AbstractEngineConfiguration,EntityImpl extends Entity, DM extends DataManager<EntityImpl>> classAbstractEntityManager<EntityImpl extends Entity,DM extends DataManager<EntityImpl>> classAbstractServiceEngineEntityManager<T extends AbstractServiceConfiguration,EntityImpl extends Entity, DM extends DataManager<EntityImpl>> interfaceEntityManager<EntityImpl extends Entity>Subinterfaces of Entity in org.flowable.common.engine.impl.persistence.entityClasses in org.flowable.common.engine.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclassAbstract superclass for the common properties of allEntityimplementations.classAbstract superclass for the common properties of allEntityimplementations.classclassMethods in org.flowable.common.engine.impl.persistence.entity with parameters of type EntityModifier and TypeMethodDescriptionprotected FlowableEntityEventAbstractEntityManager.createEntityEvent(FlowableEngineEventType eventType, Entity entity) protected voidAbstractEntityManager.fireEntityDeletedEvent(Entity entity) protected voidAbstractEntityManager.fireEntityInsertedEvent(Entity entity) protected voidAbstractEntityManager.fireEntityUpdatedEvent(Entity entity) -
Uses of Entity in org.flowable.common.engine.impl.persistence.entity.data
Classes in org.flowable.common.engine.impl.persistence.entity.data with type parameters of type Entity -
Uses of Entity in org.flowable.dmn.engine.configurator
Methods in org.flowable.dmn.engine.configurator that return types with arguments of type EntityModifier and TypeMethodDescriptionDmnEngineConfigurator.getEntityDeletionOrder()DmnEngineConfigurator.getEntityInsertionOrder() -
Uses of Entity in org.flowable.dmn.engine.impl.db
Fields in org.flowable.dmn.engine.impl.db with type parameters of type EntityModifier and TypeFieldDescriptionEntityDependencyOrder.DELETE_ORDEREntityToTableMap.entityToTableNameMapEntityDependencyOrder.INSERT_ORDER -
Uses of Entity in org.flowable.dmn.engine.impl.persistence.entity
Subinterfaces of Entity in org.flowable.dmn.engine.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceClasses in org.flowable.dmn.engine.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of Entity in org.flowable.dmn.engine.impl.persistence.entity.data
Classes in org.flowable.dmn.engine.impl.persistence.entity.data with type parameters of type Entity -
Uses of Entity in org.flowable.engine.configurator
Methods in org.flowable.engine.configurator that return types with arguments of type EntityModifier and TypeMethodDescriptionProcessEngineConfigurator.getEntityDeletionOrder()ProcessEngineConfigurator.getEntityInsertionOrder() -
Uses of Entity in org.flowable.engine.impl.db
Fields in org.flowable.engine.impl.db with type parameters of type EntityModifier and TypeFieldDescriptionEntityDependencyOrder.DELETE_ORDEREntityToTableMap.entityToTableNameMapstatic Collection<Class<? extends Entity>>EntityDependencyOrder.IMMUTABLE_ENTITIESEntityDependencyOrder.INSERT_ORDER -
Uses of Entity in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity with type parameters of type EntityModifier and TypeClassDescriptionclassAbstractProcessEngineEntityManager<EntityImpl extends Entity,DM extends DataManager<EntityImpl>> Subinterfaces of Entity in org.flowable.engine.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceAn event log entry can only be inserted (and maybe deleted).interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in org.flowable.engine.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclassclassclassclassAbstract superclass for the common properties of allEntityimplementations.classclassclassclassclassAn event log entry can only be inserted (and maybe deleted).classclassclassclassclassclassclassclassclassclassclassclassMethods in org.flowable.engine.impl.persistence.entity with parameters of type EntityModifier and TypeMethodDescriptionprotected FlowableEntityEventAbstractProcessEngineEntityManager.createEntityEvent(FlowableEngineEventType eventType, Entity entity) -
Uses of Entity in org.flowable.engine.impl.persistence.entity.data
Classes in org.flowable.engine.impl.persistence.entity.data with type parameters of type Entity -
Uses of Entity in org.flowable.engine.test.profiler
Methods in org.flowable.engine.test.profiler with type parameters of type EntityModifier and TypeMethodDescription<T extends Entity>
TProfilingDbSqlSession.selectById(Class<T> entityClass, String id, boolean useCache) Methods in org.flowable.engine.test.profiler with parameters of type EntityModifier and TypeMethodDescriptionprotected voidProfilingDbSqlSession.flushRegularInsert(Entity entity, Class<? extends Entity> clazz) protected voidProfilingDbSqlSession.flushUpdateEntity(Entity updatedObject) Method parameters in org.flowable.engine.test.profiler with type arguments of type EntityModifier and TypeMethodDescriptionprotected voidProfilingDbSqlSession.flushBulkDeletes(Class<? extends Entity> entityClass, List<BulkDeleteOperation> deleteOperations) protected voidProfilingDbSqlSession.flushBulkInsert(Collection<Entity> entities, Class<? extends Entity> clazz) protected voidProfilingDbSqlSession.flushBulkInsert(Collection<Entity> entities, Class<? extends Entity> clazz) protected voidProfilingDbSqlSession.flushDeleteEntities(Class<? extends Entity> entityClass, Collection<Entity> entitiesToDelete) protected voidProfilingDbSqlSession.flushDeleteEntities(Class<? extends Entity> entityClass, Collection<Entity> entitiesToDelete) protected voidProfilingDbSqlSession.flushRegularInsert(Entity entity, Class<? extends Entity> clazz) -
Uses of Entity in org.flowable.entitylink.service.impl
Classes in org.flowable.entitylink.service.impl with type parameters of type EntityModifier and TypeClassDescriptionclassInternalEntityLinkQueryImpl<E extends Entity & EntityLinkInfo> -
Uses of Entity in org.flowable.entitylink.service.impl.persistence.entity
Subinterfaces of Entity in org.flowable.entitylink.service.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.flowable.entitylink.service.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclassclassclass -
Uses of Entity in org.flowable.entitylink.service.impl.persistence.entity.data.impl.cachematcher
Classes in org.flowable.entitylink.service.impl.persistence.entity.data.impl.cachematcher with type parameters of type EntityModifier and TypeClassDescriptionclassEntityLinksWithSameRootScopeForScopeIdAndScopeTypeMatcher<EntityImpl extends Entity & EntityLinkInfo> -
Uses of Entity in org.flowable.eventregistry.impl.configurator
Methods in org.flowable.eventregistry.impl.configurator that return types with arguments of type EntityModifier and TypeMethodDescriptionEventRegistryEngineConfigurator.getEntityDeletionOrder()EventRegistryEngineConfigurator.getEntityInsertionOrder() -
Uses of Entity in org.flowable.eventregistry.impl.db
Fields in org.flowable.eventregistry.impl.db with type parameters of type EntityModifier and TypeFieldDescriptionEntityDependencyOrder.DELETE_ORDEREntityToTableMap.entityToTableNameMapEntityDependencyOrder.INSERT_ORDER -
Uses of Entity in org.flowable.eventregistry.impl.persistence.entity
Subinterfaces of Entity in org.flowable.eventregistry.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceClasses in org.flowable.eventregistry.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of Entity in org.flowable.eventregistry.impl.persistence.entity.data
Classes in org.flowable.eventregistry.impl.persistence.entity.data with type parameters of type Entity -
Uses of Entity in org.flowable.eventsubscription.service.impl.persistence.entity
Subinterfaces of Entity in org.flowable.eventsubscription.service.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceClasses in org.flowable.eventsubscription.service.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of Entity in org.flowable.eventsubscription.service.impl.persistence.entity.data
Classes in org.flowable.eventsubscription.service.impl.persistence.entity.data with type parameters of type EntityModifier and TypeClassDescriptionclassAbstractEventSubscriptionDataManager<EntityImpl extends Entity> -
Uses of Entity in org.flowable.identitylink.service.impl.persistence.entity
Subinterfaces of Entity in org.flowable.identitylink.service.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.flowable.identitylink.service.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclassclassclass -
Uses of Entity in org.flowable.idm.engine.impl.db
Fields in org.flowable.idm.engine.impl.db with type parameters of type EntityModifier and TypeFieldDescriptionEntityDependencyOrder.DELETE_ORDEREntityToTableMap.entityToTableNameMapstatic Collection<Class<? extends Entity>>EntityDependencyOrder.IMMUTABLE_ENTITIESEntityDependencyOrder.INSERT_ORDER -
Uses of Entity in org.flowable.idm.engine.impl.persistence.entity
Classes in org.flowable.idm.engine.impl.persistence.entity with type parameters of type EntityModifier and TypeClassDescriptionclassAbstractIdmEngineEntityManager<EntityImpl extends Entity,DM extends DataManager<EntityImpl>> Subinterfaces of Entity in org.flowable.idm.engine.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in org.flowable.idm.engine.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassMethods in org.flowable.idm.engine.impl.persistence.entity with parameters of type EntityModifier and TypeMethodDescriptionprotected FlowableEntityEventAbstractIdmEngineEntityManager.createEntityEvent(FlowableEngineEventType eventType, Entity entity) -
Uses of Entity in org.flowable.idm.engine.impl.persistence.entity.data
Classes in org.flowable.idm.engine.impl.persistence.entity.data with type parameters of type Entity -
Uses of Entity in org.flowable.job.service.impl.persistence.entity
Classes in org.flowable.job.service.impl.persistence.entity with type parameters of type EntityModifier and TypeClassDescriptionclassAbstractJobServiceEngineEntityManager<EntityImpl extends Entity,DM extends DataManager<EntityImpl>> Subinterfaces of Entity in org.flowable.job.service.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceSuspended jobs are stored separately to increase the normal job query performanceinterfaceRepresents an external job.interfaceinterfaceRepresents an async job: a piece of logic that needs to be executed asynchronously.interfaceinterfaceSuspended jobs are stored separately to increase the normal job query performanceinterfaceStub of the common parts of a timer job.Classes in org.flowable.job.service.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclassAbstract job entity class.classclassDeadLetterJob entity, necessary for persistence.classclassHistory Job entity.classJob entity.classTimerJob entity, necessary for persistence.classTimerJob entity, necessary for persistence.Methods in org.flowable.job.service.impl.persistence.entity with parameters of type EntityModifier and TypeMethodDescriptionprotected FlowableEntityEventAbstractJobServiceEngineEntityManager.createEntityEvent(FlowableEngineEventType eventType, Entity entity) -
Uses of Entity in org.flowable.task.service.impl.persistence
Classes in org.flowable.task.service.impl.persistence with type parameters of type EntityModifier and TypeInterfaceDescriptioninterfaceSingleCachedEntityMatcher<EntityImpl extends Entity>Interface to express a condition whether or not one specific cached entity should be used in the return result of a query. -
Uses of Entity in org.flowable.task.service.impl.persistence.entity
Classes in org.flowable.task.service.impl.persistence.entity with type parameters of type EntityModifier and TypeClassDescriptionclassAbstractTaskServiceEntityManager<EntityImpl extends Entity,DM extends DataManager<EntityImpl>> Subinterfaces of Entity in org.flowable.task.service.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in org.flowable.task.service.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.flowable.task.service.impl.persistence.entity with parameters of type EntityModifier and TypeMethodDescriptionprotected FlowableEntityEventAbstractTaskServiceEntityManager.createEntityEvent(FlowableEngineEventType eventType, Entity entity) -
Uses of Entity in org.flowable.variable.service.impl.persistence.entity
Subinterfaces of Entity in org.flowable.variable.service.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.flowable.variable.service.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclassclassclassclass