Uses of Interface
org.camunda.bpm.engine.impl.db.DbEntity
-
-
Uses of DbEntity in org.camunda.bpm.engine.impl.batch
Classes in org.camunda.bpm.engine.impl.batch that implement DbEntity Modifier and Type Class Description classBatchEntityclassBatchStatisticsEntityMethods in org.camunda.bpm.engine.impl.batch that return types with arguments of type DbEntity Modifier and Type Method Description java.lang.Class<? extends DbEntity>AbstractBatchJobHandler. getEntityType() -
Uses of DbEntity in org.camunda.bpm.engine.impl.batch.history
Classes in org.camunda.bpm.engine.impl.batch.history that implement DbEntity Modifier and Type Class Description classHistoricBatchEntity -
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 Modifier and Type Method Description java.lang.Class<? extends DbEntity>AcquireJobsCmd. getEntityType() -
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 Modifier and Type Class Description classCaseDefinitionEntity -
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 Modifier and Type Class Description classCaseExecutionEntityclassCaseSentryPartEntity -
Uses of DbEntity in org.camunda.bpm.engine.impl.db
Methods in org.camunda.bpm.engine.impl.db with type parameters of type DbEntity Modifier and Type Method Description <T extends DbEntity>
ProcessEngineExceptionEnginePersistenceLogger. entityCacheLookupException(java.lang.Class<T> type, java.lang.String id, java.lang.Class<? extends DbEntity> entity, java.lang.Throwable cause)<T extends DbEntity>
TPersistenceSession. selectById(java.lang.Class<T> type, java.lang.String id)Methods in org.camunda.bpm.engine.impl.db with parameters of type DbEntity Modifier and Type Method Description ProcessEngineExceptionEnginePersistenceLogger. mergeDbEntityException(DbEntity entity)voidEntityLoadListener. onEntityLoaded(DbEntity entity)Method parameters in org.camunda.bpm.engine.impl.db with type arguments of type DbEntity Modifier and Type Method Description ProcessEngineExceptionEnginePersistenceLogger. alreadyMarkedEntityInEntityCacheException(java.lang.String id, java.lang.Class<? extends DbEntity> entityClass, DbEntityState state)ProcessEngineExceptionEnginePersistenceLogger. entityCacheDuplicateEntryException(java.lang.String currentState, java.lang.String id, java.lang.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 DbEntity Modifier and Type Method Description <T extends DbEntity>
java.util.List<T>DbEntityManager. getCachedEntitiesByType(java.lang.Class<T> type)<T extends DbEntity>
TDbEntityManager. getCachedEntity(java.lang.Class<T> type, java.lang.String id)<T extends DbEntity>
java.util.List<T>DbEntityManager. pruneDeletedEntities(java.util.List<T> listToPrune)<T extends DbEntity>
TDbEntityManager. selectById(java.lang.Class<T> entityClass, java.lang.String id)Methods in org.camunda.bpm.engine.impl.db.entitymanager that return DbEntity Modifier and Type Method Description protected DbEntityDbEntityManager. 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 DbEntity Modifier and Type Method Description java.lang.Class<? extends DbEntity>OptimisticLockingListener. 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 DbEntity Modifier and Type Method Description protected DbEntityDbEntityManager. cacheFilter(DbEntity persistentObject)returns the object in the cache.booleanDbEntityManager. contains(DbEntity dbEntity)voidDbEntityManager. delete(DbEntity dbEntity)protected voidDbEntityManager. ensureHasId(DbEntity dbEntity)voidDbEntityManager. flushEntity(DbEntity entity)voidDbEntityManager. forceUpdate(DbEntity entity)voidDbEntityManager. insert(DbEntity dbEntity)booleanDbEntityManager. isDeleted(DbEntity object)booleanDbEntityManager. isDirty(DbEntity dbEntity)protected booleanDbEntityManager. isHistoricByteArray(DbEntity dbEntity)voidDbEntityManager. merge(DbEntity dbEntity)voidDbEntityManager. onEntityLoaded(DbEntity entity)voidDbEntityManager. undoDelete(DbEntity entity)protected voidDbEntityManager. validateId(DbEntity dbEntity)Method parameters in org.camunda.bpm.engine.impl.db.entitymanager with type arguments of type DbEntity Modifier and Type Method Description voidDbEntityManager. delete(java.lang.Class<? extends DbEntity> entityType, java.lang.String statement, java.lang.Object parameter)DbBulkOperationDbEntityManager. deletePreserveOrder(java.lang.Class<? extends DbEntity> entityType, java.lang.String statement, java.lang.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 DbBulkOperationDbEntityManager. performBulkOperation(java.lang.Class<? extends DbEntity> entityType, java.lang.String statement, java.lang.Object parameter, DbOperationType operationType)protected DbBulkOperationDbEntityManager. performBulkOperationPreserveOrder(java.lang.Class<? extends DbEntity> entityType, java.lang.String statement, java.lang.Object parameter, DbOperationType operationType)voidDbEntityManager. update(java.lang.Class<? extends DbEntity> entityType, java.lang.String statement, java.lang.Object parameter)voidDbEntityManager. updatePreserveOrder(java.lang.Class<? extends DbEntity> entityType, java.lang.String statement, java.lang.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 DbEntity Modifier and Type Field Description protected DbEntityCachedDbEntity. dbEntityMethods in org.camunda.bpm.engine.impl.db.entitymanager.cache with type parameters of type DbEntity Modifier and Type Method Description <T extends DbEntity>
TDbEntityCache. get(java.lang.Class<T> type, java.lang.String id)get an object from the cache<T extends DbEntity>
java.util.List<T>DbEntityCache. getEntitiesByType(java.lang.Class<T> type)Methods in org.camunda.bpm.engine.impl.db.entitymanager.cache that return DbEntity Modifier and Type Method Description DbEntityCachedDbEntity. getEntity()Methods in org.camunda.bpm.engine.impl.db.entitymanager.cache that return types with arguments of type DbEntity Modifier and Type Method Description java.lang.Class<? extends DbEntity>CachedDbEntity. getEntityType()Methods in org.camunda.bpm.engine.impl.db.entitymanager.cache with parameters of type DbEntity Modifier and Type Method Description booleanDbEntityCache. contains(DbEntity dbEntity)Allows checking whether the provided entity is present in the cacheCachedDbEntityDbEntityCache. getCachedEntity(DbEntity dbEntity)Looks up an entity in the cache.booleanDbEntityCache. isDeleted(DbEntity dbEntity)Allows checking whether the provided entity is present in the cache and is marked to be deleted.booleanDbEntityCache. isPersistent(DbEntity dbEntity)Allows checking whether the provided entity is present in the cache and isDbEntityState.PERSISTENT.booleanDbEntityCache. isTransient(DbEntity dbEntity)Allows checking whether the provided entity is present in the cache and isDbEntityState.TRANSIENT.voidDbEntityCache. putMerged(DbEntity e)Put aDbEntityState.MERGEDobject into the cache.voidDbEntityCache. putPersistent(DbEntity e)Put aDbEntityState.PERSISTENTobject into the cache.voidDbEntityCache. putTransient(DbEntity e)Put a new,DbEntityState.TRANSIENTobject into the cache.booleanDbEntityCache. remove(DbEntity e)Remove an entity from the cachevoidDbEntityCache. setDeleted(DbEntity dbEntity)Sets an object to a deleted state.voidCachedDbEntity. setEntity(DbEntity dbEntity)voidDbEntityCache. 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 DbEntity Modifier and Type Field Description protected DbEntityDbEntityOperation. entityThe entity the operation is performed on.Fields in org.camunda.bpm.engine.impl.db.entitymanager.operation with type parameters of type DbEntity Modifier and Type Field Description protected java.lang.Class<? extends DbEntity>DbOperation. entityTypeThe type of the DbEntity this operation is executed on.Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation that return DbEntity Modifier and Type Method Description DbEntityDbEntityOperation. getEntity()Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation that return types with arguments of type DbEntity Modifier and Type Method Description java.lang.Class<? extends DbEntity>DbOperation. getEntityType()Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation with parameters of type DbEntity Modifier and Type Method Description voidDbEntityOperation. setEntity(DbEntity dbEntity)Method parameters in org.camunda.bpm.engine.impl.db.entitymanager.operation with type arguments of type DbEntity Modifier and Type Method Description protected java.util.SortedSet<DbEntityOperation>DbOperationManager. getDeletesByType(java.lang.Class<? extends DbEntity> type, boolean create)protected java.util.SortedSet<DbEntityOperation>DbOperationManager. getInsertsForType(java.lang.Class<? extends DbEntity> type, boolean create)protected java.util.SortedSet<DbEntityOperation>DbOperationManager. getUpdatesByType(java.lang.Class<? extends DbEntity> type, boolean create)voidDbOperation. setEntityType(java.lang.Class<? extends DbEntity> entityType)Constructor parameters in org.camunda.bpm.engine.impl.db.entitymanager.operation with type arguments of type DbEntity Constructor Description DbBulkOperation(DbOperationType operationType, java.lang.Class<? extends DbEntity> entityType, java.lang.String statement, java.lang.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 DbEntity Modifier and Type Method Description <T extends DbEntity>
TDbSqlSession. selectById(java.lang.Class<T> type, java.lang.String id)Methods in org.camunda.bpm.engine.impl.db.sql with parameters of type DbEntity Modifier and Type Method Description java.lang.StringDbSqlSessionFactory. getInsertStatement(DbEntity object)java.lang.StringDbSqlSessionFactory. 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 DbEntity Modifier and Type Class Description classDecisionDefinitionEntityclassDecisionRequirementsDefinitionEntity -
Uses of DbEntity in org.camunda.bpm.engine.impl.history.event
Methods in org.camunda.bpm.engine.impl.history.event that return types with arguments of type DbEntity Modifier and Type Method Description java.util.Map<java.lang.Class<? extends DbEntity>,DbOperation>HistoricDecisionInstanceManager. deleteHistoricDecisionsByRemovalTime(java.util.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 DbEntity Modifier and Type Field Description protected java.util.Map<java.lang.Class<? extends DbEntity>,DbOperation>HistoryCleanupRemovalTime. deleteOperationsMethods in org.camunda.bpm.engine.impl.jobexecutor.historycleanup that return types with arguments of type DbEntity Modifier and Type Method Description protected java.util.Map<java.lang.Class<? extends DbEntity>,DbOperation>HistoryCleanupRemovalTime. performDmnCleanup()protected java.util.Map<java.lang.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 DbEntity Modifier and Type Method Description voidMigratingInstanceParseContext. ensureNoEntitiesAreLeft(java.lang.String entityName, java.util.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 DbEntity Modifier and Type Method Description voidAbstractManager. delete(DbEntity dbEntity)voidAbstractManager. insert(DbEntity dbEntity) -
Uses of DbEntity in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type DbEntity Modifier and Type Field Description static java.util.Map<java.lang.Class<? extends DbEntity>,java.lang.String>TableDataManager. persistentObjectToTableNameMapMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type DbEntity Modifier and Type Method Description java.util.Map<java.lang.Class<? extends DbEntity>,DbOperation>HistoricProcessInstanceManager. deleteHistoricProcessInstancesByRemovalTime(java.util.Date removalTime, int minuteFrom, int minuteTo, int batchSize)java.util.List<java.lang.Class<? extends DbEntity>>TableDataManager. getEntities(java.lang.String tableName)Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type DbEntity Modifier and Type Method Description voidAuthorizationManager. delete(DbEntity authorization)voidCommentManager. delete(DbEntity dbEntity)voidAuthorizationManager. insert(DbEntity authorization)voidCommentManager. insert(DbEntity 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 Modifier and Type Class Description classOptimizeHistoricIdentityLinkLogEntity -
Uses of DbEntity in org.camunda.bpm.engine.impl.util
Method parameters in org.camunda.bpm.engine.impl.util with type arguments of type DbEntity Modifier and Type Method Description static java.lang.StringStringUtil. joinDbEntityIds(java.util.Collection<? extends DbEntity> dbEntities) -
Uses of DbEntity in org.camunda.bpm.identity.impl.ldap
Classes in org.camunda.bpm.identity.impl.ldap that implement DbEntity Modifier and Type Class Description classLdapGroupEntityclassLdapUserEntity
-