org.camunda.bpm.engine.impl.db.entitymanager.operation
Class DbEntityOperation
java.lang.Object
org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
- All Implemented Interfaces:
- Recyclable
public class DbEntityOperation
- extends DbOperation
An operation on a single DbEntity
- Author:
- Daniel Meyer
|
Field Summary |
protected DbEntity |
entity
The entity the operation is performed on. |
protected boolean |
failed
Indicates whether the operation failed to execute due to OptimisticLocking |
entity
protected DbEntity entity
- The entity the operation is performed on.
failed
protected boolean failed
- Indicates whether the operation failed to execute due to OptimisticLocking
DbEntityOperation
public DbEntityOperation()
recycle
public void recycle()
- Specified by:
recycle in interface Recyclable- Overrides:
recycle in class DbOperation
getEntity
public DbEntity getEntity()
setEntity
public void setEntity(DbEntity dbEntity)
setFailed
public void setFailed(boolean failed)
isFailed
public boolean isFailed()
- Specified by:
isFailed in class DbOperation
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2016 camunda services GmbH. All rights reserved.