Uses of Class
org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityState
-
Packages that use DbEntityState Package Description 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 Modifier and Type Method Description ProcessEngineExceptionEnginePersistenceLogger. alreadyMarkedEntityInEntityCacheException(String id, Class<? extends DbEntity> entityClass, DbEntityState state)ProcessEngineExceptionEnginePersistenceLogger. 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 Modifier and Type Field Description protected DbEntityStateCachedDbEntity. entityStateMethods in org.camunda.bpm.engine.impl.db.entitymanager.cache that return DbEntityState Modifier and Type Method Description DbEntityStateCachedDbEntity. getEntityState()static DbEntityStateDbEntityState. 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 Modifier and Type Method Description voidCachedDbEntity. setEntityState(DbEntityState entityState)
-