Modifier and Type | Method | Description |
---|---|---|
abstract ValueList |
FilterOperand.evaluate(Message message,
FilterContext context) |
|
ValueList |
FilterContext.getVariable(java.lang.String id) |
Gets filter variable by id.
|
Modifier and Type | Method | Description |
---|---|---|
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) |
Constructor | Description |
---|---|
ValueList(ValueList values) |
|
ValueList(ValueList values,
boolean readOnly) |
Modifier and Type | Method | Description |
---|---|---|
ValueList |
ConstantValueParser.parse(java.lang.String value) |
Converts string constants to the
ValueList objectsPossible wildcards: "Event*" - means any string with "Event" prefix. |
Modifier and Type | Method | Description |
---|---|---|
ValueList |
AttributeOperand.evaluate(Message message,
FilterContext context) |
|
ValueList |
ConstantOperand.evaluate(Message message,
FilterContext context) |
|
ValueList |
MessageTypeOperand.evaluate(Message message,
FilterContext context) |
|
ValueList |
VariableOperand.evaluate(Message message,
FilterContext context) |
|
ValueList |
ConstantOperand.getValues() |
Constructor | Description |
---|---|
ConstantOperand(ValueList values) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.