Uses of Class
org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityState

Packages that use DbEntityState
org.camunda.bpm.engine.impl.db   
org.camunda.bpm.engine.impl.db.entitymanager.cache   
 

Uses of DbEntityState in org.camunda.bpm.engine.impl.db
 

Methods in org.camunda.bpm.engine.impl.db with parameters of type DbEntityState
 ProcessEngineException EnginePersistenceLogger.alreadyMarkedEntityInEntityCacheException(String id, Class<? extends DbEntity> entityClass, DbEntityState state)
           
 ProcessEngineException EnginePersistenceLogger.entityCacheDuplicateEntryException(String currentState, String id, Class<? extends DbEntity> entityClass, DbEntityState foundState)
           
 

Uses of DbEntityState in org.camunda.bpm.engine.impl.db.entitymanager.cache
 

Fields in org.camunda.bpm.engine.impl.db.entitymanager.cache declared as DbEntityState
protected  DbEntityState CachedDbEntity.entityState
           
 

Methods in org.camunda.bpm.engine.impl.db.entitymanager.cache that return DbEntityState
 DbEntityState CachedDbEntity.getEntityState()
           
static DbEntityState DbEntityState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DbEntityState[] DbEntityState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.camunda.bpm.engine.impl.db.entitymanager.cache with parameters of type DbEntityState
 void CachedDbEntity.setEntityState(DbEntityState entityState)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.