Package | Description |
---|---|
org.overlord.rtgov.active.collection | |
org.overlord.rtgov.active.collection.util |
Modifier and Type | Method and Description |
---|---|
abstract List<Object> |
ActiveCollection.query(QuerySpec qs)
This method queries the active collection, using the supplied spec.
|
List<Object> |
ActiveList.query(QuerySpec qs)
This method queries the active collection, using the supplied spec.
|
List<Object> |
ActiveMap.query(QuerySpec qs)
This method queries the active collection, using the supplied spec.
|
Modifier and Type | Method and Description |
---|---|
static QuerySpec |
ActiveCollectionUtil.deserializeQuerySpec(byte[] qs)
This method deserializes a query specification from a JSON representation.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
ActiveCollectionUtil.serializeQuerySpec(QuerySpec qs)
This method serializes a query specification
into a JSON representation.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.