Class AbstractHistoryLevel
- java.lang.Object
-
- 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
Constructors Constructor Description AbstractHistoryLevel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.history.HistoryLevel
getId, getName, isHistoryEventProduced
-
-