Platform SDK Java 8.5 API Reference

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

Packages that use FilterOperand
com.genesyslab.platform.apptemplate.filtering.impl   
com.genesyslab.platform.apptemplate.filtering.impl.actions   
com.genesyslab.platform.apptemplate.filtering.impl.conditions   
com.genesyslab.platform.apptemplate.filtering.impl.operands   
 

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

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