Platform SDK Java 8.5 API Reference

com.genesyslab.platform.apptemplate.filtering.impl.operands
Class VariableOperand

java.lang.Object
  extended by com.genesyslab.platform.apptemplate.filtering.impl.FilterOperand
      extended by com.genesyslab.platform.apptemplate.filtering.impl.operands.VariableOperand
All Implemented Interfaces:
java.lang.Cloneable

public class VariableOperand
extends FilterOperand


Constructor Summary
VariableOperand(java.lang.String id)
           
 
Method Summary
 java.lang.Object clone()
           
 ValueList evaluate(Message message, FilterContext context)
           
 java.lang.String getId()
           
 void register(FilterContext context)
          Registers filter variables and so on.
 void unregister(FilterContext context)
          Unregisters filter variables and so on.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableOperand

public VariableOperand(java.lang.String id)
Method Detail

getId

public java.lang.String getId()

evaluate

public ValueList evaluate(Message message,
                          FilterContext context)
Specified by:
evaluate in class FilterOperand

clone

public java.lang.Object clone()
Overrides:
clone in class FilterOperand

register

public void register(FilterContext context)
Description copied from class: FilterOperand
Registers filter variables and so on.

Overrides:
register in class FilterOperand
Parameters:
context - filter context.

unregister

public void unregister(FilterContext context)
Description copied from class: FilterOperand
Unregisters filter variables and so on.

Overrides:
unregister in class FilterOperand
Parameters:
context - filter context.

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.