public class HistoryLevelAudit extends HistoryLevelActivity
HISTORY_LEVEL_ACTIVITY, HISTORY_LEVEL_AUDIT, HISTORY_LEVEL_FULL, HISTORY_LEVEL_NONE| Constructor and Description | 
|---|
| HistoryLevelAudit() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getId()An unique id identifying the history level. | 
| String | getName()An unique name identifying the history level. | 
| boolean | isHistoryEventProduced(HistoryEventType eventType,
                      Object entity)Returns true if a given history event should be produced. | 
equals, hashCodepublic int getId()
HistoryLevelgetId in interface HistoryLevelgetId in class HistoryLevelActivitypublic String getName()
HistoryLevelgetName in interface HistoryLevelgetName in class HistoryLevelActivityProcessEngineConfiguration#setHistory(String)}public boolean isHistoryEventProduced(HistoryEventType eventType, Object entity)
HistoryLevelisHistoryEventProduced in interface HistoryLevelisHistoryEventProduced in class HistoryLevelActivityeventType - the type of the history event which is about to be producedentity - the runtime structure used to produce the history event. Examples ExecutionEntity,
 TaskEntity, VariableInstanceEntity, ... If a 'null' value is provided, the implementation
 should return true if events of this type should be produced "in general".Copyright © 2018. All rights reserved.