Uses of Interface
org.camunda.bpm.engine.impl.db.DbEntity
Packages that use DbEntity
Package
Description
-
Uses of DbEntity in org.camunda.bpm.engine.impl.batch
Classes in org.camunda.bpm.engine.impl.batch that implement DbEntityMethods in org.camunda.bpm.engine.impl.batch that return types with arguments of type DbEntity -
Uses of DbEntity in org.camunda.bpm.engine.impl.batch.history
Classes in org.camunda.bpm.engine.impl.batch.history that implement DbEntity -
Uses of DbEntity in org.camunda.bpm.engine.impl.batch.removaltime
Fields in org.camunda.bpm.engine.impl.batch.removaltime with type parameters of type DbEntityModifier and TypeFieldDescriptionprotected Map<Class<? extends DbEntity>,
DbOperation> ProcessSetRemovalTimeResultHandler.operations
Methods in org.camunda.bpm.engine.impl.batch.removaltime that return types with arguments of type DbEntityModifier and TypeMethodDescriptionprotected Map<Class<? extends DbEntity>,
DbOperation> ProcessSetRemovalTimeJobHandler.addRemovalTime
(String instanceId, Date removalTime, Integer batchSize, Set<String> entities, CommandContext commandContext) protected Map<Class<? extends DbEntity>,
DbOperation> ProcessSetRemovalTimeJobHandler.addRemovalTimeToHierarchy
(String rootProcessInstanceId, Date removalTime, Integer batchSize, Set<String> entities, CommandContext commandContext) protected Map<Class<? extends DbEntity>,
DbOperation> ProcessSetRemovalTimeJobHandler.addRemovalTimeToInstance
(String instanceId, SetRemovalTimeBatchConfiguration configuration, Integer batchSize, Set<String> entities, CommandContext commandContext) Method parameters in org.camunda.bpm.engine.impl.batch.removaltime with type arguments of type DbEntityModifier and TypeMethodDescriptionprotected TransactionListener
ProcessSetRemovalTimeJobHandler.createTransactionHandler
(SetRemovalTimeBatchConfiguration configuration, Map<Class<? extends DbEntity>, DbOperation> operations, Integer chunkSize, MessageEntity currentJob, CommandExecutor newCommandExecutor) ProcessSetRemovalTimeResultHandler.getEntitiesToUpdate
(Map<Class<? extends DbEntity>, DbOperation> operations, int chunkSize) protected void
ProcessSetRemovalTimeJobHandler.registerTransactionHandler
(SetRemovalTimeBatchConfiguration configuration, Map<Class<? extends DbEntity>, DbOperation> operations, Integer chunkSize, MessageEntity currentJob, CommandContext commandContext) Constructor parameters in org.camunda.bpm.engine.impl.batch.removaltime with type arguments of type DbEntityModifierConstructorDescriptionProcessSetRemovalTimeResultHandler
(SetRemovalTimeBatchConfiguration batchJobConfiguration, Integer chunkSize, CommandExecutor commandExecutor, ProcessSetRemovalTimeJobHandler jobHandler, String jobId, Map<Class<? extends DbEntity>, DbOperation> operations) -
Uses of DbEntity in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return types with arguments of type DbEntity -
Uses of DbEntity in org.camunda.bpm.engine.impl.cmmn.entity.repository
Classes in org.camunda.bpm.engine.impl.cmmn.entity.repository that implement DbEntity -
Uses of DbEntity in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement DbEntity -
Uses of DbEntity in org.camunda.bpm.engine.impl.db
Methods in org.camunda.bpm.engine.impl.db with type parameters of type DbEntityModifier and TypeMethodDescription<T extends DbEntity>
ProcessEngineExceptionEnginePersistenceLogger.entityCacheLookupException
(Class<T> type, String id, Class<? extends DbEntity> entity, Throwable cause) <T extends DbEntity>
TPersistenceSession.selectById
(Class<T> type, String id) Methods in org.camunda.bpm.engine.impl.db with parameters of type DbEntityModifier and TypeMethodDescriptionEnginePersistenceLogger.mergeDbEntityException
(DbEntity entity) void
EntityLoadListener.onEntityLoaded
(DbEntity entity) Method parameters in org.camunda.bpm.engine.impl.db with type arguments of type DbEntityModifier and TypeMethodDescriptionEnginePersistenceLogger.alreadyMarkedEntityInEntityCacheException
(String id, Class<? extends DbEntity> entityClass, DbEntityState state) EnginePersistenceLogger.entityCacheDuplicateEntryException
(String currentState, String id, Class<? extends DbEntity> entityClass, DbEntityState foundState) -
Uses of DbEntity in org.camunda.bpm.engine.impl.db.entitymanager
Methods in org.camunda.bpm.engine.impl.db.entitymanager with type parameters of type DbEntityModifier and TypeMethodDescriptionDbEntityManager.getCachedEntitiesByType
(Class<T> type) <T extends DbEntity>
TDbEntityManager.getCachedEntity
(Class<T> type, String id) DbEntityManager.pruneDeletedEntities
(List<T> listToPrune) <T extends DbEntity>
TDbEntityManager.selectById
(Class<T> entityClass, String id) Methods in org.camunda.bpm.engine.impl.db.entitymanager that return DbEntityModifier and TypeMethodDescriptionprotected DbEntity
DbEntityManager.cacheFilter
(DbEntity persistentObject) returns the object in the cache.Methods in org.camunda.bpm.engine.impl.db.entitymanager that return types with arguments of type DbEntityModifier and TypeMethodDescriptionOptimisticLockingListener.getEntityType()
The type of the entity for which this listener should be notified.Methods in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type DbEntityModifier and TypeMethodDescriptionprotected DbEntity
DbEntityManager.cacheFilter
(DbEntity persistentObject) returns the object in the cache.boolean
void
protected void
DbEntityManager.ensureHasId
(DbEntity dbEntity) void
DbEntityManager.flushEntity
(DbEntity entity) void
DbEntityManager.forceUpdate
(DbEntity entity) void
boolean
boolean
protected boolean
DbEntityManager.isHistoricByteArray
(DbEntity dbEntity) void
void
DbEntityManager.onEntityLoaded
(DbEntity entity) void
DbEntityManager.undoDelete
(DbEntity entity) protected void
DbEntityManager.validateId
(DbEntity dbEntity) Method parameters in org.camunda.bpm.engine.impl.db.entitymanager with type arguments of type DbEntityModifier and TypeMethodDescriptionvoid
DbEntityManager.deletePreserveOrder
(Class<? extends DbEntity> entityType, String statement, Object parameter) Several delete operations added by this method will be executed preserving the order of method calls, no matter what entity type they refer to.protected DbBulkOperation
DbEntityManager.performBulkOperation
(Class<? extends DbEntity> entityType, String statement, Object parameter, DbOperationType operationType) protected DbBulkOperation
DbEntityManager.performBulkOperationPreserveOrder
(Class<? extends DbEntity> entityType, String statement, Object parameter, DbOperationType operationType) void
DbEntityManager.updatePreserveOrder
(Class<? extends DbEntity> entityType, String statement, Object parameter) Several update operations added by this method will be executed preserving the order of method calls, no matter what entity type they refer to. -
Uses of DbEntity in org.camunda.bpm.engine.impl.db.entitymanager.cache
Fields in org.camunda.bpm.engine.impl.db.entitymanager.cache declared as DbEntityMethods in org.camunda.bpm.engine.impl.db.entitymanager.cache with type parameters of type DbEntityModifier and TypeMethodDescription<T extends DbEntity>
Tget an object from the cacheDbEntityCache.getEntitiesByType
(Class<T> type) Methods in org.camunda.bpm.engine.impl.db.entitymanager.cache that return DbEntityMethods in org.camunda.bpm.engine.impl.db.entitymanager.cache that return types with arguments of type DbEntityMethods in org.camunda.bpm.engine.impl.db.entitymanager.cache with parameters of type DbEntityModifier and TypeMethodDescriptionboolean
Allows checking whether the provided entity is present in the cacheDbEntityCache.getCachedEntity
(DbEntity dbEntity) Looks up an entity in the cache.boolean
Allows checking whether the provided entity is present in the cache and is marked to be deleted.boolean
DbEntityCache.isPersistent
(DbEntity dbEntity) Allows checking whether the provided entity is present in the cache and isDbEntityState.PERSISTENT
.boolean
DbEntityCache.isTransient
(DbEntity dbEntity) Allows checking whether the provided entity is present in the cache and isDbEntityState.TRANSIENT
.void
Put aDbEntityState.MERGED
object into the cache.void
DbEntityCache.putPersistent
(DbEntity e) Put aDbEntityState.PERSISTENT
object into the cache.void
DbEntityCache.putTransient
(DbEntity e) Put a new,DbEntityState.TRANSIENT
object into the cache.boolean
Remove an entity from the cachevoid
DbEntityCache.setDeleted
(DbEntity dbEntity) Sets an object to a deleted state.void
void
DbEntityCache.undoDelete
(DbEntity dbEntity) -
Uses of DbEntity in org.camunda.bpm.engine.impl.db.entitymanager.operation
Fields in org.camunda.bpm.engine.impl.db.entitymanager.operation declared as DbEntityModifier and TypeFieldDescriptionprotected DbEntity
DbEntityOperation.entity
The entity the operation is performed on.Fields in org.camunda.bpm.engine.impl.db.entitymanager.operation with type parameters of type DbEntityModifier and TypeFieldDescriptionDbOperation.entityType
The type of the DbEntity this operation is executed on.Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation that return DbEntityMethods in org.camunda.bpm.engine.impl.db.entitymanager.operation that return types with arguments of type DbEntityMethods in org.camunda.bpm.engine.impl.db.entitymanager.operation with parameters of type DbEntityMethod parameters in org.camunda.bpm.engine.impl.db.entitymanager.operation with type arguments of type DbEntityModifier and TypeMethodDescriptionprotected SortedSet<DbEntityOperation>
DbOperationManager.getDeletesByType
(Class<? extends DbEntity> type, boolean create) protected SortedSet<DbEntityOperation>
DbOperationManager.getInsertsForType
(Class<? extends DbEntity> type, boolean create) protected SortedSet<DbEntityOperation>
DbOperationManager.getUpdatesByType
(Class<? extends DbEntity> type, boolean create) void
DbOperation.setEntityType
(Class<? extends DbEntity> entityType) Constructor parameters in org.camunda.bpm.engine.impl.db.entitymanager.operation with type arguments of type DbEntityModifierConstructorDescriptionDbBulkOperation
(DbOperationType operationType, Class<? extends DbEntity> entityType, String statement, Object parameter) -
Uses of DbEntity in org.camunda.bpm.engine.impl.db.sql
Methods in org.camunda.bpm.engine.impl.db.sql with type parameters of type DbEntityModifier and TypeMethodDescription<T extends DbEntity>
TDbSqlSession.selectById
(Class<T> type, String id) Methods in org.camunda.bpm.engine.impl.db.sql with parameters of type DbEntityModifier and TypeMethodDescriptionDbSqlSessionFactory.getInsertStatement
(DbEntity object) DbSqlSessionFactory.getUpdateStatement
(DbEntity object) -
Uses of DbEntity in org.camunda.bpm.engine.impl.dmn.entity.repository
Classes in org.camunda.bpm.engine.impl.dmn.entity.repository that implement DbEntityModifier and TypeClassDescriptionclass
class
-
Uses of DbEntity in org.camunda.bpm.engine.impl.history.event
Classes in org.camunda.bpm.engine.impl.history.event that implement DbEntityModifier and TypeClassDescriptionclass
HistoryEvent
implementation for events that happen in an activity.class
HistoryEvent
implementation for events that happen in a case activity.class
class
Container for history entities which belongs to a decision evaluation.class
class
History entry for an evaluated decision.class
class
class
class
class
class
class
class
HistoryEvent
signifying a top-level event in a process instance.class
class
class
class
The base class for all history events.class
Methods in org.camunda.bpm.engine.impl.history.event that return types with arguments of type DbEntityModifier and TypeMethodDescriptionMap<Class<? extends DbEntity>,
DbOperation> HistoricDecisionInstanceManager.addRemovalTimeToDecisionsByProcessInstanceId
(String processInstanceId, Date removalTime, Integer batchSize, Set<String> entities) Map<Class<? extends DbEntity>,
DbOperation> HistoricDecisionInstanceManager.addRemovalTimeToDecisionsByRootProcessInstanceId
(String rootProcessInstanceId, Date removalTime, Integer batchSize, Set<String> entities) Map<Class<? extends DbEntity>,
DbOperation> HistoricDecisionInstanceManager.deleteHistoricDecisionsByRemovalTime
(Date removalTime, int minuteFrom, int minuteTo, int batchSize) -
Uses of DbEntity in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Fields in org.camunda.bpm.engine.impl.jobexecutor.historycleanup with type parameters of type DbEntityModifier and TypeFieldDescriptionprotected Map<Class<? extends DbEntity>,
DbOperation> HistoryCleanupRemovalTime.deleteOperations
Methods in org.camunda.bpm.engine.impl.jobexecutor.historycleanup that return types with arguments of type DbEntityModifier and TypeMethodDescriptionprotected Map<Class<? extends DbEntity>,
DbOperation> HistoryCleanupRemovalTime.performDmnCleanup()
protected Map<Class<? extends DbEntity>,
DbOperation> HistoryCleanupRemovalTime.performProcessCleanup()
-
Uses of DbEntity in org.camunda.bpm.engine.impl.migration.instance.parser
Method parameters in org.camunda.bpm.engine.impl.migration.instance.parser with type arguments of type DbEntityModifier and TypeMethodDescriptionvoid
MigratingInstanceParseContext.ensureNoEntitiesAreLeft
(String entityName, Collection<? extends DbEntity> dbEntities, MigratingProcessInstanceValidationReportImpl processInstanceReport) -
Uses of DbEntity in org.camunda.bpm.engine.impl.persistence
Methods in org.camunda.bpm.engine.impl.persistence with parameters of type DbEntityModifier and TypeMethodDescriptionvoid
void
Method parameters in org.camunda.bpm.engine.impl.persistence with type arguments of type DbEntityModifier and TypeMethodDescriptionprotected static void
AbstractHistoricManager.addOperation
(Collection<DbOperation> newOperations, Map<Class<? extends DbEntity>, DbOperation> operations) protected static void
AbstractHistoricManager.addOperation
(DbOperation operation, Map<Class<? extends DbEntity>, DbOperation> operations) -
Uses of DbEntity in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement DbEntityModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
JobEntity for ever living job, which can be rescheduled and executed again.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Stub of the common parts of a Job.class
class
NOTE: instances of Message Entity should be created viaMessageJobDeclaration
.class
class
class
class
class
class
class
class
class
class
class
A relationship between a tenant and an user or a group.class
class
class
Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type DbEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type DbEntityModifier and TypeMethodDescriptionMap<Class<? extends DbEntity>,
DbOperation> HistoricProcessInstanceManager.addRemovalTimeById
(String processInstanceId, Date removalTime, Integer batchSize, Set<String> entities) Map<Class<? extends DbEntity>,
DbOperation> HistoricProcessInstanceManager.addRemovalTimeToProcessInstancesByRootProcessInstanceId
(String rootProcessInstanceId, Date removalTime, Integer batchSize, Set<String> entities) Map<Class<? extends DbEntity>,
DbOperation> HistoricProcessInstanceManager.deleteHistoricProcessInstancesByRemovalTime
(Date removalTime, int minuteFrom, int minuteTo, int batchSize) TableDataManager.getEntities
(String tableName) Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type DbEntity -
Uses of DbEntity in org.camunda.bpm.engine.impl.persistence.entity.optimize
Classes in org.camunda.bpm.engine.impl.persistence.entity.optimize that implement DbEntity -
Uses of DbEntity in org.camunda.bpm.engine.impl.util
Method parameters in org.camunda.bpm.engine.impl.util with type arguments of type DbEntityModifier and TypeMethodDescriptionstatic String
StringUtil.joinDbEntityIds
(Collection<? extends DbEntity> dbEntities) -
Uses of DbEntity in org.camunda.bpm.identity.impl.ldap
Classes in org.camunda.bpm.identity.impl.ldap that implement DbEntityMethods in org.camunda.bpm.identity.impl.ldap with type parameters of type DbEntityModifier and TypeMethodDescriptionLdapIdentityProviderSession.retrieveResults
(String baseDn, String filter, Function<SearchResult, E> transformEntity, Predicate<String> resultCountPredicate, int maxResults, int firstResult, boolean ignorePagination) -
Uses of DbEntity in org.camunda.bpm.identity.impl.ldap.util
Methods in org.camunda.bpm.identity.impl.ldap.util with type parameters of type DbEntityModifier and TypeMethodDescription<E extends DbEntity>
voidLdapPluginLogger.invalidLdapEntityReturned
(E entity, SearchResult searchResult)