|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.apptemplate.filtering.impl.FilterCondition
com.genesyslab.platform.apptemplate.filtering.impl.conditions.ContainsAny
public class ContainsAny
Constructor Summary | |
---|---|
ContainsAny(java.lang.String key,
FilterOperand op1,
FilterOperand op2,
boolean negative)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
boolean |
evaluate(Message message,
FilterContext context)
Evaluate condition for specified message and context. |
Methods inherited from class com.genesyslab.platform.apptemplate.filtering.impl.FilterCondition |
---|
getKey, getOp1, getOp2, isNegative, register, unregister |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContainsAny(java.lang.String key, FilterOperand op1, FilterOperand op2, boolean negative)
Method Detail |
---|
public boolean evaluate(Message message, FilterContext context)
evaluate
in class FilterCondition
message
- message for filtering.context
- which contans filter variables.
public java.lang.Object clone()
clone
in class FilterCondition
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |