|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FilterOperand in com.genesyslab.platform.apptemplate.filtering.impl |
---|
Methods in com.genesyslab.platform.apptemplate.filtering.impl that return FilterOperand | |
---|---|
FilterOperand |
FilterCondition.getOp1()
First operand (argument) of the logical operator (condition) |
FilterOperand |
FilterCondition.getOp2()
Second operand (argument) of the logical operator (condition) |
Constructors in com.genesyslab.platform.apptemplate.filtering.impl with parameters of type FilterOperand | |
---|---|
FilterCondition(java.lang.String key,
FilterOperand op1,
FilterOperand op2,
boolean negative)
Creates message filter condition. |
Uses of FilterOperand in com.genesyslab.platform.apptemplate.filtering.impl.actions |
---|
Constructors in com.genesyslab.platform.apptemplate.filtering.impl.actions with parameters of type FilterOperand | |
---|---|
FilterDelAction(java.lang.String key,
java.lang.String varId,
FilterOperand op)
|
|
FilterPutAction(java.lang.String key,
java.lang.String varId,
FilterOperand op)
|
Uses of FilterOperand in com.genesyslab.platform.apptemplate.filtering.impl.conditions |
---|
Constructors in com.genesyslab.platform.apptemplate.filtering.impl.conditions with parameters of type FilterOperand | |
---|---|
ContainsAny(java.lang.String key,
FilterOperand op1,
FilterOperand op2,
boolean negative)
|
Uses of FilterOperand in com.genesyslab.platform.apptemplate.filtering.impl.operands |
---|
Subclasses of FilterOperand in com.genesyslab.platform.apptemplate.filtering.impl.operands | |
---|---|
class |
AttributeOperand
|
class |
ConstantOperand
|
class |
MessageTypeOperand
|
class |
VariableOperand
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |