|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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
|
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
|
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
|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |