| Package | Description |
|---|---|
| org.alfresco.repo.cmis.rest | |
| org.alfresco.repo.web.util.paging |
| Modifier and Type | Method and Description |
|---|---|
PagedResults |
CMISScript.getAppliedPolicies(ScriptNode source,
String filter,
Page page)
Gets the list of policy objects currently applied to a target object.
|
PagedResults |
CMISScript.query(String statement,
Page page)
Issue query.
|
PagedResults |
CMISScript.queryCheckedOut(String username,
ScriptNode folder,
boolean includeDescendants,
Page page)
Query for items checked-out to user within folder (and possibly descendants)
|
PagedResults |
CMISScript.queryChildren(ScriptNode parent,
String typesFilter,
String orderBy,
Page page)
Query for node children
|
PagedResults |
CMISScript.queryRelationships(ScriptNode node,
CMISTypeDefinition relDef,
boolean includeSubTypes,
CMISRelationshipDirectionEnum direction,
Page page)
Query for node relationships
|
PagedResults |
CMISScript.queryTypeChildren(CMISTypeDefinition typeDef,
Page page)
Query for child types (of a given type), or the base types (if no type given).
|
| Modifier and Type | Method and Description |
|---|---|
Page |
Paging.createPage(int pageNumber,
int pageSize)
Create a Page
|
Page |
Paging.createPageOrWindow(Integer pageNumber,
Integer pageSize,
Integer skipCount,
Integer maxItems)
Create a Page or Window
|
Page |
Paging.createPageOrWindow(Map<String,String> args)
Create a Page or Window from standardised request arguments
For Paged based index (take precedence over window based index, if both are specified):
- request args
pageNo => page number index
pageSize => size of page
For Window based index (as defined by CMIS):
- request args (take precedence over header values if both are specified)
skipCount => row number start index
maxItems => size of page
|
Page |
Paging.createUnlimitedPage()
Create an unlimited Page
|
Page |
Paging.createWindow(int skipRows,
int maxRows)
Create a Window
|
| Modifier and Type | Method and Description |
|---|---|
Cursor |
Paging.createCursor(int totalRows,
Page page)
Create a Cursor
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.