public class WorkingMemoryLogEventFilter extends Object implements ILogEventFilter
Constructor and Description |
---|
WorkingMemoryLogEventFilter(boolean allowAssertEvents,
boolean allowModifyEvents,
boolean allowRetractEvents) |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptEvent(LogEvent event)
Returns whether the given event should be filtered from the event log or not.
|
void |
setAllowInsertEvents(boolean allowInsertEvents) |
void |
setAllowRetractEvents(boolean allowRetractEvents) |
void |
setAllowUpdateEvents(boolean allowUpdateEvents) |
public WorkingMemoryLogEventFilter(boolean allowAssertEvents, boolean allowModifyEvents, boolean allowRetractEvents)
public boolean acceptEvent(LogEvent event)
ILogEventFilter
acceptEvent
in interface ILogEventFilter
event
- The log eventorg.kie.audit.event.ILogEventFilter
public void setAllowInsertEvents(boolean allowInsertEvents)
public void setAllowUpdateEvents(boolean allowUpdateEvents)
public void setAllowRetractEvents(boolean allowRetractEvents)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.