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 TypeClassDescriptionclass
class
class
-
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_ORDER
EntityToTableMap.entityToTableNameMap
EntityDependencyOrder.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 TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
Classes in org.flowable.cmmn.engine.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
-
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 Entity -
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 TypeClassDescriptionclass
AbstractDataManager<EntityImpl extends Entity>
interface
SingleCachedEntityMatcher<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.bulkDeleteOperations
DbSqlSessionFactory.bulkInserteableEntityClasses
DbSqlSession.deletedObjects
DbSqlSession.deletedObjects
DbSqlSessionFactory.deletionOrder
DbSqlSession.insertedObjects
DbSqlSession.insertedObjects
DbSqlSessionFactory.insertionOrder
DbSqlSession.updatedObjects
Methods 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 Entity
DbSqlSession.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()
DbSqlSessionFactory.getInsertionOrder()
Methods in org.flowable.common.engine.impl.db with parameters of type EntityModifier and TypeMethodDescriptionprotected Entity
DbSqlSession.cacheLoadOrStore
(Entity entity, Object parameter) Returns the object in the cache.void
protected void
DbSqlSession.flushRegularInsert
(Entity entity, Class<? extends Entity> clazz) protected void
DbSqlSession.flushUpdateEntity
(Entity updatedObject) DbSqlSessionFactory.getInsertStatement
(Entity object) DbSqlSessionFactory.getUpdateStatement
(Entity object) protected void
DbSqlSession.incrementRevision
(Entity insertedObject) void
DbSqlSession.insert
(Entity entity, IdGenerator idGenerator) boolean
DbSqlSession.isEntityInserted
(Entity entity) boolean
DbSqlSession.isEntityToBeDeleted
(Entity entity) void
Method parameters in org.flowable.common.engine.impl.db with type arguments of type EntityModifier and TypeMethodDescriptionvoid
Executes aBulkDeleteOperation
, with the sql in the statement parameter.void
BulkDeleteOperation.execute
(org.apache.ibatis.session.SqlSession sqlSession, Class<? extends Entity> clazz) protected void
DbSqlSession.flushBulkDeletes
(Class<? extends Entity> entityClass, List<BulkDeleteOperation> deleteOperations) protected void
DbSqlSession.flushBulkInsert
(Collection<Entity> entities, Class<? extends Entity> clazz) protected void
DbSqlSession.flushBulkInsert
(Collection<Entity> entities, Class<? extends Entity> clazz) protected void
DbSqlSession.flushDeleteEntities
(Class<? extends Entity> entityClass, Collection<Entity> entitiesToDelete) protected void
DbSqlSession.flushDeleteEntities
(Class<? extends Entity> entityClass, Collection<Entity> entitiesToDelete) protected void
DbSqlSession.flushInsertEntities
(Class<? extends Entity> entityClass, Collection<Entity> entitiesToInsert) protected void
DbSqlSession.flushInsertEntities
(Class<? extends Entity> entityClass, Collection<Entity> entitiesToInsert) protected void
DbSqlSession.flushRegularInsert
(Entity entity, Class<? extends Entity> clazz) DbSqlSessionFactory.getInsertStatement
(Class<? extends Entity> clazz) DbSqlSessionFactory.isBulkInsertable
(Class<? extends Entity> entityClass) void
DbSqlSessionFactory.setBulkInserteableEntityClasses
(Set<Class<? extends Entity>> bulkInserteableEntityClasses) void
DbSqlSessionFactory.setDeletionOrder
(List<Class<? extends Entity>> deletionOrder) void
DbSqlSessionFactory.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 TypeInterfaceDescriptioninterface
CachedEntityMatcher<EntityImpl extends Entity>
Interface to express a condition whether or not a cached entity should be used in the return result of a query.class
CachedEntityMatcherAdapter<EntityImpl extends Entity>
Fields in org.flowable.common.engine.impl.persistence.cache declared as EntityModifier and TypeFieldDescriptionprotected Entity
CachedEntity.entity
The actualEntity
instance.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 TypeClassDescriptionclass
AbstractEngineEntityManager<T extends AbstractEngineConfiguration,
EntityImpl extends Entity, DM extends DataManager<EntityImpl>> class
AbstractEntityManager<EntityImpl extends Entity,
DM extends DataManager<EntityImpl>> class
AbstractServiceEngineEntityManager<T extends AbstractServiceConfiguration,
EntityImpl extends Entity, DM extends DataManager<EntityImpl>> interface
EntityManager<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 TypeClassDescriptionclass
Abstract superclass for the common properties of allEntity
implementations.class
Abstract superclass for the common properties of allEntity
implementations.class
class
Methods in org.flowable.common.engine.impl.persistence.entity with parameters of type EntityModifier and TypeMethodDescriptionprotected FlowableEntityEvent
AbstractEntityManager.createEntityEvent
(FlowableEngineEventType eventType, Entity entity) protected void
AbstractEntityManager.fireEntityDeletedEvent
(Entity entity) protected void
AbstractEntityManager.fireEntityInsertedEvent
(Entity entity) protected void
AbstractEntityManager.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_ORDER
EntityToTableMap.entityToTableNameMap
EntityDependencyOrder.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 TypeInterfaceDescriptioninterface
interface
interface
interface
Classes in org.flowable.dmn.engine.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclass
class
class
class
class
-
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_ORDER
EntityToTableMap.entityToTableNameMap
EntityDependencyOrder.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 TypeClassDescriptionclass
AbstractProcessEngineEntityManager<EntityImpl extends Entity,
DM extends DataManager<EntityImpl>> Subinterfaces of Entity in org.flowable.engine.impl.persistence.entityModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
An event log entry can only be inserted (and maybe deleted).interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
Classes in org.flowable.engine.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclass
class
class
class
Abstract superclass for the common properties of allEntity
implementations.class
class
class
class
class
An event log entry can only be inserted (and maybe deleted).class
class
class
class
class
class
class
class
class
class
class
class
Methods in org.flowable.engine.impl.persistence.entity with parameters of type EntityModifier and TypeMethodDescriptionprotected FlowableEntityEvent
AbstractProcessEngineEntityManager.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 void
ProfilingDbSqlSession.flushRegularInsert
(Entity entity, Class<? extends Entity> clazz) protected void
ProfilingDbSqlSession.flushUpdateEntity
(Entity updatedObject) Method parameters in org.flowable.engine.test.profiler with type arguments of type EntityModifier and TypeMethodDescriptionprotected void
ProfilingDbSqlSession.flushBulkDeletes
(Class<? extends Entity> entityClass, List<BulkDeleteOperation> deleteOperations) protected void
ProfilingDbSqlSession.flushBulkInsert
(Collection<Entity> entities, Class<? extends Entity> clazz) protected void
ProfilingDbSqlSession.flushBulkInsert
(Collection<Entity> entities, Class<? extends Entity> clazz) protected void
ProfilingDbSqlSession.flushDeleteEntities
(Class<? extends Entity> entityClass, Collection<Entity> entitiesToDelete) protected void
ProfilingDbSqlSession.flushDeleteEntities
(Class<? extends Entity> entityClass, Collection<Entity> entitiesToDelete) protected void
ProfilingDbSqlSession.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 TypeClassDescriptionclass
InternalEntityLinkQueryImpl<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 TypeInterfaceDescriptioninterface
interface
Classes in org.flowable.entitylink.service.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclass
class
class
-
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 TypeClassDescriptionclass
EntityLinksWithSameRootScopeForScopeIdAndScopeTypeMatcher<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_ORDER
EntityToTableMap.entityToTableNameMap
EntityDependencyOrder.INSERT_ORDER
-
Uses of Entity in org.flowable.eventregistry.impl.persistence.entity
Subinterfaces of Entity in org.flowable.eventregistry.impl.persistence.entityModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
Classes in org.flowable.eventregistry.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclass
class
class
class
class
-
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 TypeInterfaceDescriptioninterface
interface
interface
interface
interface
Classes in org.flowable.eventsubscription.service.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclass
class
class
class
class
class
-
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 TypeClassDescriptionclass
AbstractEventSubscriptionDataManager<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 TypeInterfaceDescriptioninterface
interface
Classes in org.flowable.identitylink.service.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclass
class
class
-
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_ORDER
EntityToTableMap.entityToTableNameMap
EntityDependencyOrder.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 TypeClassDescriptionclass
AbstractIdmEngineEntityManager<EntityImpl extends Entity,
DM extends DataManager<EntityImpl>> Subinterfaces of Entity in org.flowable.idm.engine.impl.persistence.entityModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
Classes in org.flowable.idm.engine.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
Methods in org.flowable.idm.engine.impl.persistence.entity with parameters of type EntityModifier and TypeMethodDescriptionprotected FlowableEntityEvent
AbstractIdmEngineEntityManager.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 TypeClassDescriptionclass
AbstractJobServiceEngineEntityManager<EntityImpl extends Entity,
DM extends DataManager<EntityImpl>> Subinterfaces of Entity in org.flowable.job.service.impl.persistence.entityModifier and TypeInterfaceDescriptioninterface
interface
interface
Suspended jobs are stored separately to increase the normal job query performanceinterface
Represents an external job.interface
interface
Represents an async job: a piece of logic that needs to be executed asynchronously.interface
interface
Suspended jobs are stored separately to increase the normal job query performanceinterface
Stub of the common parts of a timer job.Classes in org.flowable.job.service.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclass
Abstract job entity class.class
class
DeadLetterJob entity, necessary for persistence.class
class
History Job entity.class
Job entity.class
TimerJob entity, necessary for persistence.class
TimerJob entity, necessary for persistence.Methods in org.flowable.job.service.impl.persistence.entity with parameters of type EntityModifier and TypeMethodDescriptionprotected FlowableEntityEvent
AbstractJobServiceEngineEntityManager.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 TypeInterfaceDescriptioninterface
SingleCachedEntityMatcher<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 TypeClassDescriptionclass
AbstractTaskServiceEntityManager<EntityImpl extends Entity,
DM extends DataManager<EntityImpl>> Subinterfaces of Entity in org.flowable.task.service.impl.persistence.entityModifier and TypeInterfaceDescriptioninterface
interface
interface
Classes in org.flowable.task.service.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclass
class
class
class
class
Methods in org.flowable.task.service.impl.persistence.entity with parameters of type EntityModifier and TypeMethodDescriptionprotected FlowableEntityEvent
AbstractTaskServiceEntityManager.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 TypeInterfaceDescriptioninterface
interface
Classes in org.flowable.variable.service.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclass
class
class
class