Uses of Interface
org.camunda.bpm.engine.impl.db.DbEntity
Package
Description
-
Uses of DbEntity in org.camunda.bpm.engine.impl.batch
-
Uses of DbEntity in org.camunda.bpm.engine.impl.batch.history
-
Uses of DbEntity in org.camunda.bpm.engine.impl.batch.removaltime
Modifier and TypeFieldDescriptionprotected Map<Class<? extends DbEntity>,
DbOperation> ProcessSetRemovalTimeResultHandler.operations
Modifier 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) Modifier 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) ModifierConstructorDescriptionProcessSetRemovalTimeResultHandler
(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
-
Uses of DbEntity in org.camunda.bpm.engine.impl.cmmn.entity.repository
-
Uses of DbEntity in org.camunda.bpm.engine.impl.cmmn.entity.runtime
-
Uses of DbEntity in org.camunda.bpm.engine.impl.db
Modifier 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) Modifier and TypeMethodDescriptionEnginePersistenceLogger.mergeDbEntityException
(DbEntity entity) void
EntityLoadListener.onEntityLoaded
(DbEntity entity) Modifier 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
Modifier 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) Modifier and TypeMethodDescriptionprotected DbEntity
DbEntityManager.cacheFilter
(DbEntity persistentObject) returns the object in the cache.Modifier and TypeMethodDescriptionOptimisticLockingListener.getEntityType()
The type of the entity for which this listener should be notified.Modifier 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) Modifier 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
Modifier and TypeMethodDescription<T extends DbEntity>
Tget an object from the cacheDbEntityCache.getEntitiesByType
(Class<T> type) Modifier 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
Modifier and TypeFieldDescriptionprotected DbEntity
DbEntityOperation.entity
The entity the operation is performed on.Modifier and TypeFieldDescriptionDbOperation.entityType
The type of the DbEntity this operation is executed on.Modifier 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) ModifierConstructorDescriptionDbBulkOperation
(DbOperationType operationType, Class<? extends DbEntity> entityType, String statement, Object parameter) -
Uses of DbEntity in org.camunda.bpm.engine.impl.db.sql
Modifier and TypeMethodDescription<T extends DbEntity>
TDbSqlSession.selectById
(Class<T> type, String id) Modifier and TypeMethodDescriptionDbSqlSessionFactory.getInsertStatement
(DbEntity object) DbSqlSessionFactory.getUpdateStatement
(DbEntity object) -
Uses of DbEntity in org.camunda.bpm.engine.impl.dmn.entity.repository
Modifier and TypeClassDescriptionclass
class
-
Uses of DbEntity in org.camunda.bpm.engine.impl.history.event
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprotected Map<Class<? extends DbEntity>,
DbOperation> HistoryCleanupRemovalTime.deleteOperations
Modifier 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
Modifier and TypeMethodDescriptionvoid
MigratingInstanceParseContext.ensureNoEntitiesAreLeft
(String entityName, Collection<? extends DbEntity> dbEntities, MigratingProcessInstanceValidationReportImpl processInstanceReport) -
Uses of DbEntity in org.camunda.bpm.engine.impl.persistence
Modifier and TypeMethodDescriptionvoid
void
Modifier 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
Modifier 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
Modifier 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) -
Uses of DbEntity in org.camunda.bpm.engine.impl.persistence.entity.optimize
-
Uses of DbEntity in org.camunda.bpm.engine.impl.util
Modifier and TypeMethodDescriptionstatic String
StringUtil.joinDbEntityIds
(Collection<? extends DbEntity> dbEntities) -
Uses of DbEntity in org.camunda.bpm.identity.impl.ldap
Modifier 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
Modifier and TypeMethodDescription<E extends DbEntity>
voidLdapPluginLogger.invalidLdapEntityReturned
(E entity, SearchResult searchResult)