|
Class Summary |
| AbstractMatcherRT |
Base interface for executing a matcher |
| BooleanMatcherRT |
Boolean runtime matcher for boolean based attribute values
(in the background it is based on single char value
but it is converted to a boolean by loading the workItem) |
| CustomSelectMatcherRT |
Matcher class for custom selects. |
| DateMatcherRT |
|
| DoubleMatcherRT |
|
| IntegerBasedBooleanMatcherRT |
Boolean runtime matcher for integer based attribute values
Used for systemAccesLevel field where 1=true, all other values=false |
| IntegerMatcherRT |
|
| MatcherContext |
Contains a context with the actual replacement values
for the possible symbolic values for matchers
The replacement should take place before the match() method is called
currently the context contains only the actual logged in user
and the last logged date of the user
but later on also other symbolic constants could be added |
| StringMatcherRT |
|
| SystemSelectMatcherRT |
Matcher class for system selects. |