Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.apptemplate.filtering.impl.ValueList

Packages that use ValueList
com.genesyslab.platform.apptemplate.filtering.impl   
com.genesyslab.platform.apptemplate.filtering.impl.configuration   
com.genesyslab.platform.apptemplate.filtering.impl.operands   
 

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 objects
Possible 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

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.