com.genesyslab.platform.apptemplate.filtering.impl.configuration
Class ConstantValueParser
java.lang.Object
com.genesyslab.platform.apptemplate.filtering.impl.configuration.ConstantValueParser
public class ConstantValueParser
- extends java.lang.Object
Parses filter option and creates list of constant values ValueList
that can be used in filter conditions
FilterCondition
or filter actions FilterAction
.
For example:
@AddresType : Position, Extension, Routing Point
The ConstantValueParser will create list of string constants Position, Extension, Routing Point
Method Summary |
ValueList |
parse(java.lang.String value)
Converts string constants to the ValueList objects
Possible wildcards: "Event*" - means any string with "Event" prefix. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstantValueParser
public ConstantValueParser()
parse
public ValueList parse(java.lang.String value)
- Converts string constants to the
ValueList
objects
Possible wildcards: "Event*" - means any string with "Event" prefix.
The "5???" means any 4-symbol string starting with "5".
- Parameters:
value
- One or more string constants, delimited with ',' symbol.
- Returns:
- parsed constants
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.