Uses of Interface
org.camunda.bpm.engine.impl.cfg.IdGenerator
-
Packages that use IdGenerator Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.db org.camunda.bpm.engine.impl.db.entitymanager org.camunda.bpm.engine.impl.db.sql org.camunda.bpm.engine.impl.persistence org.camunda.bpm.qa.performance.engine.framework org.camunda.bpm.spring.boot.starter.configuration.id -
-
Uses of IdGenerator in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as IdGenerator Modifier and Type Field Description protected IdGenerator
AbstractDefinitionDeployer. idGenerator
Methods in org.camunda.bpm.engine.impl that return IdGenerator Modifier and Type Method Description IdGenerator
AbstractDefinitionDeployer. getIdGenerator()
Methods in org.camunda.bpm.engine.impl with parameters of type IdGenerator Modifier and Type Method Description void
AbstractDefinitionDeployer. setIdGenerator(IdGenerator idGenerator)
-
Uses of IdGenerator in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as IdGenerator Modifier and Type Field Description protected IdGenerator
ProcessEngineConfigurationImpl. idGenerator
Methods in org.camunda.bpm.engine.impl.cfg that return IdGenerator Modifier and Type Method Description IdGenerator
ProcessEngineConfigurationImpl. getIdGenerator()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type IdGenerator Modifier and Type Method Description ProcessEngineConfigurationImpl
ProcessEngineConfigurationImpl. setIdGenerator(IdGenerator idGenerator)
-
Uses of IdGenerator in org.camunda.bpm.engine.impl.db
Classes in org.camunda.bpm.engine.impl.db that implement IdGenerator Modifier and Type Class Description class
DbIdGenerator
-
Uses of IdGenerator in org.camunda.bpm.engine.impl.db.entitymanager
Fields in org.camunda.bpm.engine.impl.db.entitymanager declared as IdGenerator Modifier and Type Field Description protected IdGenerator
DbEntityManager. idGenerator
protected IdGenerator
DbEntityManagerFactory. idGenerator
Constructors in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type IdGenerator Constructor Description DbEntityManager(IdGenerator idGenerator, PersistenceSession persistenceSession)
DbEntityManagerFactory(IdGenerator idGenerator)
-
Uses of IdGenerator in org.camunda.bpm.engine.impl.db.sql
Fields in org.camunda.bpm.engine.impl.db.sql declared as IdGenerator Modifier and Type Field Description protected IdGenerator
DbSqlSessionFactory. idGenerator
Methods in org.camunda.bpm.engine.impl.db.sql that return IdGenerator Modifier and Type Method Description IdGenerator
DbSqlSessionFactory. getIdGenerator()
Methods in org.camunda.bpm.engine.impl.db.sql with parameters of type IdGenerator Modifier and Type Method Description void
DbSqlSessionFactory. setIdGenerator(IdGenerator idGenerator)
-
Uses of IdGenerator in org.camunda.bpm.engine.impl.persistence
Classes in org.camunda.bpm.engine.impl.persistence that implement IdGenerator Modifier and Type Class Description class
StrongUuidGenerator
IdGenerator
implementation based on the current time and the ethernet address of the machine it is running on. -
Uses of IdGenerator in org.camunda.bpm.qa.performance.engine.framework
Fields in org.camunda.bpm.qa.performance.engine.framework declared as IdGenerator Modifier and Type Field Description protected static IdGenerator
PerfTestPass. idGenerator
-
Uses of IdGenerator in org.camunda.bpm.spring.boot.starter.configuration.id
Classes in org.camunda.bpm.spring.boot.starter.configuration.id that implement IdGenerator Modifier and Type Class Description class
PrefixedUuidGenerator
Methods in org.camunda.bpm.spring.boot.starter.configuration.id that return IdGenerator Modifier and Type Method Description IdGenerator
IdGeneratorConfiguration. prefixedUuidGenerator(String applicationName)
IdGenerator
IdGeneratorConfiguration. strongUuidGenerator()
-