|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.dmcscanning.logutils.filter.WfmElementFilter
public class WfmElementFilter
Constructor Summary | |
---|---|
protected |
WfmElementFilter()
|
protected |
WfmElementFilter(java.lang.String aWfmElement,
boolean isRegex,
boolean isNegated)
constructor |
Method Summary | |
---|---|
static WfmElementFilter |
equal(java.lang.String aWfmElement)
static factory method; retrieves a filter matching the complete string |
static WfmElementFilter |
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 WfmElementFilter |
notEqual(java.lang.String anOriginator)
static factory method; retrieves a filter matching the complete string |
static WfmElementFilter |
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 WfmElementFilter()
protected WfmElementFilter(java.lang.String aWfmElement, boolean isRegex, boolean isNegated)
aWfmElement
- the pattern to matchisRegex
- whether the pattern is to be fully matched (false) or in fact a regular expression (true)Method Detail |
---|
public static WfmElementFilter equal(java.lang.String aWfmElement)
aWfmElement
-
public static WfmElementFilter equalRegex(java.lang.String aPattern)
aPattern
-
public static WfmElementFilter notEqual(java.lang.String anOriginator)
anOriginator
-
public static WfmElementFilter 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 |