Package | Description |
---|---|
org.alfresco.service.cmr.search |
Modifier and Type | Method and Description |
---|---|
LimitBy |
SearchParameters.getLimitBy()
Get how the result set should be limited
|
LimitBy |
ResultSetMetaData.getLimitedBy()
Return how, in fact, the result set was limited.
|
static LimitBy |
LimitBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LimitBy[] |
LimitBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchParameters.setLimitBy(LimitBy limitBy)
Set how the result set should be limited.
|
Copyright © 2005–2020 Alfresco Software. All rights reserved.