Uses of Interface
org.activiti.engine.impl.persistence.entity.Entity
-
-
Uses of Entity in org.activiti.engine.impl.db
Fields in org.activiti.engine.impl.db with type parameters of type Entity Modifier and Type Field Description protected java.util.Map<java.lang.Class<? extends Entity>,java.util.List<BulkDeleteOperation>>DbSqlSession. bulkDeleteOperationsprotected static java.util.Map<java.lang.Class<? extends Entity>,java.lang.Boolean>DbSqlSessionFactory. bulkInsertableMapA map {class, boolean}, to indicate whether or not a certainEntityclass can be bulk inserted.static java.util.List<java.lang.Class<? extends Entity>>EntityDependencyOrder. DELETE_ORDERprotected java.util.Map<java.lang.Class<? extends Entity>,java.util.Map<java.lang.String,Entity>>DbSqlSession. deletedObjectsprotected java.util.Map<java.lang.Class<? extends Entity>,java.util.Map<java.lang.String,Entity>>DbSqlSession. deletedObjectsstatic java.util.List<java.lang.Class<? extends Entity>>EntityDependencyOrder. INSERT_ORDERprotected java.util.Map<java.lang.Class<? extends Entity>,java.util.Map<java.lang.String,Entity>>DbSqlSession. insertedObjectsprotected java.util.Map<java.lang.Class<? extends Entity>,java.util.Map<java.lang.String,Entity>>DbSqlSession. insertedObjectsprotected java.util.List<Entity>DbSqlSession. updatedObjectsMethods in org.activiti.engine.impl.db with type parameters of type Entity Modifier and Type Method Description <T extends Entity>
TDbSqlSession. selectById(java.lang.Class<T> entityClass, java.lang.String id)<T extends Entity>
TDbSqlSession. selectById(java.lang.Class<T> entityClass, java.lang.String id, boolean useCache)Methods in org.activiti.engine.impl.db that return Entity Modifier and Type Method Description protected EntityDbSqlSession. cacheLoadOrStore(Entity entity)Returns the object in the cache.Methods in org.activiti.engine.impl.db that return types with arguments of type Entity Modifier and Type Method Description protected java.util.Collection<Entity>DbSqlSession. orderExecutionEntities(java.util.Map<java.lang.String,Entity> executionEntities, boolean parentBeforeChildExecution)Methods in org.activiti.engine.impl.db with parameters of type Entity Modifier and Type Method Description protected EntityDbSqlSession. cacheLoadOrStore(Entity entity)Returns the object in the cache.voidDbSqlSession. delete(Entity entity)protected voidDbSqlSession. flushRegularInsert(Entity entity, java.lang.Class<? extends Entity> clazz)java.lang.StringDbSqlSessionFactory. getInsertStatement(Entity object)java.lang.StringDbSqlSessionFactory. getUpdateStatement(Entity object)protected voidDbSqlSession. incrementRevision(Entity insertedObject)voidDbSqlSession. insert(Entity entity)booleanDbSqlSession. isEntityInserted(Entity entity)booleanDbSqlSession. isEntityToBeDeleted(Entity entity)voidDbSqlSession. update(Entity entity)Method parameters in org.activiti.engine.impl.db with type arguments of type Entity Modifier and Type Method Description protected voidDbSqlSession. collectChildExecutionsForInsertion(java.util.List<Entity> result, java.util.Map<java.lang.String,java.util.List<ExecutionEntity>> parentToChildrenMapping, java.util.Set<java.lang.String> handledExecutionIds, java.lang.String parentId, boolean parentBeforeChildExecution)voidDbSqlSession. delete(java.lang.String statement, java.lang.Object parameter, java.lang.Class<? extends Entity> entityClass)Executes aBulkDeleteOperation, with the sql in the statement parameter.protected voidDbSqlSession. flushBulkDeletes(java.lang.Class<? extends Entity> entityClass)protected voidDbSqlSession. flushBulkInsert(java.util.Collection<Entity> entities, java.lang.Class<? extends Entity> clazz)protected voidDbSqlSession. flushBulkInsert(java.util.Collection<Entity> entities, java.lang.Class<? extends Entity> clazz)protected voidDbSqlSession. flushDeleteEntities(java.lang.Class<? extends Entity> entityClass, java.util.Collection<Entity> entitiesToDelete)protected voidDbSqlSession. flushDeleteEntities(java.lang.Class<? extends Entity> entityClass, java.util.Collection<Entity> entitiesToDelete)protected voidDbSqlSession. flushInsertEntities(java.lang.Class<? extends Entity> entityClass, java.util.Collection<Entity> entitiesToInsert)protected voidDbSqlSession. flushInsertEntities(java.lang.Class<? extends Entity> entityClass, java.util.Collection<Entity> entitiesToInsert)protected voidDbSqlSession. flushRegularInsert(Entity entity, java.lang.Class<? extends Entity> clazz)java.lang.StringDbSqlSessionFactory. getInsertStatement(java.lang.Class<? extends Entity> clazz)java.lang.BooleanDbSqlSessionFactory. isBulkInsertable(java.lang.Class<? extends Entity> entityClass)protected java.util.Collection<Entity>DbSqlSession. orderExecutionEntities(java.util.Map<java.lang.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 Entity Modifier and Type Interface Description interfaceCachedEntityMatcher<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 Entity Modifier and Type Field Description protected EntityCachedEntity. entityThe actualEntityinstance.Methods in org.activiti.engine.impl.persistence.cache that return Entity Modifier and Type Method Description EntityCachedEntity. getEntity()Methods in org.activiti.engine.impl.persistence.cache with parameters of type Entity Modifier and Type Method Description CachedEntityEntityCache. put(Entity entity, boolean storeState)Adds the givesEntityto the cache.CachedEntityEntityCacheImpl. put(Entity entity, boolean storeState)voidCachedEntity. setEntity(Entity entity)Constructors in org.activiti.engine.impl.persistence.cache with parameters of type Entity Constructor Description CachedEntity(Entity entity, boolean storeState) -
Uses of Entity in org.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity with type parameters of type Entity Modifier and Type Class Description classAbstractEntityManager<EntityImpl extends Entity>interfaceEntityManager<EntityImpl extends Entity>Subinterfaces of Entity in org.activiti.engine.impl.persistence.entity Modifier and Type Interface Description interfaceAbstractJobEntityinterfaceAttachmentEntityDeprecated.interfaceByteArrayEntityinterfaceCommentEntityDeprecated.interfaceCompensateEventSubscriptionEntityinterfaceDeadLetterJobEntitySuspended jobs are stored separately to increase the normal job query performanceinterfaceDeploymentEntityinterfaceEventLogEntryEntityAn event log entry can only be inserted (and maybe deleted).interfaceEventSubscriptionEntityinterfaceExecutionEntityinterfaceHistoricActivityInstanceEntityinterfaceHistoricDetailAssignmentEntityinterfaceHistoricDetailEntityinterfaceHistoricDetailTransitionInstanceEntityinterfaceHistoricDetailVariableInstanceUpdateEntityinterfaceHistoricFormPropertyEntityinterfaceHistoricIdentityLinkEntityinterfaceHistoricProcessInstanceEntityinterfaceHistoricScopeInstanceEntityinterfaceHistoricTaskInstanceEntityinterfaceHistoricVariableInstanceEntityinterfaceIdentityLinkEntityinterfaceJobEntityRepresents an async job: a piece of logic that needs to be executed asynchronously.interfaceMessageEventSubscriptionEntityinterfaceModelEntityinterfaceProcessDefinitionEntityinterfaceProcessDefinitionInfoEntityinterfacePropertyEntityinterfaceResourceEntityinterfaceSignalEventSubscriptionEntityinterfaceSuspendedJobEntitySuspended jobs are stored separately to increase the normal job query performanceinterfaceTaskEntityinterfaceTimerJobEntityStub of the common parts of a Job.interfaceVariableInstanceGeneric variable class that can be reused for Activiti 6 and 5 engineinterfaceVariableInstanceEntityFields in org.activiti.engine.impl.persistence.entity with type parameters of type Entity Modifier and Type Field Description static java.util.Map<java.lang.Class<? extends Entity>,java.lang.String>TableDataManagerImpl. entityToTableNameMap -
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 Entity Modifier and Type Class Description classAbstractDataManager<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.integration Modifier and Type Interface Description interfaceIntegrationContextEntityClasses in org.activiti.engine.impl.persistence.entity.integration that implement Entity Modifier and Type Class Description classIntegrationContextEntityImpl -
Uses of Entity in org.activiti.engine.test.profiler
Methods in org.activiti.engine.test.profiler with type parameters of type Entity Modifier and Type Method Description <T extends Entity>
TProfilingDbSqlSession. selectById(java.lang.Class<T> entityClass, java.lang.String id, boolean useCache)Methods in org.activiti.engine.test.profiler with parameters of type Entity Modifier and Type Method Description protected voidProfilingDbSqlSession. flushRegularInsert(Entity entity, java.lang.Class<? extends Entity> clazz)Method parameters in org.activiti.engine.test.profiler with type arguments of type Entity Modifier and Type Method Description protected voidProfilingDbSqlSession. flushBulkDeletes(java.lang.Class<? extends Entity> entityClass)protected voidProfilingDbSqlSession. flushBulkInsert(java.util.Collection<Entity> entities, java.lang.Class<? extends Entity> clazz)protected voidProfilingDbSqlSession. flushBulkInsert(java.util.Collection<Entity> entities, java.lang.Class<? extends Entity> clazz)protected voidProfilingDbSqlSession. flushDeleteEntities(java.lang.Class<? extends Entity> entityClass, java.util.Collection<Entity> entitiesToDelete)protected voidProfilingDbSqlSession. flushDeleteEntities(java.lang.Class<? extends Entity> entityClass, java.util.Collection<Entity> entitiesToDelete)protected voidProfilingDbSqlSession. flushRegularInsert(Entity entity, java.lang.Class<? extends Entity> clazz)
-