Package | Description |
---|---|
org.overlord.rtgov.active.collection |
Modifier and Type | Method and Description |
---|---|
QuerySpec.Truncate |
QuerySpec.getTruncate()
This method returns which part of the collection
should be truncated if the collection contains
more items than can be returned in the query result.
|
static QuerySpec.Truncate |
QuerySpec.Truncate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuerySpec.Truncate[] |
QuerySpec.Truncate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QuerySpec.setTruncate(QuerySpec.Truncate truncate)
This method sets which part of the collection
should be truncated if the collection contains
more items than can be returned in the query result.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.