org.camunda.bpm.engine.impl.history
Class AbstractHistoryLevel

java.lang.Object
  extended by org.camunda.bpm.engine.impl.history.AbstractHistoryLevel
All Implemented Interfaces:
HistoryLevel
Direct Known Subclasses:
HistoryLevelActivity, HistoryLevelFull, HistoryLevelNone

public abstract class AbstractHistoryLevel
extends Object
implements HistoryLevel

Author:
Daniel Meyer

Field Summary
 
Fields inherited from interface org.camunda.bpm.engine.impl.history.HistoryLevel
HISTORY_LEVEL_ACTIVITY, HISTORY_LEVEL_AUDIT, HISTORY_LEVEL_FULL, HISTORY_LEVEL_NONE
 
Constructor Summary
AbstractHistoryLevel()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.engine.impl.history.HistoryLevel
getId, getName, isHistoryEventProduced
 

Constructor Detail

AbstractHistoryLevel

public AbstractHistoryLevel()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2015 camunda services GmbH. All rights reserved.