|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbOperationType | |
|---|---|
| org.camunda.bpm.engine.impl.db.entitymanager | |
| org.camunda.bpm.engine.impl.db.entitymanager.operation | |
| Uses of DbOperationType in org.camunda.bpm.engine.impl.db.entitymanager |
|---|
| Methods in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type DbOperationType | |
|---|---|
protected DbBulkOperation |
DbEntityManager.performBulkOperation(Class<? extends DbEntity> entityType,
String statement,
Object parameter,
DbOperationType operationType)
|
protected void |
DbEntityManager.performEntityOperation(CachedDbEntity cachedDbEntity,
DbOperationType type)
|
| Uses of DbOperationType in org.camunda.bpm.engine.impl.db.entitymanager.operation |
|---|
| Fields in org.camunda.bpm.engine.impl.db.entitymanager.operation declared as DbOperationType | |
|---|---|
protected DbOperationType |
DbOperation.operationType
The type of the operation. |
| Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation that return DbOperationType | |
|---|---|
DbOperationType |
DbOperation.getOperationType()
|
static DbOperationType |
DbOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DbOperationType[] |
DbOperationType.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.operation with parameters of type DbOperationType | |
|---|---|
void |
DbOperation.setOperationType(DbOperationType operationType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||