Package | Description |
---|---|
org.alfresco.util |
Modifier and Type | Method and Description |
---|---|
ScriptPagingDetails.ItemsSizeConfidence |
ScriptPagingDetails.getConfidence() |
static ScriptPagingDetails.ItemsSizeConfidence |
ScriptPagingDetails.ItemsSizeConfidence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptPagingDetails.ItemsSizeConfidence[] |
ScriptPagingDetails.ItemsSizeConfidence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
ModelUtil.buildPaging(int totalItems,
int maxItems,
int skipCount,
ScriptPagingDetails.ItemsSizeConfidence confidence,
int totalItemsRangeEnd)
Returns representation of paging object
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.