| Package | Description |
|---|---|
| org.activiti.engine.impl.bpmn.deployer | |
| org.activiti.engine.impl.cfg | |
| org.activiti.engine.impl.db | |
| org.activiti.engine.impl.persistence |
| Modifier and Type | Field and Description |
|---|---|
protected IdGenerator |
BpmnDeployer.idGenerator |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
BpmnDeployer.getIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnDeployer.setIdGenerator(IdGenerator idGenerator) |
| Modifier and Type | Field and Description |
|---|---|
protected IdGenerator |
ProcessEngineConfigurationImpl.idGenerator |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
ProcessEngineConfigurationImpl.getIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setIdGenerator(IdGenerator idGenerator) |
| Modifier and Type | Class and Description |
|---|---|
class |
DbIdGenerator |
| Modifier and Type | Field and Description |
|---|---|
protected IdGenerator |
DbSqlSessionFactory.idGenerator |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
DbSqlSessionFactory.getIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DbSqlSessionFactory.setIdGenerator(IdGenerator idGenerator) |
| Modifier and Type | Class and Description |
|---|---|
class |
StrongUuidGenerator
IdGenerator implementation based on the current time and the ethernet
address of the machine it is running on. |
Copyright © 2016 Alfresco. All rights reserved.