public class ActivationLogEventFilter extends Object implements ILogEventFilter
Constructor and Description |
---|
ActivationLogEventFilter(boolean allowActivationCreatedEvents,
boolean allowActivationCancelledEvents,
boolean allowBeforeActivationFireEvents,
boolean allowAfterActivationFireEvents) |
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 |
setAllowActivationCancelledEvents(boolean allowActivationCancelledEvents) |
void |
setAllowActivationCreatedEvents(boolean allowActivationCreatedEvents) |
void |
setAllowAfterActivationFireEvents(boolean allowAfterActivationFireEvents) |
void |
setAllowBeforeActivationFireEvents(boolean allowBeforeActivationFireEvents) |
public ActivationLogEventFilter(boolean allowActivationCreatedEvents, boolean allowActivationCancelledEvents, boolean allowBeforeActivationFireEvents, boolean allowAfterActivationFireEvents)
public boolean acceptEvent(LogEvent event)
ILogEventFilter
acceptEvent
in interface ILogEventFilter
event
- The log eventorg.kie.audit.event.ILogEventFilter
public void setAllowActivationCreatedEvents(boolean allowActivationCreatedEvents)
public void setAllowActivationCancelledEvents(boolean allowActivationCancelledEvents)
public void setAllowBeforeActivationFireEvents(boolean allowBeforeActivationFireEvents)
public void setAllowAfterActivationFireEvents(boolean allowAfterActivationFireEvents)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.