|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ValueList in com.genesyslab.platform.apptemplate.filtering.impl |
---|
Methods in com.genesyslab.platform.apptemplate.filtering.impl that return ValueList | |
---|---|
abstract ValueList |
FilterOperand.evaluate(Message message,
FilterContext context)
|
ValueList |
FilterContext.getVariable(java.lang.String id)
Gets filter variable by id. |
Methods in com.genesyslab.platform.apptemplate.filtering.impl with parameters of type ValueList | |
---|---|
boolean |
ValueList.containsAny(ValueList list)
Checks if this value list contains any element from specified value list. |
boolean |
ValueList.put(ValueList list)
Puts non exists values from specified value list. |
boolean |
ValueList.remove(ValueList list)
Removes values if it exists. |
boolean |
ValueList.set(ValueList list)
|
Constructors in com.genesyslab.platform.apptemplate.filtering.impl with parameters of type ValueList | |
---|---|
ValueList(ValueList values)
|
|
ValueList(ValueList values,
boolean readOnly)
|
Uses of ValueList in com.genesyslab.platform.apptemplate.filtering.impl.configuration |
---|
Methods in com.genesyslab.platform.apptemplate.filtering.impl.configuration that return ValueList | |
---|---|
ValueList |
ConstantValueParser.parse(java.lang.String value)
Converts string constants to the ValueList objectsPossible wildcards: "Event*" - means any string with "Event" prefix. |
Uses of ValueList in com.genesyslab.platform.apptemplate.filtering.impl.operands |
---|
Methods in com.genesyslab.platform.apptemplate.filtering.impl.operands that return ValueList | |
---|---|
ValueList |
VariableOperand.evaluate(Message message,
FilterContext context)
|
ValueList |
MessageTypeOperand.evaluate(Message message,
FilterContext context)
|
ValueList |
ConstantOperand.evaluate(Message message,
FilterContext context)
|
ValueList |
AttributeOperand.evaluate(Message message,
FilterContext context)
|
ValueList |
ConstantOperand.getValues()
|
Constructors in com.genesyslab.platform.apptemplate.filtering.impl.operands with parameters of type ValueList | |
---|---|
ConstantOperand(ValueList values)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |