Uses of Interface
org.activiti.engine.impl.persistence.entity.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in org.activiti.engine.impl.db
Fields in org.activiti.engine.impl.db with type parameters of type EntityModifier and TypeFieldDescriptionprotected Map<Class<? extends Entity>, List<BulkDeleteOperation>> DbSqlSession.bulkDeleteOperationsDbSqlSessionFactory.bulkInsertableMapA map {class, boolean}, to indicate whether or not a certainEntityclass can be bulk inserted.EntityDependencyOrder.DELETE_ORDERDbSqlSession.deletedObjectsDbSqlSession.deletedObjectsEntityDependencyOrder.INSERT_ORDERDbSqlSession.insertedObjectsDbSqlSession.insertedObjectsDbSqlSession.updatedObjectsMethods in org.activiti.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.activiti.engine.impl.db that return EntityModifier and TypeMethodDescriptionprotected EntityDbSqlSession.cacheLoadOrStore(Entity entity) Returns the object in the cache.Methods in org.activiti.engine.impl.db that return types with arguments of type EntityModifier and TypeMethodDescriptionprotected Collection<Entity> DbSqlSession.orderExecutionEntities(Map<String, Entity> executionEntities, boolean parentBeforeChildExecution) Methods in org.activiti.engine.impl.db with parameters of type EntityModifier and TypeMethodDescriptionprotected EntityDbSqlSession.cacheLoadOrStore(Entity entity) Returns the object in the cache.voidprotected voidDbSqlSession.flushRegularInsert(Entity entity, Class<? extends Entity> clazz) DbSqlSessionFactory.getInsertStatement(Entity object) DbSqlSessionFactory.getUpdateStatement(Entity object) protected voidDbSqlSession.incrementRevision(Entity insertedObject) voidbooleanDbSqlSession.isEntityInserted(Entity entity) booleanDbSqlSession.isEntityToBeDeleted(Entity entity) voidMethod parameters in org.activiti.engine.impl.db with type arguments of type EntityModifier and TypeMethodDescriptionprotected voidDbSqlSession.collectChildExecutionsForInsertion(List<Entity> result, Map<String, List<ExecutionEntity>> parentToChildrenMapping, Set<String> handledExecutionIds, String parentId, boolean parentBeforeChildExecution) voidExecutes aBulkDeleteOperation, with the sql in the statement parameter.protected voidDbSqlSession.flushBulkDeletes(Class<? extends Entity> entityClass) 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) protected Collection<Entity> DbSqlSession.orderExecutionEntities(Map<String, Entity> executionEntities, boolean parentBeforeChildExecution) -
Uses of Entity in org.activiti.engine.impl.persistence
Classes in org.activiti.engine.impl.persistence 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>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. -
Uses of Entity in org.activiti.engine.impl.persistence.cache
Fields in org.activiti.engine.impl.persistence.cache declared as EntityModifier and TypeFieldDescriptionprotected EntityCachedEntity.entityThe actualEntityinstance.Methods in org.activiti.engine.impl.persistence.cache that return EntityMethods in org.activiti.engine.impl.persistence.cache with parameters of type EntityConstructors in org.activiti.engine.impl.persistence.cache with parameters of type Entity -
Uses of Entity in org.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity with type parameters of type EntityModifier and TypeClassDescriptionclassAbstractEntityManager<EntityImpl extends Entity>interfaceEntityManager<EntityImpl extends Entity>Subinterfaces of Entity in org.activiti.engine.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceinterfaceDeprecated.interfaceinterfaceDeprecated.interfaceinterfaceSuspended jobs are stored separately to increase the normal job query performanceinterfaceinterfaceAn event log entry can only be inserted (and maybe deleted).interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceRepresents an async job: a piece of logic that needs to be executed asynchronously.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceSuspended jobs are stored separately to increase the normal job query performanceinterfaceinterfaceStub of the common parts of a Job.interfaceGeneric variable class that can be reused for Activiti 6 and 5 engineinterfaceClasses in org.activiti.engine.impl.persistence.entity that implement EntityModifier and TypeClassDescriptionclassAbstract superclass for the common properties of allEntityimplementations.classAbstract superclass for the common properties of allEntityimplementations.classAbstract job entity class.classDeprecated.classclassDeprecated.classclassDeadLetterJob entity, necessary for persistence.classclassAn event log entry can only be inserted (and maybe deleted).classclassclassclassclassclassclassclassclassclassclassclassclassclassclassJob entity.classclassclassclassclassclassclassclassTimerJob entity, necessary for persistence.classclassTimerJob entity, necessary for persistence.classA dummy implementation ofVariableInstance, used for storing transient variables on aVariableScope, as theVariableScopeworks with instances ofVariableInstanceand not with raw key/values.classclassFields in org.activiti.engine.impl.persistence.entity with type parameters of type Entity -
Uses of Entity in org.activiti.engine.impl.persistence.entity.data
Classes in org.activiti.engine.impl.persistence.entity.data with type parameters of type EntityModifier and TypeClassDescriptionclassAbstractDataManager<EntityImpl extends Entity>interfaceDataManager<EntityImpl extends Entity> -
Uses of Entity in org.activiti.engine.impl.persistence.entity.integration
Subinterfaces of Entity in org.activiti.engine.impl.persistence.entity.integrationClasses in org.activiti.engine.impl.persistence.entity.integration that implement Entity -
Uses of Entity in org.activiti.engine.test.profiler
Methods in org.activiti.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.activiti.engine.test.profiler with parameters of type EntityModifier and TypeMethodDescriptionprotected voidProfilingDbSqlSession.flushRegularInsert(Entity entity, Class<? extends Entity> clazz) Method parameters in org.activiti.engine.test.profiler with type arguments of type EntityModifier and TypeMethodDescriptionprotected voidProfilingDbSqlSession.flushBulkDeletes(Class<? extends Entity> entityClass) 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)