Platform SDK Java 8.5 API Reference

Uses of Interface
com.genesyslab.platform.configuration.protocol.runtime.metadata.LinqConditions

Packages that use LinqConditions
com.genesyslab.platform.configuration.protocol.runtime.metadata This package is used internally by the protocol. 
 

Uses of LinqConditions in com.genesyslab.platform.configuration.protocol.runtime.metadata
 

Classes in com.genesyslab.platform.configuration.protocol.runtime.metadata that implement LinqConditions
 class LinqConditionsAdaptor<T>
          Deprecated. class has been moved to "public" package
 

Methods in com.genesyslab.platform.configuration.protocol.runtime.metadata with parameters of type LinqConditions
static
<T> T
Linq.first(java.util.Collection<T> list, LinqConditions<T> cnd)
          Deprecated.  
static org.w3c.dom.Node Linq.first(org.w3c.dom.NodeList list, LinqConditions<org.w3c.dom.Node> cnd)
          Deprecated.  
static
<T> T
Linq.firstOrDefault(java.util.Collection<T> list, LinqConditions<T> cnd)
          Deprecated.  
static org.w3c.dom.Node Linq.firstOrDefault(org.w3c.dom.NodeList list, LinqConditions<org.w3c.dom.Node> cnd)
          Deprecated.  
static
<T> java.util.List<T>
Linq.select(java.util.Collection<T> list, LinqConditions<T> cnd)
          Deprecated.  
static java.util.List<org.w3c.dom.Node> Linq.select(org.w3c.dom.NodeList xNodes, LinqConditions<org.w3c.dom.Node> cnd)
          Deprecated.  
static
<T> java.util.List<T>
Linq.selectWithOrder(java.util.Collection<T> list, LinqConditions<T> cnd)
          Deprecated.  
static java.util.List<org.w3c.dom.Node> Linq.selectWithOrder(org.w3c.dom.NodeList xNodes, LinqConditions<org.w3c.dom.Node> cnd)
          Deprecated.  
 


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.