| 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 |
|---|---|
PagedResults |
Paging.createPagedResult(Object result,
Cursor cursor)
Create a Paged Result Set
|
PagedResults |
Paging.createPagedResults(Object[] results,
Cursor cursor)
Create a Paged Result Set
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.