|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.dmcscanning.logutils.filter.EventTypeFilter
public class EventTypeFilter
Constructor Summary | |
---|---|
protected |
EventTypeFilter()
|
protected |
EventTypeFilter(java.lang.String anEventType,
boolean isRegex,
boolean isNegated)
constructor |
Method Summary | |
---|---|
static EventTypeFilter |
equal(java.lang.String anEventType)
static factory method; retrieves a filter matching the complete string |
static EventTypeFilter |
equalRegex(java.lang.String aPattern)
static factory method; retrieves a filter matching the given regular expression |
boolean |
matches(AuditTrailEntry entry)
Determines, whether a given AuditTrailEntry matches this filter's conditions |
static EventTypeFilter |
notEqual(java.lang.String anEventType)
static factory method; retrieves a filter matching the complete string |
static EventTypeFilter |
notEqualRegex(java.lang.String aPattern)
static factory method; retrieves a filter matching the given regular expression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected EventTypeFilter()
protected EventTypeFilter(java.lang.String anEventType, boolean isRegex, boolean isNegated)
anEventType
- the pattern to matchisRegex
- whether the pattern is to be fully matched (false) or in fact a regular expression (true)Method Detail |
---|
public static EventTypeFilter equal(java.lang.String anEventType)
anEventType
-
public static EventTypeFilter equalRegex(java.lang.String aPattern)
aPattern
-
public static EventTypeFilter notEqual(java.lang.String anEventType)
anEventType
-
public static EventTypeFilter notEqualRegex(java.lang.String aPattern)
aPattern
-
public boolean matches(AuditTrailEntry entry)
EventFilter
matches
in interface EventFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |