org.camunda.bpm.engine.impl.db.entitymanager.operation
Class DbOperation
java.lang.Object
org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
- All Implemented Interfaces:
- Recyclable
- Direct Known Subclasses:
- DbBulkOperation, DbEntityOperation
public abstract class DbOperation
- extends Object
- implements Recyclable
A database operation.
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
operationType
protected DbOperationType operationType
- The type of the operation.
entityType
protected Class<? extends DbEntity> entityType
- The type of the DbEntity this operation is executed on.
DbOperation
public DbOperation()
recycle
public void recycle()
- Specified by:
recycle in interface Recyclable
isFailed
public abstract boolean isFailed()
getEntityType
public Class<? extends DbEntity> getEntityType()
setEntityType
public void setEntityType(Class<? extends DbEntity> entityType)
getOperationType
public DbOperationType getOperationType()
setOperationType
public void setOperationType(DbOperationType operationType)
Copyright © 2017 camunda services GmbH. All rights reserved.