|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IdGenerator in org.camunda.bpm.engine.impl.bpmn.deployer |
|---|
| Fields in org.camunda.bpm.engine.impl.bpmn.deployer declared as IdGenerator | |
|---|---|
protected IdGenerator |
BpmnDeployer.idGenerator
|
| Methods in org.camunda.bpm.engine.impl.bpmn.deployer that return IdGenerator | |
|---|---|
IdGenerator |
BpmnDeployer.getIdGenerator()
|
| Methods in org.camunda.bpm.engine.impl.bpmn.deployer with parameters of type IdGenerator | |
|---|---|
void |
BpmnDeployer.setIdGenerator(IdGenerator idGenerator)
|
| Uses of IdGenerator in org.camunda.bpm.engine.impl.cfg |
|---|
| Fields in org.camunda.bpm.engine.impl.cfg declared as IdGenerator | |
|---|---|
protected IdGenerator |
ProcessEngineConfigurationImpl.idGenerator
|
| Methods in org.camunda.bpm.engine.impl.cfg that return IdGenerator | |
|---|---|
IdGenerator |
ProcessEngineConfigurationImpl.getIdGenerator()
|
| Methods in org.camunda.bpm.engine.impl.cfg with parameters of type IdGenerator | |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setIdGenerator(IdGenerator idGenerator)
|
| Uses of IdGenerator in org.camunda.bpm.engine.impl.cmmn.deployer |
|---|
| Fields in org.camunda.bpm.engine.impl.cmmn.deployer declared as IdGenerator | |
|---|---|
protected IdGenerator |
CmmnDeployer.idGenerator
|
| Methods in org.camunda.bpm.engine.impl.cmmn.deployer that return IdGenerator | |
|---|---|
IdGenerator |
CmmnDeployer.getIdGenerator()
|
| Methods in org.camunda.bpm.engine.impl.cmmn.deployer with parameters of type IdGenerator | |
|---|---|
void |
CmmnDeployer.setIdGenerator(IdGenerator idGenerator)
|
| Uses of IdGenerator in org.camunda.bpm.engine.impl.db |
|---|
| Classes in org.camunda.bpm.engine.impl.db that implement IdGenerator | |
|---|---|
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 | |
|---|---|
protected IdGenerator |
DbEntityManager.idGenerator
|
protected IdGenerator |
DbEntityManagerFactory.idGenerator
|
| Constructors in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type IdGenerator | |
|---|---|
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 | |
|---|---|
protected IdGenerator |
DbSqlSessionFactory.idGenerator
|
| Methods in org.camunda.bpm.engine.impl.db.sql that return IdGenerator | |
|---|---|
IdGenerator |
DbSqlSessionFactory.getIdGenerator()
|
| Methods in org.camunda.bpm.engine.impl.db.sql with parameters of type IdGenerator | |
|---|---|
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 | |
|---|---|
class |
StrongUuidGenerator
IdGenerator implementation based on the current time and the ethernet
address of the machine it is running on. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||