Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.runtime.metadata
Class Linq

java.lang.Object
  extended by com.genesyslab.platform.configuration.protocol.runtime.metadata.Linq

Deprecated. class has been moved to "public" package

@Deprecated
public class Linq
extends java.lang.Object

See Also:
Linq

Constructor Summary
Linq()
          Deprecated.  
 
Method Summary
static java.util.List<org.w3c.dom.Node> except(java.util.Collection<? extends org.w3c.dom.Node> xNodes, java.util.Collection<? extends org.w3c.dom.Node> yNodes, CfgComparer comparer)
          Deprecated.  
static java.util.List<org.w3c.dom.Node> except(java.util.Collection<org.w3c.dom.Node> xNodes, org.w3c.dom.NodeList yNodes, CfgComparer comparer)
          Deprecated.  
static java.util.List<org.w3c.dom.Node> except(org.w3c.dom.NodeList xNodes, org.w3c.dom.NodeList yNodes, CfgComparer comparer)
          Deprecated.  
static
<T> T
first(java.util.Collection<T> list, LinqConditions<T> cnd)
          Deprecated.  
static org.w3c.dom.Node first(org.w3c.dom.NodeList list, LinqConditions<org.w3c.dom.Node> cnd)
          Deprecated.  
static
<T> T
firstOrDefault(java.util.Collection<T> list, LinqConditions<T> cnd)
          Deprecated.  
static org.w3c.dom.Node firstOrDefault(org.w3c.dom.NodeList list, LinqConditions<org.w3c.dom.Node> cnd)
          Deprecated.  
static java.util.List<org.w3c.dom.Node> intersect(org.w3c.dom.NodeList xNodes, org.w3c.dom.NodeList yNodes, CfgComparer comparer)
          Deprecated.  
static
<T> java.util.List<T>
select(java.util.Collection<T> list, LinqConditions<T> cnd)
          Deprecated.  
static java.util.List<org.w3c.dom.Node> select(org.w3c.dom.NodeList xNodes, LinqConditions<org.w3c.dom.Node> cnd)
          Deprecated.  
static
<T> java.util.List<T>
selectWithOrder(java.util.Collection<T> list, LinqConditions<T> cnd)
          Deprecated.  
static java.util.List<org.w3c.dom.Node> selectWithOrder(org.w3c.dom.NodeList xNodes, LinqConditions<org.w3c.dom.Node> cnd)
          Deprecated.  
static boolean sequenceEqual(java.util.Collection<org.w3c.dom.Node> xNodes, java.util.Collection<org.w3c.dom.Node> yNodes, CfgComparer comparer)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Linq

public Linq()
Deprecated. 
Method Detail

first

public static <T> T first(java.util.Collection<T> list,
                          LinqConditions<T> cnd)
Deprecated. 

first

public static org.w3c.dom.Node first(org.w3c.dom.NodeList list,
                                     LinqConditions<org.w3c.dom.Node> cnd)
Deprecated. 

firstOrDefault

public static org.w3c.dom.Node firstOrDefault(org.w3c.dom.NodeList list,
                                              LinqConditions<org.w3c.dom.Node> cnd)
Deprecated. 

firstOrDefault

public static <T> T firstOrDefault(java.util.Collection<T> list,
                                   LinqConditions<T> cnd)
Deprecated. 

select

public static <T> java.util.List<T> select(java.util.Collection<T> list,
                                           LinqConditions<T> cnd)
Deprecated. 

selectWithOrder

public static <T> java.util.List<T> selectWithOrder(java.util.Collection<T> list,
                                                    LinqConditions<T> cnd)
Deprecated. 

selectWithOrder

public static java.util.List<org.w3c.dom.Node> selectWithOrder(org.w3c.dom.NodeList xNodes,
                                                               LinqConditions<org.w3c.dom.Node> cnd)
Deprecated. 

select

public static java.util.List<org.w3c.dom.Node> select(org.w3c.dom.NodeList xNodes,
                                                      LinqConditions<org.w3c.dom.Node> cnd)
Deprecated. 

except

public static java.util.List<org.w3c.dom.Node> except(java.util.Collection<? extends org.w3c.dom.Node> xNodes,
                                                      java.util.Collection<? extends org.w3c.dom.Node> yNodes,
                                                      CfgComparer comparer)
Deprecated. 

except

public static java.util.List<org.w3c.dom.Node> except(java.util.Collection<org.w3c.dom.Node> xNodes,
                                                      org.w3c.dom.NodeList yNodes,
                                                      CfgComparer comparer)
Deprecated. 

except

public static java.util.List<org.w3c.dom.Node> except(org.w3c.dom.NodeList xNodes,
                                                      org.w3c.dom.NodeList yNodes,
                                                      CfgComparer comparer)
Deprecated. 

intersect

public static java.util.List<org.w3c.dom.Node> intersect(org.w3c.dom.NodeList xNodes,
                                                         org.w3c.dom.NodeList yNodes,
                                                         CfgComparer comparer)
Deprecated. 

sequenceEqual

public static boolean sequenceEqual(java.util.Collection<org.w3c.dom.Node> xNodes,
                                    java.util.Collection<org.w3c.dom.Node> yNodes,
                                    CfgComparer comparer)
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.